-- MySQL dump 10.13 Distrib 5.7.35, for Linux (x86_64) -- -- Host: localhost Database: obpm2 -- ------------------------------------------------------ -- Server version 5.7.35 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `auth_accepetance` -- DROP TABLE IF EXISTS `auth_accepetance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_accepetance` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_accepetance` -- LOCK TABLES `auth_accepetance` WRITE; /*!40000 ALTER TABLE `auth_accepetance` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_accepetance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activities_safetyplan` -- DROP TABLE IF EXISTS `auth_activities_safetyplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activities_safetyplan` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activities_safetyplan` -- LOCK TABLES `auth_activities_safetyplan` WRITE; /*!40000 ALTER TABLE `auth_activities_safetyplan` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activities_safetyplan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activitiy_apply_checkmessge` -- DROP TABLE IF EXISTS `auth_activitiy_apply_checkmessge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activitiy_apply_checkmessge` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activitiy_apply_checkmessge` -- LOCK TABLES `auth_activitiy_apply_checkmessge` WRITE; /*!40000 ALTER TABLE `auth_activitiy_apply_checkmessge` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activitiy_apply_checkmessge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activitiy_report_checkmessge` -- DROP TABLE IF EXISTS `auth_activitiy_report_checkmessge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activitiy_report_checkmessge` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activitiy_report_checkmessge` -- LOCK TABLES `auth_activitiy_report_checkmessge` WRITE; /*!40000 ALTER TABLE `auth_activitiy_report_checkmessge` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activitiy_report_checkmessge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_apply` -- DROP TABLE IF EXISTS `auth_activity_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_apply` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_apply` -- LOCK TABLES `auth_activity_apply` WRITE; /*!40000 ALTER TABLE `auth_activity_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_apply_form` -- DROP TABLE IF EXISTS `auth_activity_apply_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_apply_form` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_apply_form` -- LOCK TABLES `auth_activity_apply_form` WRITE; /*!40000 ALTER TABLE `auth_activity_apply_form` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_apply_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_detail` -- DROP TABLE IF EXISTS `auth_activity_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_detail` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_detail` -- LOCK TABLES `auth_activity_detail` WRITE; /*!40000 ALTER TABLE `auth_activity_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_detail_list` -- DROP TABLE IF EXISTS `auth_activity_detail_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_detail_list` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_detail_list` -- LOCK TABLES `auth_activity_detail_list` WRITE; /*!40000 ALTER TABLE `auth_activity_detail_list` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_detail_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_detail_two` -- DROP TABLE IF EXISTS `auth_activity_detail_two`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_detail_two` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_detail_two` -- LOCK TABLES `auth_activity_detail_two` WRITE; /*!40000 ALTER TABLE `auth_activity_detail_two` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_detail_two` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_detail_upload` -- DROP TABLE IF EXISTS `auth_activity_detail_upload`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_detail_upload` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_detail_upload` -- LOCK TABLES `auth_activity_detail_upload` WRITE; /*!40000 ALTER TABLE `auth_activity_detail_upload` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_detail_upload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activity_reporting` -- DROP TABLE IF EXISTS `auth_activity_reporting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activity_reporting` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activity_reporting` -- LOCK TABLES `auth_activity_reporting` WRITE; /*!40000 ALTER TABLE `auth_activity_reporting` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activity_reporting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_activitydetail` -- DROP TABLE IF EXISTS `auth_activitydetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_activitydetail` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_activitydetail` -- LOCK TABLES `auth_activitydetail` WRITE; /*!40000 ALTER TABLE `auth_activitydetail` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_activitydetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_apply_config` -- DROP TABLE IF EXISTS `auth_apply_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_apply_config` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_apply_config` -- LOCK TABLES `auth_apply_config` WRITE; /*!40000 ALTER TABLE `auth_apply_config` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_apply_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_approval` -- DROP TABLE IF EXISTS `auth_approval`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_approval` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_approval` -- LOCK TABLES `auth_approval` WRITE; /*!40000 ALTER TABLE `auth_approval` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_approval` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_approval_level_setting` -- DROP TABLE IF EXISTS `auth_approval_level_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_approval_level_setting` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_approval_level_setting` -- LOCK TABLES `auth_approval_level_setting` WRITE; /*!40000 ALTER TABLE `auth_approval_level_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_approval_level_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_back_record` -- DROP TABLE IF EXISTS `auth_back_record`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_back_record` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_back_record` -- LOCK TABLES `auth_back_record` WRITE; /*!40000 ALTER TABLE `auth_back_record` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_back_record` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_check_applymsg` -- DROP TABLE IF EXISTS `auth_check_applymsg`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_check_applymsg` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_check_applymsg` -- LOCK TABLES `auth_check_applymsg` WRITE; /*!40000 ALTER TABLE `auth_check_applymsg` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_check_applymsg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_create_department` -- DROP TABLE IF EXISTS `auth_create_department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_create_department` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_create_department` -- LOCK TABLES `auth_create_department` WRITE; /*!40000 ALTER TABLE `auth_create_department` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_create_department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_createuser` -- DROP TABLE IF EXISTS `auth_createuser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_createuser` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_createuser` -- LOCK TABLES `auth_createuser` WRITE; /*!40000 ALTER TABLE `auth_createuser` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_createuser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_holdproof` -- DROP TABLE IF EXISTS `auth_holdproof`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_holdproof` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_holdproof` -- LOCK TABLES `auth_holdproof` WRITE; /*!40000 ALTER TABLE `auth_holdproof` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_holdproof` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_lease_certificate` -- DROP TABLE IF EXISTS `auth_lease_certificate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_lease_certificate` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_lease_certificate` -- LOCK TABLES `auth_lease_certificate` WRITE; /*!40000 ALTER TABLE `auth_lease_certificate` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_lease_certificate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_materials` -- DROP TABLE IF EXISTS `auth_materials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_materials` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_materials` -- LOCK TABLES `auth_materials` WRITE; /*!40000 ALTER TABLE `auth_materials` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_materials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_mymessage` -- DROP TABLE IF EXISTS `auth_mymessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_mymessage` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_mymessage` -- LOCK TABLES `auth_mymessage` WRITE; /*!40000 ALTER TABLE `auth_mymessage` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_mymessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_permit_application` -- DROP TABLE IF EXISTS `auth_permit_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_permit_application` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_permit_application` -- LOCK TABLES `auth_permit_application` WRITE; /*!40000 ALTER TABLE `auth_permit_application` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_permit_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_planexplain` -- DROP TABLE IF EXISTS `auth_planexplain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_planexplain` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_planexplain` -- LOCK TABLES `auth_planexplain` WRITE; /*!40000 ALTER TABLE `auth_planexplain` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_planexplain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_ref_detail` -- DROP TABLE IF EXISTS `auth_ref_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_ref_detail` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_ref_detail` -- LOCK TABLES `auth_ref_detail` WRITE; /*!40000 ALTER TABLE `auth_ref_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_ref_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_ref_submit` -- DROP TABLE IF EXISTS `auth_ref_submit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_ref_submit` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_ref_submit` -- LOCK TABLES `auth_ref_submit` WRITE; /*!40000 ALTER TABLE `auth_ref_submit` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_ref_submit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_report_apply` -- DROP TABLE IF EXISTS `auth_report_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_report_apply` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_report_apply` -- LOCK TABLES `auth_report_apply` WRITE; /*!40000 ALTER TABLE `auth_report_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_report_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_report_detail_list` -- DROP TABLE IF EXISTS `auth_report_detail_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_report_detail_list` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_report_detail_list` -- LOCK TABLES `auth_report_detail_list` WRITE; /*!40000 ALTER TABLE `auth_report_detail_list` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_report_detail_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_reportdetail` -- DROP TABLE IF EXISTS `auth_reportdetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_reportdetail` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_reportdetail` -- LOCK TABLES `auth_reportdetail` WRITE; /*!40000 ALTER TABLE `auth_reportdetail` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_reportdetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_rfelist` -- DROP TABLE IF EXISTS `auth_rfelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_rfelist` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_rfelist` -- LOCK TABLES `auth_rfelist` WRITE; /*!40000 ALTER TABLE `auth_rfelist` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_rfelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_search_userinfo` -- DROP TABLE IF EXISTS `auth_search_userinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_search_userinfo` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_search_userinfo` -- LOCK TABLES `auth_search_userinfo` WRITE; /*!40000 ALTER TABLE `auth_search_userinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_search_userinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_security_employment_protal` -- DROP TABLE IF EXISTS `auth_security_employment_protal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_security_employment_protal` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_security_employment_protal` -- LOCK TABLES `auth_security_employment_protal` WRITE; /*!40000 ALTER TABLE `auth_security_employment_protal` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_security_employment_protal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_set_organization_overviews` -- DROP TABLE IF EXISTS `auth_set_organization_overviews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_set_organization_overviews` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_set_organization_overviews` -- LOCK TABLES `auth_set_organization_overviews` WRITE; /*!40000 ALTER TABLE `auth_set_organization_overviews` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_set_organization_overviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_tabbars_apply` -- DROP TABLE IF EXISTS `auth_tabbars_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_tabbars_apply` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_tabbars_apply` -- LOCK TABLES `auth_tabbars_apply` WRITE; /*!40000 ALTER TABLE `auth_tabbars_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_tabbars_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_threshold_create` -- DROP TABLE IF EXISTS `auth_threshold_create`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_threshold_create` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_threshold_create` -- LOCK TABLES `auth_threshold_create` WRITE; /*!40000 ALTER TABLE `auth_threshold_create` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_threshold_create` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_threshold_setting` -- DROP TABLE IF EXISTS `auth_threshold_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_threshold_setting` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_threshold_setting` -- LOCK TABLES `auth_threshold_setting` WRITE; /*!40000 ALTER TABLE `auth_threshold_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_threshold_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_uploading` -- DROP TABLE IF EXISTS `auth_uploading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_uploading` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_uploading` -- LOCK TABLES `auth_uploading` WRITE; /*!40000 ALTER TABLE `auth_uploading` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_uploading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_user_info` -- DROP TABLE IF EXISTS `auth_user_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_user_info` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `VALUE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_user_info` -- LOCK TABLES `auth_user_info` WRITE; /*!40000 ALTER TABLE `auth_user_info` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_user_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `config_dict` -- DROP TABLE IF EXISTS `config_dict`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `config_dict` ( `id` int(20) NOT NULL AUTO_INCREMENT COMMENT '代码条目ID', `is_active` varchar(1) DEFAULT '1' COMMENT '是否有效', `code_type` varchar(30) DEFAULT NULL COMMENT '代码类型', `description` varchar(255) DEFAULT NULL COMMENT '代码中文描述', `code_value` varchar(20) DEFAULT NULL COMMENT '代码值', `label` varchar(100) DEFAULT NULL COMMENT '代码值中文描述', `seq` int(2) DEFAULT NULL COMMENT '排序', PRIMARY KEY (`id`) USING BTREE, KEY `index_codeType_codeValue` (`code_type`,`code_value`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=2187 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='字典表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `config_dict` -- LOCK TABLES `config_dict` WRITE; /*!40000 ALTER TABLE `config_dict` DISABLE KEYS */; /*!40000 ALTER TABLE `config_dict` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_event_sources` -- DROP TABLE IF EXISTS `data_event_sources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `data_event_sources` ( `id` varchar(50) NOT NULL, `created_time` datetime NOT NULL, `data` longtext, `event_action` int(11) NOT NULL, `last_updated_time` datetime DEFAULT NULL, `meta_id` varchar(50) NOT NULL, `record_id` varchar(50) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_event_sources` -- LOCK TABLES `data_event_sources` WRITE; /*!40000 ALTER TABLE `data_event_sources` DISABLE KEYS */; /*!40000 ALTER TABLE `data_event_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hibernate_sequence` -- DROP TABLE IF EXISTS `hibernate_sequence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `hibernate_sequence` ( `next_val` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `hibernate_sequence` -- LOCK TABLES `hibernate_sequence` WRITE; /*!40000 ALTER TABLE `hibernate_sequence` DISABLE KEYS */; /*!40000 ALTER TABLE `hibernate_sequence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `identity_principals` -- DROP TABLE IF EXISTS `identity_principals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `identity_principals` ( `id` varchar(100) NOT NULL, `created_time` datetime NOT NULL, `last_login_time` datetime DEFAULT NULL, `last_status_changed_time` datetime DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `status` int(11) NOT NULL, `identity_user_id` varchar(100) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FK4qf3oif1gghrkyncha2h4fljf` (`identity_user_id`) USING BTREE, CONSTRAINT `FK4qf3oif1gghrkyncha2h4fljf` FOREIGN KEY (`identity_user_id`) REFERENCES `identity_user` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `identity_principals` -- LOCK TABLES `identity_principals` WRITE; /*!40000 ALTER TABLE `identity_principals` DISABLE KEYS */; INSERT INTO `identity_principals` VALUES ('946380570206466049','2022-02-24 04:18:31',NULL,NULL,NULL,0,'946380570206466048'),('946380570420375552','2022-02-24 04:18:31',NULL,NULL,NULL,0,'946380570206466048'),('946419426846896129','2022-02-24 06:52:55',NULL,NULL,NULL,0,'946419426846896128'),('946419426901422080','2022-02-24 06:52:55',NULL,NULL,NULL,0,'946419426846896128'),('K7kspYq93CtrP8y4JVw','2021-01-01 00:00:00',NULL,NULL,'2021-12-21 20:47:19',0,'K7kspYq93CtrP8y4JVw'); /*!40000 ALTER TABLE `identity_principals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `identity_user` -- DROP TABLE IF EXISTS `identity_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `identity_user` ( `id` varchar(100) NOT NULL, `created_time` datetime NOT NULL, `name` varchar(30) NOT NULL, `telephone` varchar(50) NOT NULL, `tenant_user_id` varchar(50) DEFAULT NULL, `note` varchar(2000) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_identity_user_telephone` (`telephone`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `identity_user` -- LOCK TABLES `identity_user` WRITE; /*!40000 ALTER TABLE `identity_user` DISABLE KEYS */; INSERT INTO `identity_user` VALUES ('946380570206466048','2022-02-24 04:18:31','杨总','18766661010','rc84Keb8','{\"credentials\":[{\"credentialType\":\"IdCard\",\"number\":\"110101198510123112\"}],\"errorResult\":null,\"inValidatedLogs\":[],\"name\":\"杨总\",\"telephone\":\"18766661010\",\"tenantUserId\":\"rc84Keb8\"}'),('946419426846896128','2022-02-24 06:52:55','吴先生','18712345678','CCEcC1tI','{\"credentials\":[{\"credentialType\":\"IdCard\",\"number\":\"110120198711131412\"}],\"errorResult\":null,\"inValidatedLogs\":[],\"name\":\"吴先生\",\"telephone\":\"18712345678\",\"tenantUserId\":\"CCEcC1tI\"}'),('K7kspYq93CtrP8y4JVw','2021-12-21 20:47:19','管理员','11111000000','K7kspYq93CtrP8y4JVw',NULL); /*!40000 ALTER TABLE `identity_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `identity_user_events` -- DROP TABLE IF EXISTS `identity_user_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `identity_user_events` ( `id` varchar(255) NOT NULL, `action` int(11) DEFAULT NULL, `content` varchar(4000) DEFAULT NULL, `created_time` datetime NOT NULL, `identity_user_id` varchar(100) NOT NULL, `principal_id` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FK5o2edkq5o41c84vynsw2ko8t4` (`identity_user_id`) USING BTREE, KEY `FKdsuw8ff649hjaded65tpk82iw` (`principal_id`) USING BTREE, CONSTRAINT `FK5o2edkq5o41c84vynsw2ko8t4` FOREIGN KEY (`identity_user_id`) REFERENCES `identity_user` (`id`), CONSTRAINT `FKdsuw8ff649hjaded65tpk82iw` FOREIGN KEY (`principal_id`) REFERENCES `identity_principals` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `identity_user_events` -- LOCK TABLES `identity_user_events` WRITE; /*!40000 ALTER TABLE `identity_user_events` DISABLE KEYS */; /*!40000 ALTER TABLE `identity_user_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `identity_userpassword` -- DROP TABLE IF EXISTS `identity_userpassword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `identity_userpassword` ( `algorithm_type` int(11) NOT NULL, `password` varchar(200) NOT NULL, `user_name` varchar(50) NOT NULL, `id` varchar(100) NOT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `identity_username_password_username` (`user_name`) USING BTREE, CONSTRAINT `FKo9j5vtxv7tm9u3k9hwr8orjlh` FOREIGN KEY (`id`) REFERENCES `identity_principals` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `identity_userpassword` -- LOCK TABLES `identity_userpassword` WRITE; /*!40000 ALTER TABLE `identity_userpassword` DISABLE KEYS */; INSERT INTO `identity_userpassword` VALUES (0,'30440220701127a25019a432ba83c0882b5d7fdad922383a4fd86065a359973ed9d56a2302205cdb67bfb0517d665564853d36cda63216d7f1f2c3c912db5af5e151a8d9248e','18766661010','946380570206466049'),(0,'3046022100aaa8a5e6f651dd98b7b96e62a455489d2d54df0a903dfbb080bc57da064c0dbf022100e60b58fb74cad2ce86c258367226e0d5f71a6844c278ed5926db1dc790ef3dc7','110101198510123112','946380570420375552'),(0,'30450220078c4a426a0983da511843da352d9d7f7ba4c47f40a9eea33c150328e0180a790221008ca3b0abacc588434a99003072749d1d575442db00b7fde0d6372b5c8c1092bd','18712345678','946419426846896129'),(0,'3046022100bac99bad762c3a5465606c21d54d7bd7b5003a8cd8c3598cb97bf37458034a140221009e949030b214e18dd001a58e3da4e27a2cdc20530f512b6e309393e858a9d7f0','110120198711131412','946419426901422080'),(1,'788a8e4c4c1e2e3e62994cbc294b1f80a056620c8b75f708','11111000000','K7kspYq93CtrP8y4JVw'); /*!40000 ALTER TABLE `identity_userpassword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `identity_wechat` -- DROP TABLE IF EXISTS `identity_wechat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `identity_wechat` ( `nicky` varchar(255) DEFAULT NULL, `open_id` varchar(255) DEFAULT NULL, `id` varchar(100) NOT NULL, PRIMARY KEY (`id`) USING BTREE, CONSTRAINT `FK11byli5qv224whlwbm1sq8998` FOREIGN KEY (`id`) REFERENCES `identity_principals` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `identity_wechat` -- LOCK TABLES `identity_wechat` WRITE; /*!40000 ALTER TABLE `identity_wechat` DISABLE KEYS */; /*!40000 ALTER TABLE `identity_wechat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `identity_weixin` -- DROP TABLE IF EXISTS `identity_weixin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `identity_weixin` ( `id` varchar(100) NOT NULL, `open_id` varchar(255) DEFAULT NULL, `nicky` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, CONSTRAINT `FKh26n8i8jtq0t28p53gr11sc3a` FOREIGN KEY (`id`) REFERENCES `identity_principals` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `identity_weixin` -- LOCK TABLES `identity_weixin` WRITE; /*!40000 ALTER TABLE `identity_weixin` DISABLE KEYS */; /*!40000 ALTER TABLE `identity_weixin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `import_data_queues` -- DROP TABLE IF EXISTS `import_data_queues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `import_data_queues` ( `id` varchar(50) NOT NULL, `body` longtext, `business_date_time` datetime NOT NULL, `created_time` datetime NOT NULL, `last_processed_time` datetime DEFAULT NULL, `reference_id` varchar(100) NOT NULL, `result` longtext, `status` int(11) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `import_data_queues` -- LOCK TABLES `import_data_queues` WRITE; /*!40000 ALTER TABLE `import_data_queues` DISABLE KEYS */; /*!40000 ALTER TABLE `import_data_queues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_authorization` -- DROP TABLE IF EXISTS `kms_authorization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_authorization` ( `TARGET_NAME` longtext, `TIME_LIMIT_TYPE` varchar(200) DEFAULT NULL, `CREATOR` varchar(200) DEFAULT NULL, `RESOURCE_ID` varchar(200) DEFAULT NULL, `TARGET_ID` longtext, `END_DATE` datetime DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `DESCRIPTION` varchar(200) DEFAULT NULL, `OPERATIONS` varchar(200) DEFAULT NULL, `SCOPE` int(11) DEFAULT NULL, `ID` varchar(200) NOT NULL, `START_DATE` datetime DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `RESOURCE_TYPE` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_RESOURCE_ID` (`RESOURCE_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_authorization` -- LOCK TABLES `kms_authorization` WRITE; /*!40000 ALTER TABLE `kms_authorization` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_authorization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_category` -- DROP TABLE IF EXISTS `kms_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_category` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `PARENTID` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_category` -- LOCK TABLES `kms_category` WRITE; /*!40000 ALTER TABLE `kms_category` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_disk` -- DROP TABLE IF EXISTS `kms_disk`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_disk` ( `ID` varchar(200) NOT NULL, `TYPE` int(11) DEFAULT NULL, `NAME` varchar(200) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, `OWNER_ID` varchar(200) DEFAULT NULL, `ORDER_NO` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_disk` -- LOCK TABLES `kms_disk` WRITE; /*!40000 ALTER TABLE `kms_disk` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_disk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_edit_file` -- DROP TABLE IF EXISTS `kms_edit_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_edit_file` ( `EDITOR_ID` varchar(200) DEFAULT NULL, `EDIT_TIME` datetime DEFAULT NULL, `FILE_ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_edit_file` -- LOCK TABLES `kms_edit_file` WRITE; /*!40000 ALTER TABLE `kms_edit_file` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_edit_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_file` -- DROP TABLE IF EXISTS `kms_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_file` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `DISK_ID` varchar(200) DEFAULT NULL, `FOLDER_ID` varchar(200) DEFAULT NULL, `PATH` varchar(4000) DEFAULT NULL, `CREATOR` varchar(200) DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `TYPE` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `LAST_MODIFY_DATE` datetime DEFAULT NULL, `ORIGIN_TYPE` int(11) DEFAULT NULL, `ORIGIN_ID` varchar(200) DEFAULT NULL, `URL` varchar(4000) DEFAULT NULL, `DIMENSION` int(11) DEFAULT NULL, `COLLECTS` int(11) DEFAULT NULL, `SHARES` int(11) DEFAULT NULL, `VIEWS` int(11) DEFAULT NULL, `DOWNLOADS` int(11) DEFAULT NULL, `LAST_DOWNLOAD_DATE` datetime DEFAULT NULL, `LAST_COLLECT_DATE` datetime DEFAULT NULL, `LAST_SHARE_DATE` datetime DEFAULT NULL, `LAST_VIEW_DATE` datetime DEFAULT NULL, `LAST_EDIT_DATE` datetime DEFAULT NULL, `GOOD` int(11) DEFAULT NULL, `BAD` int(11) DEFAULT NULL, `CATEGORYS` varchar(4000) DEFAULT NULL, `CATEGORYS_JSON` longtext, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_DISK_ID` (`DISK_ID`) USING BTREE, KEY `index_FOLDER_ID` (`FOLDER_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_file` -- LOCK TABLES `kms_file` WRITE; /*!40000 ALTER TABLE `kms_file` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_file_category_set` -- DROP TABLE IF EXISTS `kms_file_category_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_file_category_set` ( `ID` varchar(200) NOT NULL, `FILE_ID` varchar(200) DEFAULT NULL, `CATEGORY_ID` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_file_category_set` -- LOCK TABLES `kms_file_category_set` WRITE; /*!40000 ALTER TABLE `kms_file_category_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_file_category_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_file_history` -- DROP TABLE IF EXISTS `kms_file_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_file_history` ( `ID` varchar(200) NOT NULL, `USER_ID` varchar(200) DEFAULT NULL, `USER_NAME` varchar(200) DEFAULT NULL, `TITLE` varchar(200) DEFAULT NULL, `SOURCE_ID` varchar(200) DEFAULT NULL, `PATH` varchar(200) DEFAULT NULL, `MD5` varchar(200) DEFAULT NULL, `TMP` bit(1) DEFAULT NULL, `CREATE_TIME` datetime DEFAULT NULL, `VERSION_NO` int(11) DEFAULT NULL, `FILE_SIZE` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_file_history` -- LOCK TABLES `kms_file_history` WRITE; /*!40000 ALTER TABLE `kms_file_history` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_file_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_file_outsideshare_set` -- DROP TABLE IF EXISTS `kms_file_outsideshare_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_file_outsideshare_set` ( `ID` varchar(200) NOT NULL, `FILE_ID` varchar(200) DEFAULT NULL, `SHARE_TIMEOUT` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_file_outsideshare_set` -- LOCK TABLES `kms_file_outsideshare_set` WRITE; /*!40000 ALTER TABLE `kms_file_outsideshare_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_file_outsideshare_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_folder` -- DROP TABLE IF EXISTS `kms_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_folder` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `DISK_ID` varchar(200) DEFAULT NULL, `FOLDER_ID` varchar(200) DEFAULT NULL, `PATH` varchar(4000) DEFAULT NULL, `CREATOR` varchar(200) DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `TYPE` int(11) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `LAST_MODIFY_DATE` datetime DEFAULT NULL, `ORDER_NO` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_DISK_ID` (`DISK_ID`) USING BTREE, KEY `index_FOLDER_ID` (`FOLDER_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_folder` -- LOCK TABLES `kms_folder` WRITE; /*!40000 ALTER TABLE `kms_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_iflytek_task` -- DROP TABLE IF EXISTS `kms_iflytek_task`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_iflytek_task` ( `ID` varchar(200) DEFAULT NULL, `FILE_NAME` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `TEXT` longtext, `FILE_LENGTH` int(11) DEFAULT NULL, `USER_ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_iflytek_task` -- LOCK TABLES `kms_iflytek_task` WRITE; /*!40000 ALTER TABLE `kms_iflytek_task` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_iflytek_task` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_keyword` -- DROP TABLE IF EXISTS `kms_keyword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_keyword` ( `ID` varchar(200) NOT NULL, `CONTENT` varchar(200) DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `CREATOR` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_keyword` -- LOCK TABLES `kms_keyword` WRITE; /*!40000 ALTER TABLE `kms_keyword` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_keyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_logs` -- DROP TABLE IF EXISTS `kms_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_logs` ( `DEPT_NAME` varchar(200) DEFAULT NULL, `RESOURCE_ID` varchar(200) DEFAULT NULL, `CREATOR` varchar(200) DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `DEPT_ID` varchar(200) DEFAULT NULL, `RESOURCE_NAME` varchar(200) DEFAULT NULL, `OPERATION_TYPE` int(11) DEFAULT NULL, `ID` varchar(200) DEFAULT NULL, `RESOURCE_TYPE` int(11) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `REGION` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_logs` -- LOCK TABLES `kms_logs` WRITE; /*!40000 ALTER TABLE `kms_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_map` -- DROP TABLE IF EXISTS `kms_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_map` ( `ID` varchar(200) NOT NULL, `TITLE` varchar(200) DEFAULT NULL, `SERIAL_NUMBER` varchar(200) DEFAULT NULL, `CONTENT` longtext, `CREATOR` varchar(200) DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `LAST_MODIFY_DATE` datetime DEFAULT NULL, `REALM_ID` varchar(200) DEFAULT NULL, `STATUS` varchar(200) DEFAULT NULL, `FLOW_HISTORYS` longtext, `APPROVERS` varchar(4000) DEFAULT NULL, `APPROVER_IDS` varchar(4000) DEFAULT NULL, `APPROVER_HISTORYS` longtext, `LAST_OPERATION` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_map` -- LOCK TABLES `kms_map` WRITE; /*!40000 ALTER TABLE `kms_map` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_member` -- DROP TABLE IF EXISTS `kms_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_member` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `TEAM_ID` varchar(200) DEFAULT NULL, `USER_ID` varchar(200) DEFAULT NULL, `TYPE` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_member` -- LOCK TABLES `kms_member` WRITE; /*!40000 ALTER TABLE `kms_member` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_operation` -- DROP TABLE IF EXISTS `kms_operation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_operation` ( `CODE` int(11) DEFAULT NULL, `DESCRIPTION` varchar(200) DEFAULT NULL, `ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_operation` -- LOCK TABLES `kms_operation` WRITE; /*!40000 ALTER TABLE `kms_operation` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_operation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_permission_app_form` -- DROP TABLE IF EXISTS `kms_permission_app_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_permission_app_form` ( `ID` varchar(200) NOT NULL, `USER_ID` varchar(200) DEFAULT NULL, `USER_NAME` varchar(200) DEFAULT NULL, `RESOURCE_ID` varchar(200) DEFAULT NULL, `RESOURCE_NAME` varchar(200) DEFAULT NULL, `RESOURCE_TYPE` int(11) DEFAULT NULL, `FILE_OBJECT_TYPE` int(11) DEFAULT NULL, `RESOURCE_OWNER_ID` varchar(200) DEFAULT NULL, `DOWNLOAD` bit(1) DEFAULT NULL, `PREVIEW` bit(1) DEFAULT NULL, `EDIT` bit(1) DEFAULT NULL, `APPROVERS` varchar(4000) DEFAULT NULL, `APPROVER_IDS` varchar(4000) DEFAULT NULL, `REASON` longtext, `REJECT_REASON` longtext, `CREATE_DATE` datetime DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_permission_app_form` -- LOCK TABLES `kms_permission_app_form` WRITE; /*!40000 ALTER TABLE `kms_permission_app_form` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_permission_app_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_preview_file` -- DROP TABLE IF EXISTS `kms_preview_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_preview_file` ( `PREVIEW_ID` varchar(200) DEFAULT NULL, `PREVIEW_TIME` datetime DEFAULT NULL, `FILE_ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_preview_file` -- LOCK TABLES `kms_preview_file` WRITE; /*!40000 ALTER TABLE `kms_preview_file` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_preview_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_privilege` -- DROP TABLE IF EXISTS `kms_privilege`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_privilege` ( `END_DATE` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, `AUTH_ID` varchar(200) DEFAULT NULL, `START_DATE` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_privilege` -- LOCK TABLES `kms_privilege` WRITE; /*!40000 ALTER TABLE `kms_privilege` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_privilege` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_privilege_dept_set` -- DROP TABLE IF EXISTS `kms_privilege_dept_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_privilege_dept_set` ( `PRIVILEGE_ID` varchar(200) DEFAULT NULL, `DEPT_ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_privilege_dept_set` -- LOCK TABLES `kms_privilege_dept_set` WRITE; /*!40000 ALTER TABLE `kms_privilege_dept_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_privilege_dept_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_privilege_operation_set` -- DROP TABLE IF EXISTS `kms_privilege_operation_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_privilege_operation_set` ( `PRIVILEGE_ID` varchar(200) DEFAULT NULL, `OPERATION_ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_privilege_operation_set` -- LOCK TABLES `kms_privilege_operation_set` WRITE; /*!40000 ALTER TABLE `kms_privilege_operation_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_privilege_operation_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_privilege_resource_set` -- DROP TABLE IF EXISTS `kms_privilege_resource_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_privilege_resource_set` ( `RESOURCE_ID` varchar(200) DEFAULT NULL, `PRIVILEGE_ID` varchar(200) DEFAULT NULL, `RESOURCE_TYPE` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_privilege_resource_set` -- LOCK TABLES `kms_privilege_resource_set` WRITE; /*!40000 ALTER TABLE `kms_privilege_resource_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_privilege_resource_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_privilege_user_set` -- DROP TABLE IF EXISTS `kms_privilege_user_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_privilege_user_set` ( `PRIVILEGE_ID` varchar(200) DEFAULT NULL, `USER_ID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_privilege_user_set` -- LOCK TABLES `kms_privilege_user_set` WRITE; /*!40000 ALTER TABLE `kms_privilege_user_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_privilege_user_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_realm` -- DROP TABLE IF EXISTS `kms_realm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_realm` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `ORDER_NO` int(11) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_realm` -- LOCK TABLES `kms_realm` WRITE; /*!40000 ALTER TABLE `kms_realm` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_realm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_role` -- DROP TABLE IF EXISTS `kms_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_role` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `GRADE` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_role` -- LOCK TABLES `kms_role` WRITE; /*!40000 ALTER TABLE `kms_role` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_share_record` -- DROP TABLE IF EXISTS `kms_share_record`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_share_record` ( `ID` varchar(200) DEFAULT NULL, `FILE_ID` varchar(200) DEFAULT NULL, `SHARE_AUTHOR_ID` varchar(200) DEFAULT NULL, `SHARE_RECEIVE_ID` varchar(200) DEFAULT NULL, `SHARE_RECEIVE_NAME` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_share_record` -- LOCK TABLES `kms_share_record` WRITE; /*!40000 ALTER TABLE `kms_share_record` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_share_record` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_stage` -- DROP TABLE IF EXISTS `kms_stage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_stage` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `TEAM_ID` varchar(200) DEFAULT NULL, `FOLDER_ID` varchar(200) DEFAULT NULL, `ORDER_NO` int(11) DEFAULT NULL, `COMMENTS` longtext, `CREATE_DATE` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_stage` -- LOCK TABLES `kms_stage` WRITE; /*!40000 ALTER TABLE `kms_stage` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_stage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_subscription` -- DROP TABLE IF EXISTS `kms_subscription`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_subscription` ( `ID` varchar(200) NOT NULL, `USER_ID` varchar(200) DEFAULT NULL, `CONTENT_ID` varchar(200) DEFAULT NULL, `CONTENT_TYPE` int(11) DEFAULT NULL, `CONTENT_NAME` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_subscription` -- LOCK TABLES `kms_subscription` WRITE; /*!40000 ALTER TABLE `kms_subscription` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_subscription` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_subscription_notice` -- DROP TABLE IF EXISTS `kms_subscription_notice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_subscription_notice` ( `ID` varchar(200) NOT NULL, `USER_ID` varchar(200) DEFAULT NULL, `RESOURCE_ID` varchar(200) DEFAULT NULL, `RESOURCE_NAME` varchar(200) DEFAULT NULL, `CONTENT_TYPE` int(11) DEFAULT NULL, `CONTENT_NAME` varchar(200) DEFAULT NULL, `CONTENT_ID` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `IS_READ` bit(1) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_subscription_notice` -- LOCK TABLES `kms_subscription_notice` WRITE; /*!40000 ALTER TABLE `kms_subscription_notice` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_subscription_notice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_team` -- DROP TABLE IF EXISTS `kms_team`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_team` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `SERIAL_NUMBER` varchar(200) DEFAULT NULL, `DESCRIPTION` varchar(200) DEFAULT NULL, `CREATOR_ID` varchar(200) DEFAULT NULL, `CREATOR` varchar(200) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `DEPT_PERMISSION` varchar(200) DEFAULT NULL, `COMP_PERMISSION` varchar(200) DEFAULT NULL, `DISK_ID` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_team` -- LOCK TABLES `kms_team` WRITE; /*!40000 ALTER TABLE `kms_team` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_team` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kms_user_role_set` -- DROP TABLE IF EXISTS `kms_user_role_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kms_user_role_set` ( `ID` varchar(200) NOT NULL, `USER_ID` varchar(200) DEFAULT NULL, `ROLE_ID` varchar(200) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kms_user_role_set` -- LOCK TABLES `kms_user_role_set` WRITE; /*!40000 ALTER TABLE `kms_user_role_set` DISABLE KEYS */; /*!40000 ALTER TABLE `kms_user_role_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_表单操作_保存类型` -- DROP TABLE IF EXISTS `log_表单操作_保存类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_表单操作_保存类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_表单操作_保存类型` -- LOCK TABLES `log_表单操作_保存类型` WRITE; /*!40000 ALTER TABLE `log_表单操作_保存类型` DISABLE KEYS */; /*!40000 ALTER TABLE `log_表单操作_保存类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_表单显示操作日志` -- DROP TABLE IF EXISTS `log_表单显示操作日志`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_表单显示操作日志` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_文本框` varchar(200) DEFAULT NULL, `ITEM_日期选择框` datetime DEFAULT NULL, `ITEM_文件上传` longtext, `ITEM_多行文本框` longtext, `ITEM_sd` decimal(22,10) DEFAULT NULL, `ITEM_a` varchar(200) DEFAULT NULL, `ITEM_日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_表单显示操作日志` -- LOCK TABLES `log_表单显示操作日志` WRITE; /*!40000 ALTER TABLE `log_表单显示操作日志` DISABLE KEYS */; /*!40000 ALTER TABLE `log_表单显示操作日志` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_accepetance` -- DROP TABLE IF EXISTS `log_accepetance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_accepetance` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_LICENSING_UNIT_PRICE` varchar(200) DEFAULT NULL COMMENT '许可单位名称', `ITEM_holdareaallName` varchar(200) DEFAULT NULL COMMENT '活动举办地区全称', `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_activityareas` varchar(200) DEFAULT NULL, `ITEM_activityid` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_holdsite` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_organizer_company` varchar(200) DEFAULT NULL COMMENT '举办单位', `ITEM_udertack_company` varchar(200) DEFAULT NULL COMMENT '承办单位', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finiall_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_max_people` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_assessment_report` varchar(200) DEFAULT NULL COMMENT '评估报告', `ITEM_License_materials` varchar(200) DEFAULT NULL COMMENT '许可审批材料', `ITEM_safety_permit_form` varchar(200) DEFAULT NULL COMMENT '安全许可申请表', `ITEM_safety_permit_certificate` varchar(200) DEFAULT NULL COMMENT '安全许可申请受理材料', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_accepetance` -- LOCK TABLES `log_accepetance` WRITE; /*!40000 ALTER TABLE `log_accepetance` DISABLE KEYS */; /*!40000 ALTER TABLE `log_accepetance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activities_safetyplan` -- DROP TABLE IF EXISTS `log_activities_safetyplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activities_safetyplan` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL, `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activities_safetyplan` -- LOCK TABLES `log_activities_safetyplan` WRITE; /*!40000 ALTER TABLE `log_activities_safetyplan` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activities_safetyplan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activitiy_report_checkmessge` -- DROP TABLE IF EXISTS `log_activitiy_report_checkmessge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activitiy_report_checkmessge` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_idactivity` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动举办时间', `ITEM_activity_type` varchar(200) DEFAULT NULL, `ITEM_is_profitable` varchar(200) DEFAULT NULL, `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_licensing_unit` varchar(200) DEFAULT NULL, `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动场地名称', `ITEM_site_type` varchar(200) DEFAULT NULL, `ITEM_outdoor_site_type` varchar(200) DEFAULT NULL, `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '当日参加最大人数', `ITEM_activity_start_time` varchar(200) DEFAULT NULL, `ITEM_activity_over_time` varchar(200) DEFAULT NULL, `ITEM_approvalarea` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activitiy_report_checkmessge` -- LOCK TABLES `log_activitiy_report_checkmessge` WRITE; /*!40000 ALTER TABLE `log_activitiy_report_checkmessge` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activitiy_report_checkmessge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activity_apply_form` -- DROP TABLE IF EXISTS `log_activity_apply_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activity_apply_form` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_approval_time` varchar(200) DEFAULT NULL COMMENT '报批时间', `ITEM_activity_time` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_undertake` varchar(200) DEFAULT NULL COMMENT '承办单位名称', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activity_apply_form` -- LOCK TABLES `log_activity_apply_form` WRITE; /*!40000 ALTER TABLE `log_activity_apply_form` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activity_apply_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activity_detail` -- DROP TABLE IF EXISTS `log_activity_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activity_detail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activity_detail` -- LOCK TABLES `log_activity_detail` WRITE; /*!40000 ALTER TABLE `log_activity_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activity_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activity_detail_list` -- DROP TABLE IF EXISTS `log_activity_detail_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activity_detail_list` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_create_date` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activity_no` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_source` varchar(200) DEFAULT NULL COMMENT '活动来源', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activity_detail_list` -- LOCK TABLES `log_activity_detail_list` WRITE; /*!40000 ALTER TABLE `log_activity_detail_list` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activity_detail_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activity_detail_two` -- DROP TABLE IF EXISTS `log_activity_detail_two`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activity_detail_two` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_s` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activitysetp` varchar(200) DEFAULT NULL, `ITEM_stages_number` varchar(200) DEFAULT NULL COMMENT '舞台数量', `ITEM_totle_floor_area` varchar(200) DEFAULT NULL COMMENT '舞台占地总面积', `ITEM_stage_size_des` longtext COMMENT '舞台尺寸描述', `ITEM_main_structure_stage` varchar(200) DEFAULT NULL COMMENT '舞台主体结构', `ITEM_stage_design` longtext COMMENT '舞台设计图', `ITEM_standard_booths_num` varchar(200) DEFAULT NULL COMMENT '标准展台数量', `ITEM_floor_area_stand` varchar(200) DEFAULT NULL COMMENT '展台占地面积', `ITEM_special_booth_area` varchar(200) DEFAULT NULL COMMENT '特装展台光地面积', `ITEM_booth_design` longtext COMMENT '展台设计图', `ITEM_area_number` varchar(200) DEFAULT NULL COMMENT '擂台数量', `ITEM_challenge_area` varchar(200) DEFAULT NULL COMMENT '擂台占地面积', `ITEM_desc_challenge_area` longtext COMMENT '擂台尺寸描述', `ITEM_challenge_design` longtext COMMENT '擂台设计图', `ITEM_main_challenge_arena` longtext COMMENT '擂台主体结构', `ITEM_stalls_number` varchar(200) DEFAULT NULL COMMENT '摊位数量', `ITEM_stalls_area` varchar(200) DEFAULT NULL COMMENT '摊位占地面积', `ITEM_desc_stalls_area` longtext COMMENT '摊位尺寸描述', `ITEM_stalls_area_desige` longtext COMMENT '摊位设计图', `ITEM_temp_build_desc` varchar(200) DEFAULT NULL COMMENT '临建描述', `ITEM_temp_build_design` longtext COMMENT '临建设计图', `ITEM_temp_build_area` varchar(200) DEFAULT NULL COMMENT '临建占地面积', `ITEM_temp_build_structure` longtext COMMENT '临建主体结构', `ITEM_build_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_build_conten` longtext COMMENT '搭建内容', `ITEM_build_com_license` longtext COMMENT '营业执照', `ITEM_build_qualify` longtext COMMENT '资质证明', `ITEM_construction_plan` longtext COMMENT '临建设施搭建平面图', `ITEM_legal_identification` longtext COMMENT '法人身份证明', `ITEM_safty_license` longtext COMMENT '安全生产许可证', `ITEM_service_agreement` longtext COMMENT '服务协议', `ITEM_desc_construction_plan` longtext COMMENT '临建设施搭建平面图说明', `ITEM_electronic_policy` longtext COMMENT '电子保单/保单复印件', `ITEM_construction_scheme` longtext COMMENT '搭建方案', `ITEM_supervision_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_supervision_qualify_proof` longtext COMMENT '资质、资格证明文件', `ITEM_supervision_service_protol` longtext COMMENT '服务协议', `ITEM_promise_choose_qualified` longtext COMMENT '我承诺选择具有资质的保安公司', `ITEM_securiry_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_company_qualification` longtext COMMENT '资质、资格证明文件', `ITEM_security_certificate` longtext COMMENT '聘请保安证明材料', `ITEM_safety_responsibility` longtext COMMENT '安全责任制度', `ITEM_support_scheme` longtext COMMENT '指挥调度及通讯保障方案', `ITEM_safety_command` longtext COMMENT '安全指挥体系、安全工作人员的数量、任务分配和识别标识', `ITEM_route_arrangement` longtext COMMENT '人员、车辆进出路线安排', `ITEM_safety_measures` longtext COMMENT '活动场所消防安全措施', `ITEM_security_buffer` longtext COMMENT '治安缓冲区的设定及其标识', `ITEM_guarantee_safety_facilities` longtext COMMENT '安全设施设备保障情况', `ITEM_traffic_safety` longtext COMMENT '交通安全组织措施', `ITEM_traffic_diagram` longtext COMMENT '交通组织示意图', `ITEM_order_maintenance` longtext COMMENT '现场秩序维护、人员疏导措施', `ITEM_personnel_training_plan` longtext COMMENT '安保人员培训计划', `ITEM_safety_plan_drill` longtext COMMENT '安全方案预案演练', `ITEM_medical_aid_settings` longtext COMMENT '医疗救护设置情况', `ITEM_medical_rescue_agreement` longtext COMMENT '医疗救护协议书', `ITEM_dangerous_goods_manager` longtext COMMENT '贵重物品、危险物品管理', `ITEM_explosion_proof_measures` longtext COMMENT '防爆措施', `ITEM_exit_open_activities` longtext COMMENT '活动开放的出入口', `ITEM_restricted_articles` longtext COMMENT '禁限带物品管理', `ITEM_notice_setting` longtext COMMENT '活动入场须知设置', `ITEM_security_work_plan` longtext COMMENT '安全保卫工作方案', `ITEM_checkpoint_setting_desc` longtext COMMENT '安检口设置说明', `ITEM_entrance_security` longtext COMMENT '入场安检措施', `ITEM_csafty_corporate_name` varchar(200) DEFAULT NULL COMMENT '安检公司', `ITEM_csecrity_certificate` longtext COMMENT '资质、资格证明文件', `ITEM_cservice_agreement` longtext COMMENT '服务协议', `ITEM_explosion_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_explosion_qualify` longtext COMMENT '资质、资格证明文件', `ITEM_explosion_service_protal` longtext COMMENT '服务协议', `ITEM_explosion_proof` longtext COMMENT '防爆安检人员资格证明', `ITEM_evacuation_plan` longtext COMMENT '应急疏散预案', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activity_detail_two` -- LOCK TABLES `log_activity_detail_two` WRITE; /*!40000 ALTER TABLE `log_activity_detail_two` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activity_detail_two` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activity_reporting` -- DROP TABLE IF EXISTS `log_activity_reporting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activity_reporting` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activity_name` varchar(200) DEFAULT NULL, `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_activity_intro` longtext COMMENT '活动简介', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finiall_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_hold_days` varchar(200) DEFAULT NULL COMMENT '活动举办天数', `ITEM_audience_num` varchar(200) DEFAULT NULL COMMENT '观众总数', `ITEM_day_audience` varchar(200) DEFAULT NULL COMMENT '日均观众', `ITEM_police_num` varchar(200) DEFAULT NULL COMMENT '警力总数', `ITEM_day_police` varchar(200) DEFAULT NULL COMMENT '日均警力', `ITEM_security_num` varchar(200) DEFAULT NULL COMMENT '保安员总数', `ITEM_day_security` varchar(200) DEFAULT NULL COMMENT '日均保安员', `ITEM_volunteer_num` varchar(200) DEFAULT NULL COMMENT '志愿者总数', `ITEM_security_organs_name` varchar(200) DEFAULT NULL COMMENT '地级市公安机关负责人姓名', `ITEM_security_organs_post` varchar(200) DEFAULT NULL COMMENT '地级市公安机关负责人职务', `ITEM_security_organs_phone` varchar(200) DEFAULT NULL COMMENT '地级市公安机关负责人联系方式', `ITEM_site_commander_name` varchar(200) DEFAULT NULL COMMENT '现场指挥人信息', `ITEM_sitecommander_post` varchar(200) DEFAULT NULL COMMENT '现场指挥人员信息职务', `ITEM_sitecommander_phone` varchar(200) DEFAULT NULL COMMENT '现场指挥人员信息联系方式', `ITEM_contact_person_name` varchar(200) DEFAULT NULL COMMENT '活动承办方联系人姓名', `ITEM_contact_person_post` varchar(200) DEFAULT NULL COMMENT '活动承办方联系人职务', `ITEM_contact_person_phone` varchar(200) DEFAULT NULL COMMENT '活动承办方联系人联系方式', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activity_reporting` -- LOCK TABLES `log_activity_reporting` WRITE; /*!40000 ALTER TABLE `log_activity_reporting` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activity_reporting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_activitydetail` -- DROP TABLE IF EXISTS `log_activitydetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_activitydetail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_activitydetail` -- LOCK TABLES `log_activitydetail` WRITE; /*!40000 ALTER TABLE `log_activitydetail` DISABLE KEYS */; /*!40000 ALTER TABLE `log_activitydetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_approval` -- DROP TABLE IF EXISTS `log_approval`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_approval` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_LICENSING_UNIT_PRICE` varchar(200) DEFAULT NULL COMMENT '许可单位名称', `ITEM_holdareaallName` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityareas` varchar(200) DEFAULT NULL COMMENT '许可单位id', `ITEM_activityid` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_holdsite` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_organizer_company` varchar(200) DEFAULT NULL COMMENT '举办单位', `ITEM_udertack_company` varchar(200) DEFAULT NULL COMMENT '承办单位', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finiall_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_max_people` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_assessment_report` varchar(200) DEFAULT NULL COMMENT '评估报告', `ITEM_License_materials` varchar(200) DEFAULT NULL COMMENT '许可审批材料', `ITEM_safety_permit_form` varchar(200) DEFAULT NULL COMMENT '安全许可申请表', `ITEM_safety_permit_certificate` varchar(200) DEFAULT NULL COMMENT '安全许可申请受理材料', `ITEM_cchecktme` datetime DEFAULT NULL COMMENT '检查时间', `ITEM_check_status` longtext COMMENT '检查情况', `ITEM_check_materail` longtext COMMENT '检查材料', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_approval` -- LOCK TABLES `log_approval` WRITE; /*!40000 ALTER TABLE `log_approval` DISABLE KEYS */; /*!40000 ALTER TABLE `log_approval` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_approval_level_setting` -- DROP TABLE IF EXISTS `log_approval_level_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_approval_level_setting` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_setting_area` varchar(200) DEFAULT NULL COMMENT '当前配置地区', `ITEM_acceptance_level` varchar(200) DEFAULT NULL COMMENT '受理等级设定', `ITEM_getdepartent` varchar(200) DEFAULT NULL COMMENT '获取用户部门', `ITEM_set_approval_level` varchar(200) DEFAULT NULL COMMENT '审批级数设定', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_approval_level_setting` -- LOCK TABLES `log_approval_level_setting` WRITE; /*!40000 ALTER TABLE `log_approval_level_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `log_approval_level_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_back_record` -- DROP TABLE IF EXISTS `log_back_record`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_back_record` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_back_start` varchar(200) DEFAULT NULL COMMENT '退回时间', `ITEM_back` varchar(200) DEFAULT NULL COMMENT '退回原因', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_back_record` -- LOCK TABLES `log_back_record` WRITE; /*!40000 ALTER TABLE `log_back_record` DISABLE KEYS */; /*!40000 ALTER TABLE `log_back_record` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_check_applymsg` -- DROP TABLE IF EXISTS `log_check_applymsg`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_check_applymsg` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activity_names` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finialltime` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_holdprovience` varchar(200) DEFAULT NULL, `ITEM_holdcity` varchar(200) DEFAULT NULL, `ITEM_holdarea` varchar(200) DEFAULT NULL, `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_holdin` varchar(200) DEFAULT NULL COMMENT '活动审批所在地区', `ITEM_activitysetp` varchar(200) DEFAULT NULL COMMENT '获取活动状态', `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '举办活动id', `ITEM_pa_sure` varchar(200) DEFAULT NULL COMMENT '大型活动审批表材料确认', `ITEM_is_holdproof` varchar(200) DEFAULT NULL COMMENT '承办者合法成立的证明及安全责任人身份证明确认', `ITEM_is_lookplanexplain` varchar(200) DEFAULT NULL COMMENT '大型群众活动方案及说明确认', `ITEM_is_activitysaftyplan` varchar(200) DEFAULT NULL COMMENT '大型群众性活动安全方案确认', `ITEM_is_lease_certificate` varchar(200) DEFAULT NULL COMMENT '租赁证明确认', `ITEM_is_protal` varchar(200) DEFAULT NULL COMMENT '保安雇佣协议确认', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_check_applymsg` -- LOCK TABLES `log_check_applymsg` WRITE; /*!40000 ALTER TABLE `log_check_applymsg` DISABLE KEYS */; /*!40000 ALTER TABLE `log_check_applymsg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_create_department` -- DROP TABLE IF EXISTS `log_create_department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_create_department` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_provience` varchar(200) DEFAULT NULL COMMENT '省份', `ITEM_provienceName` varchar(200) DEFAULT NULL COMMENT '省份名称', `ITEM_city` varchar(200) DEFAULT NULL COMMENT '市级部门', `ITEM_cityName` varchar(200) DEFAULT NULL COMMENT '城市名称', `ITEM_area` varchar(200) DEFAULT NULL COMMENT '县级部门', `ITEM_areaName` varchar(200) DEFAULT NULL COMMENT '区/县名称', `ITEM_police_department` varchar(200) DEFAULT NULL COMMENT '公安分局部门', `ITEM_policdepatementName` varchar(200) DEFAULT NULL COMMENT '公安分局名称', `ITEM_superid` varchar(200) DEFAULT NULL COMMENT '上级部门名称', `ITEM_areaid` varchar(200) DEFAULT NULL COMMENT '当前部门id', `ITEM_name` varchar(200) DEFAULT NULL COMMENT '当前部门名称', `ITEM_parentdeptId` varchar(200) DEFAULT NULL COMMENT '父级部门id', `ITEM_parentdeptName` varchar(200) DEFAULT NULL COMMENT '上级部门名称', `ITEM_deptId` varchar(200) DEFAULT NULL COMMENT '部门id', `ITEM_ispolicedepatment` varchar(200) DEFAULT NULL COMMENT '判断是否为公安局,0为地区,1为公安局', `ITEM_superFaterDepatmentId` varchar(200) DEFAULT NULL COMMENT '当前部门上两级部门id', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_create_department` -- LOCK TABLES `log_create_department` WRITE; /*!40000 ALTER TABLE `log_create_department` DISABLE KEYS */; /*!40000 ALTER TABLE `log_create_department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_createuser` -- DROP TABLE IF EXISTS `log_createuser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_createuser` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_userName` varchar(200) DEFAULT NULL COMMENT '用户姓名', `ITEM_phone` varchar(200) DEFAULT NULL COMMENT '手机号', `ITEM_password` varchar(200) DEFAULT NULL COMMENT '密码', `ITEM_userrole` varchar(200) DEFAULT NULL COMMENT '用户角色', `ITEM_provience` varchar(200) DEFAULT NULL COMMENT '省份名称', `ITEM_city` varchar(200) DEFAULT NULL COMMENT '城市名称', `ITEM_cityarea` varchar(200) DEFAULT NULL COMMENT '城市中的区', `ITEM_policedepatment` varchar(200) DEFAULT NULL COMMENT '所在公安局部门', `ITEM_policeDeptId` varchar(200) DEFAULT NULL COMMENT '用户部门id', `ITEM_areadetail` varchar(200) DEFAULT NULL COMMENT '地区详细地址', `ITEM_userRealName` varchar(200) DEFAULT NULL COMMENT '用户真实姓名', `ITEM_policeNo` varchar(200) DEFAULT NULL COMMENT '警号', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_createuser` -- LOCK TABLES `log_createuser` WRITE; /*!40000 ALTER TABLE `log_createuser` DISABLE KEYS */; /*!40000 ALTER TABLE `log_createuser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_holdproof` -- DROP TABLE IF EXISTS `log_holdproof`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_holdproof` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_holdproof` -- LOCK TABLES `log_holdproof` WRITE; /*!40000 ALTER TABLE `log_holdproof` DISABLE KEYS */; /*!40000 ALTER TABLE `log_holdproof` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_lease_certificate` -- DROP TABLE IF EXISTS `log_lease_certificate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_lease_certificate` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL, `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_lease_certificate` -- LOCK TABLES `log_lease_certificate` WRITE; /*!40000 ALTER TABLE `log_lease_certificate` DISABLE KEYS */; /*!40000 ALTER TABLE `log_lease_certificate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_materials` -- DROP TABLE IF EXISTS `log_materials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_materials` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '举办活动id', `ITEM_time` varchar(200) DEFAULT NULL COMMENT '提交材料时间', `ITEM_updatetime` varchar(200) DEFAULT NULL COMMENT '更新材料时间', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_materials` -- LOCK TABLES `log_materials` WRITE; /*!40000 ALTER TABLE `log_materials` DISABLE KEYS */; /*!40000 ALTER TABLE `log_materials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_mymessage` -- DROP TABLE IF EXISTS `log_mymessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_mymessage` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_recivitime` varchar(200) DEFAULT NULL COMMENT '接收时间', `ITEM_recivcetime` varchar(200) DEFAULT NULL COMMENT '接受内容', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_mymessage` -- LOCK TABLES `log_mymessage` WRITE; /*!40000 ALTER TABLE `log_mymessage` DISABLE KEYS */; /*!40000 ALTER TABLE `log_mymessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_permit_application` -- DROP TABLE IF EXISTS `log_permit_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_permit_application` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_undertaker` varchar(200) DEFAULT NULL COMMENT '承办者', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_apply_time` varchar(200) DEFAULT NULL COMMENT '申请时间', `ITEM_activity_name_next` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_start_time` datetime DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finialltime` datetime DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_location` varchar(200) DEFAULT NULL COMMENT '活动地点/路线', `ITEM_site_area` varchar(200) DEFAULT NULL COMMENT '场地面积/里程', `ITEM_rated_capacity` varchar(200) DEFAULT NULL COMMENT '额定容量', `ITEM_votes_number` varchar(200) DEFAULT NULL COMMENT '拟发售票数', `ITEM_activity_content` varchar(200) DEFAULT NULL COMMENT '活动内容', `ITEM_upr_name` varchar(200) DEFAULT NULL COMMENT '名 称', `ITEM_upr_safety_undertake` varchar(200) DEFAULT NULL COMMENT '安全责任人', `ITEM_upr_position` varchar(200) DEFAULT NULL COMMENT '职 务', `ITEM_upr_identy` longtext COMMENT '身份证件种类和号码', `ITEM_upr_phone` varchar(200) DEFAULT NULL COMMENT '联系电话', `ITEM_upr_link` varchar(200) DEFAULT NULL COMMENT '承办者联系人', `ITEM_utc_position` varchar(200) DEFAULT NULL COMMENT '承办者联系人职 务', `ITEM_utc_phone` varchar(200) DEFAULT NULL COMMENT '承办者联系人电话', `ITEM_ms_name` varchar(200) DEFAULT NULL COMMENT '场地名 称', `ITEM_ms_main_undertake` varchar(200) DEFAULT NULL COMMENT '场地主要负责人', `ITEM_msc_position` varchar(200) DEFAULT NULL COMMENT '场地负责人职务', `ITEM_msc_phone` varchar(200) DEFAULT NULL COMMENT '场地负责人主要联系电话', `ITEM_ms_link` varchar(200) DEFAULT NULL COMMENT '场地联系人', `ITEM_msl_position` varchar(200) DEFAULT NULL COMMENT '场地联系人职务', `ITEM_msl_phone` varchar(200) DEFAULT NULL COMMENT '场地联系人电话', `ITEM_tfc_name` varchar(200) DEFAULT NULL COMMENT '单位名称', `ITEM_tfc_type` varchar(200) DEFAULT NULL COMMENT '临建企业类型', `ITEM_tfc_regisernum` varchar(200) DEFAULT NULL COMMENT '临建企业注册号', `ITEM_tfc_undertack` varchar(200) DEFAULT NULL COMMENT '临检主要负责人', `ITEM_tfc_position` varchar(200) DEFAULT NULL COMMENT '临建主要负责人职 务', `ITEM_sg_situation` varchar(200) DEFAULT NULL COMMENT '保安人员主要负责人', `ITEM_sg_position` varchar(200) DEFAULT NULL COMMENT '保安主要负责人职务', `ITEM_sg_phone` varchar(200) DEFAULT NULL COMMENT '保安主要负责人联系电话', `ITEM_sg_number` varchar(200) DEFAULT NULL COMMENT '受雇保安员数量', `ITEM_sg_others` longtext COMMENT '备 注', `ITEM_sg_opinions` longtext COMMENT '承 办 者 意 见', `ITEM_sg_manger_opinions` longtext COMMENT '场所管理者意见', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_permit_application` -- LOCK TABLES `log_permit_application` WRITE; /*!40000 ALTER TABLE `log_permit_application` DISABLE KEYS */; /*!40000 ALTER TABLE `log_permit_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_planexplain` -- DROP TABLE IF EXISTS `log_planexplain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_planexplain` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_planexplain` -- LOCK TABLES `log_planexplain` WRITE; /*!40000 ALTER TABLE `log_planexplain` DISABLE KEYS */; /*!40000 ALTER TABLE `log_planexplain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_ref_detail` -- DROP TABLE IF EXISTS `log_ref_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_ref_detail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_ref_detail` -- LOCK TABLES `log_ref_detail` WRITE; /*!40000 ALTER TABLE `log_ref_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `log_ref_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_ref_submit` -- DROP TABLE IF EXISTS `log_ref_submit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_ref_submit` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ITEM_REF_explain` longtext COMMENT '补充材料说明', `ITEM_REF_upload` longtext COMMENT '补充材料上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_ref_submit` -- LOCK TABLES `log_ref_submit` WRITE; /*!40000 ALTER TABLE `log_ref_submit` DISABLE KEYS */; /*!40000 ALTER TABLE `log_ref_submit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_report_apply` -- DROP TABLE IF EXISTS `log_report_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_report_apply` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '承办方(执行)单位名称', `ITEM_tianjiadanwei` varchar(200) DEFAULT NULL COMMENT '添加单位', `ITEM_company` longtext COMMENT '添加其他的单位', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_zhanhuileixing` varchar(200) DEFAULT NULL COMMENT '展会类型', `ITEM_gaofenrenshu` varchar(200) DEFAULT NULL COMMENT '预计每日高峰人数', `ITEM_is_profitable` varchar(200) DEFAULT NULL COMMENT '是否为盈利性演出', `ITEM_activity_hold_province` varchar(200) DEFAULT NULL COMMENT '活动举办省份', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_licensing_unit` varchar(200) DEFAULT NULL COMMENT '许可单位', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动场地名称', `ITEM_site_type` varchar(200) DEFAULT NULL COMMENT '场地类型', `ITEM_outdoor_site_type` varchar(200) DEFAULT NULL COMMENT '室外场地类型', `ITEM_activity_start_time` datetime DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` datetime DEFAULT NULL COMMENT '活动结束时间', `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_activitystep` varchar(200) DEFAULT NULL COMMENT '活动材料提交进度记录', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_province_city_area` varchar(200) DEFAULT NULL COMMENT '拼接省+市+区', `ITEM_type` varchar(200) DEFAULT NULL COMMENT '内网活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_report_apply` -- LOCK TABLES `log_report_apply` WRITE; /*!40000 ALTER TABLE `log_report_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `log_report_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_report_detail_list` -- DROP TABLE IF EXISTS `log_report_detail_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_report_detail_list` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_create_date` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activity_no` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_source` varchar(200) DEFAULT NULL COMMENT '活动来源', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_report_detail_list` -- LOCK TABLES `log_report_detail_list` WRITE; /*!40000 ALTER TABLE `log_report_detail_list` DISABLE KEYS */; /*!40000 ALTER TABLE `log_report_detail_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_reportdetail` -- DROP TABLE IF EXISTS `log_reportdetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_reportdetail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_reportdetail` -- LOCK TABLES `log_reportdetail` WRITE; /*!40000 ALTER TABLE `log_reportdetail` DISABLE KEYS */; /*!40000 ALTER TABLE `log_reportdetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_rfelist` -- DROP TABLE IF EXISTS `log_rfelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_rfelist` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_create_date` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activity_no` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_source` varchar(200) DEFAULT NULL COMMENT '活动来源', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_Added_status` varchar(200) DEFAULT NULL COMMENT '补充状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_rfelist` -- LOCK TABLES `log_rfelist` WRITE; /*!40000 ALTER TABLE `log_rfelist` DISABLE KEYS */; /*!40000 ALTER TABLE `log_rfelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_search_userinfo` -- DROP TABLE IF EXISTS `log_search_userinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_search_userinfo` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_USERNAME` varchar(200) DEFAULT NULL COMMENT '姓名', `ITEM_TELPHONE` varchar(200) DEFAULT NULL COMMENT '手机号码', `ITEM_COMNAME` varchar(200) DEFAULT NULL COMMENT '所属组织', `ITEM_CARDNUM` varchar(200) DEFAULT NULL COMMENT '证件号码', `ITEM_AUTHENTICATIONSTATUS` varchar(200) DEFAULT NULL COMMENT '认证状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_search_userinfo` -- LOCK TABLES `log_search_userinfo` WRITE; /*!40000 ALTER TABLE `log_search_userinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `log_search_userinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_security_employment_protal` -- DROP TABLE IF EXISTS `log_security_employment_protal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_security_employment_protal` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL, `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_security_employment_protal` -- LOCK TABLES `log_security_employment_protal` WRITE; /*!40000 ALTER TABLE `log_security_employment_protal` DISABLE KEYS */; /*!40000 ALTER TABLE `log_security_employment_protal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_threshold_create` -- DROP TABLE IF EXISTS `log_threshold_create`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_threshold_create` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_provience` varchar(200) DEFAULT NULL COMMENT '省份', `ITEM_city` varchar(200) DEFAULT NULL COMMENT '城市', `ITEM_area` varchar(200) DEFAULT NULL COMMENT '地区', `ITEM_areacode` varchar(200) DEFAULT NULL COMMENT '区域编码', `ITEM_areaname` varchar(200) DEFAULT NULL COMMENT '区域名称', `ITEM_people_num` varchar(200) DEFAULT NULL COMMENT '审批人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_threshold_create` -- LOCK TABLES `log_threshold_create` WRITE; /*!40000 ALTER TABLE `log_threshold_create` DISABLE KEYS */; /*!40000 ALTER TABLE `log_threshold_create` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_threshold_setting` -- DROP TABLE IF EXISTS `log_threshold_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_threshold_setting` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_area_code` varchar(200) DEFAULT NULL COMMENT '区域编码', `ITEM_area_name` varchar(200) DEFAULT NULL COMMENT '区域名称', `ITEM_ac_peoplenum` varchar(200) DEFAULT NULL COMMENT '审批人数阈值', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_threshold_setting` -- LOCK TABLES `log_threshold_setting` WRITE; /*!40000 ALTER TABLE `log_threshold_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `log_threshold_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_uploading` -- DROP TABLE IF EXISTS `log_uploading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_uploading` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_uploading` longtext COMMENT '上传备案材料', `ITEM_cause` longtext COMMENT '原因', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_uploading` -- LOCK TABLES `log_uploading` WRITE; /*!40000 ALTER TABLE `log_uploading` DISABLE KEYS */; /*!40000 ALTER TABLE `log_uploading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_user_info` -- DROP TABLE IF EXISTS `log_user_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_user_info` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `DOC_ID` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_user_info` -- LOCK TABLES `log_user_info` WRITE; /*!40000 ALTER TABLE `log_user_info` DISABLE KEYS */; /*!40000 ALTER TABLE `log_user_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `logging_sys_apps` -- DROP TABLE IF EXISTS `logging_sys_apps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `logging_sys_apps` ( `ID` varchar(50) NOT NULL, `CREATED_TIME` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `LEVEL` varchar(20) NOT NULL, `LOGGER` varchar(100) DEFAULT NULL, `MESSAGE` text, `THROWABLE` text, `TRACK_ID` varchar(200) DEFAULT NULL, `TRACK_CATEGORY` varchar(200) DEFAULT NULL, `TRACK_NAME` varchar(200) DEFAULT NULL, `TRACK_PARAMS` text, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `logging_sys_apps` -- LOCK TABLES `logging_sys_apps` WRITE; /*!40000 ALTER TABLE `logging_sys_apps` DISABLE KEYS */; /*!40000 ALTER TABLE `logging_sys_apps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mc_comment` -- DROP TABLE IF EXISTS `mc_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mc_comment` ( `ID` varchar(200) NOT NULL, `CONTENT` longtext, `ATTACHMENT` longtext, `CREATE_TIME` datetime DEFAULT NULL, `SENDER` varchar(200) DEFAULT NULL, `SENDER_ID` varchar(200) DEFAULT NULL, `MESSAGE_ID` varchar(200) DEFAULT NULL, `COMMENT_ID` varchar(200) DEFAULT NULL, `TO_USER` varchar(200) DEFAULT NULL, `TO_USER_ID` varchar(200) DEFAULT NULL, `MODULE` varchar(200) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, `TO_CONTENT` varchar(200) DEFAULT NULL, `IS_READ` bit(1) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_SENDER_ID` (`SENDER_ID`) USING BTREE, KEY `index_MODULE` (`MODULE`) USING BTREE, KEY `index_TO_USER_ID` (`TO_USER_ID`) USING BTREE, KEY `index_MESSAGE_ID` (`MESSAGE_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mc_comment` -- LOCK TABLES `mc_comment` WRITE; /*!40000 ALTER TABLE `mc_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `mc_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mc_message` -- DROP TABLE IF EXISTS `mc_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mc_message` ( `ID` varchar(200) NOT NULL, `TITLE` varchar(200) DEFAULT NULL, `CONTENT` longtext, `ATTACHMENT` longtext, `CREATE_TIME` datetime DEFAULT NULL, `SENDER` varchar(200) DEFAULT NULL, `SENDER_DEPT` varchar(200) DEFAULT NULL, `SENDER_ID` varchar(200) DEFAULT NULL, `SENDER_DEPT_ID` varchar(200) DEFAULT NULL, `SCOPE` int(11) DEFAULT NULL, `RECEIVER_ID` longtext, `RECEIVER_DEPT_ID` longtext, `COMMENT_COUNT` int(11) DEFAULT NULL, `TYPE` int(11) DEFAULT NULL, `MODULE` varchar(200) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, `IS_COMMENT` bit(1) DEFAULT NULL, `IS_STICKY` bit(1) DEFAULT NULL, `RECEIVER_INFO` longtext, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_SENDER_ID` (`SENDER_ID`) USING BTREE, KEY `index_MODULE` (`MODULE`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mc_message` -- LOCK TABLES `mc_message` WRITE; /*!40000 ALTER TABLE `mc_message` DISABLE KEYS */; /*!40000 ALTER TABLE `mc_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mc_notice` -- DROP TABLE IF EXISTS `mc_notice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mc_notice` ( `ID` varchar(200) NOT NULL, `IS_READ` bit(1) DEFAULT NULL, `SUMMARY` longtext, `TO_USER_ID` varchar(200) DEFAULT NULL, `CREATE_TIME` datetime DEFAULT NULL, `LINK_PARAMS` longtext, `MODULE` varchar(200) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, `SUBJECT_TYPE` int(11) DEFAULT NULL, `CONTENT` longtext, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_MODULE` (`MODULE`) USING BTREE, KEY `index_TO_USER_ID` (`TO_USER_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mc_notice` -- LOCK TABLES `mc_notice` WRITE; /*!40000 ALTER TABLE `mc_notice` DISABLE KEYS */; /*!40000 ALTER TABLE `mc_notice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mc_notification` -- DROP TABLE IF EXISTS `mc_notification`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mc_notification` ( `ID` varchar(200) NOT NULL, `SENDER` varchar(200) DEFAULT NULL, `SENDER_ID` varchar(200) DEFAULT NULL, `RECEIVER_ID` varchar(200) DEFAULT NULL, `MESSAGE_ID` varchar(200) DEFAULT NULL, `MESSAGE_TYPE` varchar(200) DEFAULT NULL, `MODULE` varchar(200) DEFAULT NULL, `LINK_PARAMS` longtext, `DOMAIN_ID` varchar(200) DEFAULT NULL, `SUMMARY` longtext, `CREATE_TIME` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_SENDER_ID` (`SENDER_ID`) USING BTREE, KEY `index_MODULE` (`MODULE`) USING BTREE, KEY `index_RECEIVER_ID` (`RECEIVER_ID`) USING BTREE, KEY `index_MESSAGE_ID` (`MESSAGE_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mc_notification` -- LOCK TABLES `mc_notification` WRITE; /*!40000 ALTER TABLE `mc_notification` DISABLE KEYS */; /*!40000 ALTER TABLE `mc_notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_apps` -- DROP TABLE IF EXISTS `meta_apps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_apps` ( `id` varchar(50) NOT NULL, `app_id` varchar(100) NOT NULL, `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `is_online` bit(1) NOT NULL, `last_updated_time` datetime NOT NULL, `name` varchar(255) NOT NULL, `note` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_meta_app_app_id` (`app_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_apps` -- LOCK TABLES `meta_apps` WRITE; /*!40000 ALTER TABLE `meta_apps` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_apps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_datasources` -- DROP TABLE IF EXISTS `meta_datasources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_datasources` ( `id` varchar(50) NOT NULL, `config` longtext, `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `data_source_id` varchar(50) NOT NULL, `db_type` int(11) NOT NULL, `is_selected` bit(1) NOT NULL, `last_updated_time` datetime DEFAULT NULL, `name` varchar(255) NOT NULL, `note` varchar(255) DEFAULT NULL, `use_type` int(11) NOT NULL, `application_meta_id` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKdpp3nsd1bl7rhksurfxsuy2hx` (`application_meta_id`) USING BTREE, CONSTRAINT `FKdpp3nsd1bl7rhksurfxsuy2hx` FOREIGN KEY (`application_meta_id`) REFERENCES `meta_apps` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_datasources` -- LOCK TABLES `meta_datasources` WRITE; /*!40000 ALTER TABLE `meta_datasources` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_datasources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_form_sync_targets` -- DROP TABLE IF EXISTS `meta_form_sync_targets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_form_sync_targets` ( `id` varchar(255) NOT NULL, `config` longtext, `created_time` datetime DEFAULT NULL, `method` int(11) NOT NULL, `note` varchar(500) DEFAULT NULL, `url` varchar(500) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_form_sync_targets` -- LOCK TABLES `meta_form_sync_targets` WRITE; /*!40000 ALTER TABLE `meta_form_sync_targets` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_form_sync_targets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_form_syncs` -- DROP TABLE IF EXISTS `meta_form_syncs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_form_syncs` ( `id` varchar(50) NOT NULL, `config` longtext, `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `is_online` bit(1) DEFAULT NULL, `last_synced_time` datetime DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `note` varchar(255) DEFAULT NULL, `sync_type` int(11) NOT NULL, `synced_record_count` int(11) DEFAULT NULL, `form_meta_id` varchar(50) NOT NULL, `target_meta_id` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FK6ygctrrfcls9iir54ddk269n6` (`form_meta_id`) USING BTREE, KEY `FKtq4pmatfcn7gr15mblk2frt2h` (`target_meta_id`) USING BTREE, CONSTRAINT `FK6ygctrrfcls9iir54ddk269n6` FOREIGN KEY (`form_meta_id`) REFERENCES `meta_forms` (`id`), CONSTRAINT `FKtq4pmatfcn7gr15mblk2frt2h` FOREIGN KEY (`target_meta_id`) REFERENCES `meta_form_sync_targets` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_form_syncs` -- LOCK TABLES `meta_form_syncs` WRITE; /*!40000 ALTER TABLE `meta_form_syncs` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_form_syncs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_forms` -- DROP TABLE IF EXISTS `meta_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_forms` ( `id` varchar(50) NOT NULL, `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `form_id` varchar(50) NOT NULL, `form_type` smallint(6) NOT NULL DEFAULT '0', `is_online` bit(1) NOT NULL DEFAULT b'0', `last_updated_time` datetime DEFAULT NULL, `name` varchar(255) NOT NULL, `table_name` varchar(100) DEFAULT NULL, `application_meta_id` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FK3kenk52rokq1watpbjsdbaad4` (`application_meta_id`) USING BTREE, CONSTRAINT `FK3kenk52rokq1watpbjsdbaad4` FOREIGN KEY (`application_meta_id`) REFERENCES `meta_apps` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_forms` -- LOCK TABLES `meta_forms` WRITE; /*!40000 ALTER TABLE `meta_forms` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_settings` -- DROP TABLE IF EXISTS `meta_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_settings` ( `id` varchar(100) NOT NULL, `category` varchar(500) NOT NULL, `key` varchar(500) NOT NULL, `value` varchar(5000) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_settings` -- LOCK TABLES `meta_settings` WRITE; /*!40000 ALTER TABLE `meta_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_tasks` -- DROP TABLE IF EXISTS `meta_tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_tasks` ( `id` varchar(50) NOT NULL, `config` text, `executed_count` int(11) NOT NULL, `last_executed_time` datetime DEFAULT NULL, `last_updated_time` datetime NOT NULL, `name` varchar(250) DEFAULT NULL, `note` varchar(500) DEFAULT NULL, `path` varchar(500) NOT NULL, `startup_type` int(11) NOT NULL, `task_id` varchar(50) NOT NULL, `application_meta_id` varchar(50) DEFAULT NULL, `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) USING BTREE, KEY `FKhhrxiqsieukvagt4y541v7j87` (`application_meta_id`) USING BTREE, CONSTRAINT `FKhhrxiqsieukvagt4y541v7j87` FOREIGN KEY (`application_meta_id`) REFERENCES `meta_apps` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_tasks` -- LOCK TABLES `meta_tasks` WRITE; /*!40000 ALTER TABLE `meta_tasks` DISABLE KEYS */; /*!40000 ALTER TABLE `meta_tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qm_answer` -- DROP TABLE IF EXISTS `qm_answer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qm_answer` ( `ID` varchar(200) NOT NULL, `USER_ID` varchar(200) DEFAULT NULL, `USER_NAME` varchar(200) DEFAULT NULL, `USER_DEPARTMENT` varchar(200) DEFAULT NULL, `ANSWER` longtext, `QUESTIONNAIRE_ID` varchar(200) DEFAULT NULL, `ANSWER_DATE` datetime DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `TOTAL` int(11) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `START_DATE` datetime DEFAULT NULL, `END_DATE` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_DOC_ID` (`DOC_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qm_answer` -- LOCK TABLES `qm_answer` WRITE; /*!40000 ALTER TABLE `qm_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `qm_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qm_questionnaire` -- DROP TABLE IF EXISTS `qm_questionnaire`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qm_questionnaire` ( `ID` varchar(200) NOT NULL, `CREATOR` varchar(200) DEFAULT NULL, `CREATORNAME` varchar(200) DEFAULT NULL, `CREATEDATE` datetime DEFAULT NULL, `TITLE` longtext, `EXPLAINS` longtext, `Q_CONTENT` longtext, `ACTORIDS` longtext, `STATUS` int(11) DEFAULT NULL, `ACTORNAMES` longtext, `SCORE` int(11) DEFAULT NULL, `SCOPE` varchar(200) DEFAULT NULL, `OWNERIDS` longtext, `OWNERNAMES` longtext, `PUBLISHDATE` datetime DEFAULT NULL, `CREATOR_DEPT_ID` varchar(200) DEFAULT NULL, `CREATOR_DEPT_NAME` varchar(200) DEFAULT NULL, `PATICIPATE_TOTAL` int(11) DEFAULT NULL, `ANSWER_TOTAL` int(11) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `START_DATE` datetime DEFAULT NULL, `END_DATE` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `index_ID` (`ID`) USING BTREE, KEY `index_DOC_ID` (`DOC_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qm_questionnaire` -- LOCK TABLES `qm_questionnaire` WRITE; /*!40000 ALTER TABLE `qm_questionnaire` DISABLE KEYS */; /*!40000 ALTER TABLE `qm_questionnaire` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `queue_imported_data` -- DROP TABLE IF EXISTS `queue_imported_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `queue_imported_data` ( `id` varchar(100) NOT NULL, `category` int(11) NOT NULL, `created_time` datetime NOT NULL, `download_time` datetime DEFAULT NULL, `organization_id` varchar(255) DEFAULT NULL, `path` varchar(255) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `queue_imported_data` -- LOCK TABLES `queue_imported_data` WRITE; /*!40000 ALTER TABLE `queue_imported_data` DISABLE KEYS */; /*!40000 ALTER TABLE `queue_imported_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `queue_imported_data_items` -- DROP TABLE IF EXISTS `queue_imported_data_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `queue_imported_data_items` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `data` varchar(4000) NOT NULL, `last_processed_time` datetime DEFAULT NULL, `result` varchar(4000) DEFAULT NULL, `status` int(11) NOT NULL, `imported_data_id` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKi2ck1a501vkkvwrov2mlhowj4` (`imported_data_id`) USING BTREE, CONSTRAINT `FKi2ck1a501vkkvwrov2mlhowj4` FOREIGN KEY (`imported_data_id`) REFERENCES `queue_imported_data` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `queue_imported_data_items` -- LOCK TABLES `queue_imported_data_items` WRITE; /*!40000 ALTER TABLE `queue_imported_data_items` DISABLE KEYS */; /*!40000 ALTER TABLE `queue_imported_data_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_categories` -- DROP TABLE IF EXISTS `rbac_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_categories` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `code` varchar(200) NOT NULL, `created_time` datetime DEFAULT NULL, `name` varchar(500) NOT NULL, `note` varchar(4000) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_categories` -- LOCK TABLES `rbac_categories` WRITE; /*!40000 ALTER TABLE `rbac_categories` DISABLE KEYS */; INSERT INTO `rbac_categories` VALUES ('FCAPPID',NULL,NULL,NULL,NULL,NULL,NULL,'RC_FCAPPID','2022-02-24 03:36:37','fc',''),('__10oAyTVxwOhXa88v1Bk','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'RC___10oAyTVxwOhXa88v1Bk','2022-02-24 01:21:49','标准库',''),('__d1qEDy3wYq8VF5KvUoE',NULL,NULL,NULL,NULL,NULL,NULL,'RC___d1qEDy3wYq8VF5KvUoE','2022-02-24 03:36:37','机构用户管理',''),('__ekbsagrjF60f5gJnBQQ',NULL,NULL,NULL,NULL,NULL,NULL,'RC___ekbsagrjF60f5gJnBQQ','2021-11-23 03:37:58','平台运营管理',''),('__FDIGNpKZD4IqfM2Ji1G',NULL,NULL,NULL,NULL,NULL,NULL,'RC___FDIGNpKZD4IqfM2Ji1G','2022-02-24 03:36:37','信息化管理系统',''),('__Ft6x03HlRb0NtEQpVml',NULL,NULL,NULL,NULL,NULL,NULL,'RC___Ft6x03HlRb0NtEQpVml','2021-11-23 03:37:55','配置管理',''),('__gZxrYDgj8OpfztxSuUg',NULL,NULL,NULL,NULL,NULL,NULL,'RC___gZxrYDgj8OpfztxSuUg','2022-02-24 03:36:37','组织权益',''),('__h0fxOYBf2gPKGICatmN','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'RC___h0fxOYBf2gPKGICatmN','2022-02-24 01:21:49','项目库',''),('__hGfDfJdvpkYNeG8T2Sf',NULL,NULL,NULL,NULL,NULL,NULL,'RC___hGfDfJdvpkYNeG8T2Sf','2022-02-24 03:36:37','年度预算管理',''),('__lKXMrDsbYB1oBhNECiz',NULL,NULL,NULL,NULL,NULL,NULL,'RC___lKXMrDsbYB1oBhNECiz','2022-02-24 03:36:37','项目需求管理',''),('__NG6rZhF4vOBRcxTah3N',NULL,NULL,NULL,NULL,NULL,NULL,'RC___NG6rZhF4vOBRcxTah3N','2022-02-24 03:36:37','项目立项管理',''),('__pw297UAJJgIBF9xBtmW','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'RC___pw297UAJJgIBF9xBtmW','2022-02-24 01:21:49','制度库',''),('__uJkyRTCtNDbMdPcF0iy','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'RC___uJkyRTCtNDbMdPcF0iy','2022-02-24 01:21:49','专家库',''),('__xkeybkGaZa1SboC9GL1',NULL,NULL,NULL,NULL,NULL,NULL,'RC___xkeybkGaZa1SboC9GL1','2021-11-26 08:50:15','智能人事',''),('__ZVCG1EamEdKwqHCeYPW','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'RC___ZVCG1EamEdKwqHCeYPW','2022-02-24 01:21:49','供应商库',''); /*!40000 ALTER TABLE `rbac_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_resources` -- DROP TABLE IF EXISTS `rbac_resources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_resources` ( `id` varchar(200) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `created_time` datetime NOT NULL, `extend_field` varchar(300) DEFAULT NULL, `meta_config` varchar(3000) DEFAULT NULL, `meta_data` varchar(500) DEFAULT NULL, `meta_id` varchar(200) DEFAULT NULL, `code` varchar(200) NOT NULL, `data` varchar(4000) DEFAULT NULL, `data_type` varchar(100) NOT NULL, `level` int(11) NOT NULL, `name` varchar(500) DEFAULT NULL, `note` varchar(500) DEFAULT NULL, `tree_path_id` varchar(255) NOT NULL, `category_id` varchar(255) DEFAULT NULL, `parent_id` varchar(200) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `fk_resource_category_id` (`category_id`) USING BTREE, KEY `fk_resource_parent_id` (`parent_id`) USING BTREE, CONSTRAINT `fk_resource_category_id` FOREIGN KEY (`category_id`) REFERENCES `rbac_categories` (`id`), CONSTRAINT `fk_resource_parent_id` FOREIGN KEY (`parent_id`) REFERENCES `rbac_resources` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_resources` -- LOCK TABLES `rbac_resources` WRITE; /*!40000 ALTER TABLE `rbac_resources` DISABLE KEYS */; INSERT INTO `rbac_resources` VALUES ('__09XLGdqa7EIXqYpzcrI','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'2022-02-24 01:21:49',NULL,NULL,NULL,NULL,'RCR___09XLGdqa7EIXqYpzcrI','RT默认角色','ROLE',0,'RT默认角色',NULL,'__09XLGdqa7EIXqYpzcrI','__ZVCG1EamEdKwqHCeYPW',NULL),('__0pfzervy9I8zKaBvSus',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___0pfzervy9I8zKaBvSus','相关部门','ROLE',0,'相关部门',NULL,'__0pfzervy9I8zKaBvSus','__FDIGNpKZD4IqfM2Ji1G',NULL),('__2P9NM3bJix9QP6UI8vT',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:11',NULL,NULL,NULL,NULL,'RCR___2P9NM3bJix9QP6UI8vT','二级审批者','ROLE',0,'二级审批者',NULL,'__2P9NM3bJix9QP6UI8vT','__FDIGNpKZD4IqfM2Ji1G',NULL),('__2uz0l9F3qiXuMQZmma0',NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-26 08:50:15',NULL,NULL,NULL,NULL,'RCR___2uz0l9F3qiXuMQZmma0','应用管理员','ROLE',0,'应用管理员',NULL,'__2uz0l9F3qiXuMQZmma0','__xkeybkGaZa1SboC9GL1',NULL),('__49JmGuWmJmu0O310ERh','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'2022-02-24 01:21:49',NULL,NULL,NULL,NULL,'RCR___49JmGuWmJmu0O310ERh','RT默认角色','ROLE',0,'RT默认角色',NULL,'__49JmGuWmJmu0O310ERh','__pw297UAJJgIBF9xBtmW',NULL),('__4cjR849ULjFaOYrEiKo',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:11',NULL,NULL,NULL,NULL,'RCR___4cjR849ULjFaOYrEiKo','业务部门审批者','ROLE',0,'业务部门审批者',NULL,'__4cjR849ULjFaOYrEiKo','__FDIGNpKZD4IqfM2Ji1G',NULL),('__7i905Cft2MWquFREMW9',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-23 03:52:27',NULL,NULL,NULL,NULL,'RCR___7i905Cft2MWquFREMW9','管理员1','ROLE',0,'管理员1',NULL,'__7i905Cft2MWquFREMW9','__ekbsagrjF60f5gJnBQQ',NULL),('__88XucP4kBjDp0lFrhso','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'2022-02-24 01:21:49',NULL,NULL,NULL,NULL,'RCR___88XucP4kBjDp0lFrhso','RT默认角色','ROLE',0,'RT默认角色',NULL,'__88XucP4kBjDp0lFrhso','__10oAyTVxwOhXa88v1Bk',NULL),('__cptmDyS240TME4aNkR6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___cptmDyS240TME4aNkR6','科技智能部','ROLE',0,'科技智能部',NULL,'__cptmDyS240TME4aNkR6','__FDIGNpKZD4IqfM2Ji1G',NULL),('__cRnszGha9rOBEgmCqAh',NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-23 03:46:48',NULL,NULL,NULL,NULL,'RCR___cRnszGha9rOBEgmCqAh','管理员','ROLE',0,'管理员',NULL,'__cRnszGha9rOBEgmCqAh','__ekbsagrjF60f5gJnBQQ',NULL),('__dwmB2bSgKb4QGPlByYC',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___dwmB2bSgKb4QGPlByYC','科技智能部处室领导','ROLE',0,'科技智能部处室领导',NULL,'__dwmB2bSgKb4QGPlByYC','__FDIGNpKZD4IqfM2Ji1G',NULL),('__eyRJejqmP7lHEtChEwm',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___eyRJejqmP7lHEtChEwm','发起人','ROLE',0,'发起人',NULL,'__eyRJejqmP7lHEtChEwm','__FDIGNpKZD4IqfM2Ji1G',NULL),('__GMXrwPLRooaiegGkW7V','2022-02-24 01:21:49','__Ft6x03HlRb0NtEQpVml','csd000',NULL,NULL,NULL,'2022-02-24 01:21:49',NULL,NULL,NULL,NULL,'RCR___GMXrwPLRooaiegGkW7V','RT默认','ROLE',0,'RT默认',NULL,'','__Ft6x03HlRb0NtEQpVml',NULL),('__HOTYJZUaRQOphUfOBBj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___HOTYJZUaRQOphUfOBBj','科技智能部部门领导','ROLE',0,'科技智能部部门领导',NULL,'__HOTYJZUaRQOphUfOBBj','__FDIGNpKZD4IqfM2Ji1G',NULL),('__hPB9oggrGaVTFj2jcNl',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___hPB9oggrGaVTFj2jcNl','RT默认角色','ROLE',0,'RT默认角色',NULL,'__hPB9oggrGaVTFj2jcNl','__hGfDfJdvpkYNeG8T2Sf',NULL),('__hV3qkA2LPaGEc9yo0Vl',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___hV3qkA2LPaGEc9yo0Vl','财务金融部','ROLE',0,'财务金融部',NULL,'__hV3qkA2LPaGEc9yo0Vl','__FDIGNpKZD4IqfM2Ji1G',NULL),('__HXCdHfjXril4jCOpX7c',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___HXCdHfjXril4jCOpX7c','信息智能运营中心','ROLE',0,'信息智能运营中心',NULL,'__HXCdHfjXril4jCOpX7c','__FDIGNpKZD4IqfM2Ji1G',NULL),('__jFvcuxcn5lmwFs5hYSg',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___jFvcuxcn5lmwFs5hYSg','办公室','ROLE',0,'办公室',NULL,'__jFvcuxcn5lmwFs5hYSg','__FDIGNpKZD4IqfM2Ji1G',NULL),('__jUE6pcf8Q8ovXFQROpN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___jUE6pcf8Q8ovXFQROpN','集团总经理','ROLE',0,'集团总经理',NULL,'__jUE6pcf8Q8ovXFQROpN','__FDIGNpKZD4IqfM2Ji1G',NULL),('__juFSwbahvQGwb8zCKvx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:11',NULL,NULL,NULL,NULL,'RCR___juFSwbahvQGwb8zCKvx','三级审批者','ROLE',0,'三级审批者',NULL,'__juFSwbahvQGwb8zCKvx','__FDIGNpKZD4IqfM2Ji1G',NULL),('__k4lWuRXuLwxjIHBk4z0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:11',NULL,NULL,NULL,NULL,'RCR___k4lWuRXuLwxjIHBk4z0','一级审批者','ROLE',0,'一级审批者',NULL,'__k4lWuRXuLwxjIHBk4z0','__FDIGNpKZD4IqfM2Ji1G',NULL),('__LAoAENKxguMw8PkppDh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___LAoAENKxguMw8PkppDh','集团副总','ROLE',0,'集团副总',NULL,'__LAoAENKxguMw8PkppDh','__FDIGNpKZD4IqfM2Ji1G',NULL),('__MAevnUq9ULJrnsrWYOI','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'2022-02-24 01:21:49',NULL,NULL,NULL,NULL,'RCR___MAevnUq9ULJrnsrWYOI','RT默认角色','ROLE',0,'RT默认角色',NULL,'__MAevnUq9ULJrnsrWYOI','__uJkyRTCtNDbMdPcF0iy',NULL),('__MeW7PlzfU0ZpYDll0qp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___MeW7PlzfU0ZpYDll0qp','评审专家','ROLE',0,'评审专家',NULL,'__MeW7PlzfU0ZpYDll0qp','__FDIGNpKZD4IqfM2Ji1G',NULL),('__nXl1QGyHkebiqTr3xbp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___nXl1QGyHkebiqTr3xbp','RT默认','ROLE',0,'RT默认',NULL,'__nXl1QGyHkebiqTr3xbp','__lKXMrDsbYB1oBhNECiz',NULL),('__OgIiBsNEDMVZHkfODHX',NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-23 03:46:48',NULL,NULL,NULL,NULL,'RCR___OgIiBsNEDMVZHkfODHX','aaaa','ROLE',0,'aaaa',NULL,'__OgIiBsNEDMVZHkfODHX','__ekbsagrjF60f5gJnBQQ',NULL),('__ope0aw7p859lq3DLBCW','2022-02-24 01:21:49','__rAmPZgbjKFKUbWXdwPr','csd000',NULL,NULL,NULL,'2022-02-24 01:21:49',NULL,NULL,NULL,NULL,'RCR___ope0aw7p859lq3DLBCW','RT默认角色','ROLE',0,'RT默认角色',NULL,'__ope0aw7p859lq3DLBCW','__h0fxOYBf2gPKGICatmN',NULL),('__pF7PF9E9hWSiQBZ2dIe',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___pF7PF9E9hWSiQBZ2dIe','部门领导','ROLE',0,'部门领导',NULL,'__pF7PF9E9hWSiQBZ2dIe','__FDIGNpKZD4IqfM2Ji1G',NULL),('__PP1SOaw8yIFqfkmL0B6',NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-23 03:46:48',NULL,NULL,NULL,NULL,'RCR___PP1SOaw8yIFqfkmL0B6','客服','ROLE',0,'客服',NULL,'__PP1SOaw8yIFqfkmL0B6','__ekbsagrjF60f5gJnBQQ',NULL),('__qPyH54DLGsIuTK2OHup',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___qPyH54DLGsIuTK2OHup','管理员','ROLE',0,'管理员',NULL,'__qPyH54DLGsIuTK2OHup','__d1qEDy3wYq8VF5KvUoE',NULL),('__Rjyn39jjVU8XSeJFEoM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___Rjyn39jjVU8XSeJFEoM','应用管理员','ROLE',0,'应用管理员',NULL,'__Rjyn39jjVU8XSeJFEoM','__gZxrYDgj8OpfztxSuUg',NULL),('__sOAelwWyVM7zJKoByxm',NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-23 03:46:48',NULL,NULL,NULL,NULL,'RCR___sOAelwWyVM7zJKoByxm','产品','ROLE',0,'产品',NULL,'__sOAelwWyVM7zJKoByxm','__ekbsagrjF60f5gJnBQQ',NULL),('__t8RJboOlwIi8EwBDukE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___t8RJboOlwIi8EwBDukE','普通员工','ROLE',0,'普通员工',NULL,'__t8RJboOlwIi8EwBDukE','__gZxrYDgj8OpfztxSuUg',NULL),('__YSRS9wgqeRJTgLfgzTn',NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-23 03:46:48',NULL,NULL,NULL,NULL,'RCR___YSRS9wgqeRJTgLfgzTn','运营','ROLE',0,'运营',NULL,'__YSRS9wgqeRJTgLfgzTn','__ekbsagrjF60f5gJnBQQ',NULL),('__yvE3TmPjwrPuDLbgseW',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___yvE3TmPjwrPuDLbgseW','RT默认角色','ROLE',0,'RT默认角色',NULL,'__yvE3TmPjwrPuDLbgseW','__NG6rZhF4vOBRcxTah3N',NULL),('__Z0qTnzNqLEeNi4OjQt8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___Z0qTnzNqLEeNi4OjQt8','单位预算审批人','ROLE',0,'单位预算审批人',NULL,'__Z0qTnzNqLEeNi4OjQt8','__FDIGNpKZD4IqfM2Ji1G',NULL),('__zIjZ4XSkaxMyLwXBm0X',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:36:37',NULL,NULL,NULL,NULL,'RCR___zIjZ4XSkaxMyLwXBm0X','开发人员','ROLE',0,'开发人员',NULL,'__zIjZ4XSkaxMyLwXBm0X','__FDIGNpKZD4IqfM2Ji1G',NULL); /*!40000 ALTER TABLE `rbac_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_roles` -- DROP TABLE IF EXISTS `rbac_roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_roles` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `created_time` datetime NOT NULL, `extend_field` varchar(300) DEFAULT NULL, `meta_config` varchar(3000) DEFAULT NULL, `meta_data` varchar(500) DEFAULT NULL, `meta_id` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `subject_id` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `fk_role_subject_id` (`subject_id`) USING BTREE, CONSTRAINT `fk_role_subject_id` FOREIGN KEY (`subject_id`) REFERENCES `rbac_subjects` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_roles` -- LOCK TABLES `rbac_roles` WRITE; /*!40000 ALTER TABLE `rbac_roles` DISABLE KEYS */; /*!40000 ALTER TABLE `rbac_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_roles_resources` -- DROP TABLE IF EXISTS `rbac_roles_resources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_roles_resources` ( `role_entity_id` varchar(255) NOT NULL, `resources_id` varchar(200) NOT NULL, UNIQUE KEY `UK_dg1qs8dhl9b0p347o4dllxkpm` (`resources_id`) USING BTREE, KEY `FK3swtr9wkdbqx26w1s7nb9t1li` (`role_entity_id`) USING BTREE, CONSTRAINT `FK3swtr9wkdbqx26w1s7nb9t1li` FOREIGN KEY (`role_entity_id`) REFERENCES `rbac_roles` (`id`), CONSTRAINT `FKq0nfw1yde6maqj8agtr7hduvw` FOREIGN KEY (`resources_id`) REFERENCES `rbac_resources` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_roles_resources` -- LOCK TABLES `rbac_roles_resources` WRITE; /*!40000 ALTER TABLE `rbac_roles_resources` DISABLE KEYS */; /*!40000 ALTER TABLE `rbac_roles_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_roles_users` -- DROP TABLE IF EXISTS `rbac_roles_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_roles_users` ( `role_entity_id` varchar(255) NOT NULL, `users_id` varchar(255) NOT NULL, UNIQUE KEY `UK_i8dlcdswfuik9xtafirqaub73` (`users_id`) USING BTREE, KEY `FKfrrf3xo4mdnpvjyf78j5leoci` (`role_entity_id`) USING BTREE, CONSTRAINT `FKfrrf3xo4mdnpvjyf78j5leoci` FOREIGN KEY (`role_entity_id`) REFERENCES `rbac_roles` (`id`), CONSTRAINT `FKhbg9ji14qqd8nfbub29vwsen8` FOREIGN KEY (`users_id`) REFERENCES `rbac_users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_roles_users` -- LOCK TABLES `rbac_roles_users` WRITE; /*!40000 ALTER TABLE `rbac_roles_users` DISABLE KEYS */; /*!40000 ALTER TABLE `rbac_roles_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_subjects` -- DROP TABLE IF EXISTS `rbac_subjects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_subjects` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `name` varchar(100) NOT NULL, `referenced_id` varchar(200) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_subjects` -- LOCK TABLES `rbac_subjects` WRITE; /*!40000 ALTER TABLE `rbac_subjects` DISABLE KEYS */; /*!40000 ALTER TABLE `rbac_subjects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rbac_users` -- DROP TABLE IF EXISTS `rbac_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rbac_users` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `created_time` datetime NOT NULL, `extend_field` varchar(300) DEFAULT NULL, `meta_config` varchar(3000) DEFAULT NULL, `meta_data` varchar(500) DEFAULT NULL, `meta_id` varchar(200) DEFAULT NULL, `name` varchar(100) NOT NULL, `referenced_id` varchar(100) NOT NULL, `subject_id` varchar(255) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKf7fow16ko6rmlmt725twifbgf` (`subject_id`) USING BTREE, CONSTRAINT `FKf7fow16ko6rmlmt725twifbgf` FOREIGN KEY (`subject_id`) REFERENCES `rbac_subjects` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rbac_users` -- LOCK TABLES `rbac_users` WRITE; /*!40000 ALTER TABLE `rbac_users` DISABLE KEYS */; /*!40000 ALTER TABLE `rbac_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report_employees` -- DROP TABLE IF EXISTS `report_employees`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `report_employees` ( `id` varchar(255) NOT NULL, `domain_id` varchar(100) DEFAULT NULL, `id_face_photo` varchar(255) DEFAULT NULL, `id_header_photo` varchar(255) DEFAULT NULL, `id_nation_photo` varchar(255) DEFAULT NULL, `last_auth_time` datetime DEFAULT NULL, `attendance_site_status` varchar(255) DEFAULT NULL, `birth_date` datetime DEFAULT NULL, `blood_type` varchar(255) DEFAULT NULL, `certification` varchar(255) DEFAULT NULL, `company_name` varchar(255) DEFAULT NULL, `created_time` datetime DEFAULT NULL, `credential_number` varchar(255) DEFAULT NULL, `credential_type` int(11) DEFAULT NULL, `data_restrict` datetime DEFAULT NULL, `depart_id` varchar(255) DEFAULT NULL, `depart_name` varchar(255) DEFAULT NULL, `disease_history` varchar(255) DEFAULT NULL, `document_id_bool` varchar(255) DEFAULT NULL, `education` varchar(255) DEFAULT NULL, `emergency_contact` varchar(255) DEFAULT NULL, `emergency_phone` varchar(255) DEFAULT NULL, `hired_date` datetime DEFAULT NULL, `home_address` varchar(255) DEFAULT NULL, `household_type` varchar(255) DEFAULT NULL, `id_address` varchar(255) DEFAULT NULL, `id_validation_e` varchar(255) DEFAULT NULL, `id_validation_s` varchar(255) DEFAULT NULL, `insure` int(11) DEFAULT NULL, `is_certified` varchar(255) DEFAULT NULL, `is_deleted` int(11) DEFAULT NULL, `is_in_my_company` int(11) DEFAULT NULL, `is_in_mycompany` varchar(255) DEFAULT NULL, `is_state` varchar(255) DEFAULT NULL, `is_veteran` int(11) DEFAULT NULL, `job_type` varchar(255) DEFAULT NULL, `last_search_past_time` datetime DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `leave_date` datetime DEFAULT NULL, `license_level` varchar(255) DEFAULT NULL, `location` varchar(255) DEFAULT NULL, `military_status` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `nation` varchar(255) DEFAULT NULL, `nationality` varchar(255) DEFAULT NULL, `occupation_type` int(11) DEFAULT NULL, `one_inch_color_white_photo` varchar(1000) DEFAULT NULL, `organization_id` varchar(200) DEFAULT NULL, `politics_status` varchar(255) DEFAULT NULL, `remark` varchar(255) DEFAULT NULL, `sex` int(11) DEFAULT NULL, `shi_ming` varchar(255) DEFAULT NULL, `stature` varchar(255) DEFAULT NULL, `superior_id` varchar(255) DEFAULT NULL, `telephone` varchar(255) DEFAULT NULL, `tenant_user_id` varchar(255) DEFAULT NULL, `two_inch_color_blue_photo` varchar(1000) DEFAULT NULL, `version` bigint(20) DEFAULT NULL, `work_years` varchar(255) DEFAULT NULL, `idface_photo` varchar(255) DEFAULT NULL, `idheader_photo` varchar(255) DEFAULT NULL, `idnation_photo` varchar(255) DEFAULT NULL, `documentidbool` varchar(255) DEFAULT NULL, `id_validatione` varchar(255) DEFAULT NULL, `id_validations` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report_employees` -- LOCK TABLES `report_employees` WRITE; /*!40000 ALTER TABLE `report_employees` DISABLE KEYS */; INSERT INTO `report_employees` VALUES ('MxT33HL9','Ncf9WcLd8Nvf64A3vW5',NULL,NULL,NULL,NULL,'',NULL,'','','融通服务公司','2022-02-24 06:55:57','110120198711131412',0,NULL,'1sq3SW2C','智能科技部','','',NULL,'','','2020-02-11 16:00:00',NULL,NULL,NULL,'永久','永久',NULL,'未提交',0,1,NULL,'',0,'xxxxxxx',NULL,'2022-02-24 07:00:21',NULL,'',NULL,NULL,'吴先生',NULL,'',0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,NULL,0,'未认证',NULL,NULL,'18712345678','CCEcC1tI',NULL,1645686021063,'',NULL,NULL,NULL,NULL,NULL,NULL),('RLjkKENt','Ncf9WcLd8Nvf64A3vW5',NULL,NULL,NULL,NULL,'',NULL,'','','融通服务公司','2022-02-24 04:18:31','110101198510123112',0,NULL,'N3WMV7B5G4niNnEuI6o','融通服务公司','','',NULL,'','','2020-02-13 16:00:00',NULL,NULL,NULL,'永久','永久',NULL,'未提交',0,1,NULL,'',0,'xxxxxxx',NULL,'2022-02-24 04:22:52',NULL,'',NULL,NULL,'杨总',NULL,'',0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,NULL,0,'未认证',NULL,NULL,'18766661010','rc84Keb8',NULL,1645676572389,'',NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `report_employees` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `saas_domain_relation` -- DROP TABLE IF EXISTS `saas_domain_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `saas_domain_relation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `domain_id` varchar(255) NOT NULL, `child_domain_id` varchar(255) NOT NULL, `is_enabled` int(1) NOT NULL DEFAULT '1', `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `note` varchar(500) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `saas_domain_relation` -- LOCK TABLES `saas_domain_relation` WRITE; /*!40000 ALTER TABLE `saas_domain_relation` DISABLE KEYS */; /*!40000 ALTER TABLE `saas_domain_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shared_messages` -- DROP TABLE IF EXISTS `shared_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `shared_messages` ( `id` varchar(50) NOT NULL, `business_number` varchar(500) DEFAULT NULL, `content` varchar(5000) NOT NULL, `created_time` datetime NOT NULL, `last_processed_time` datetime DEFAULT NULL, `message_type` int(11) NOT NULL, `parameter_json` varchar(2000) DEFAULT NULL, `receiver` varchar(255) NOT NULL, `receiver_type` int(11) NOT NULL, `sender_id` varchar(100) NOT NULL, `status` int(11) NOT NULL, `unique_id` varchar(200) NOT NULL, `title` varchar(500) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `shared_messages` -- LOCK TABLES `shared_messages` WRITE; /*!40000 ALTER TABLE `shared_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `shared_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sync_data_maps` -- DROP TABLE IF EXISTS `sync_data_maps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sync_data_maps` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `last_updated_time` datetime NOT NULL, `map_key` varchar(200) NOT NULL, `target_config` longtext NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sync_data_maps` -- LOCK TABLES `sync_data_maps` WRITE; /*!40000 ALTER TABLE `sync_data_maps` DISABLE KEYS */; /*!40000 ALTER TABLE `sync_data_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sync_data_request_logs` -- DROP TABLE IF EXISTS `sync_data_request_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sync_data_request_logs` ( `id` varchar(100) NOT NULL, `created_time` datetime NOT NULL, `data` longtext NOT NULL, `result` longtext, `status` int(11) NOT NULL, `sync_queue_id` varchar(255) NOT NULL, `sync_data_map_id` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKd0hy7r0iatxlmvf3cqnukjsck` (`sync_data_map_id`) USING BTREE, CONSTRAINT `FKd0hy7r0iatxlmvf3cqnukjsck` FOREIGN KEY (`sync_data_map_id`) REFERENCES `sync_data_maps` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sync_data_request_logs` -- LOCK TABLES `sync_data_request_logs` WRITE; /*!40000 ALTER TABLE `sync_data_request_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `sync_data_request_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Temporary table structure for view `sync_department_view` -- DROP TABLE IF EXISTS `sync_department_view`; /*!50001 DROP VIEW IF EXISTS `sync_department_view`*/; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE VIEW `sync_department_view` AS SELECT 1 AS `id`, 1 AS `code`, 1 AS `created_time`, 1 AS `display_order`, 1 AS `index_tree`, 1 AS `LASTMODIFIED`, 1 AS `level`, 1 AS `name`, 1 AS `permission_config`, 1 AS `permission_type`, 1 AS `status`, 1 AS `total_member`, 1 AS `organization_id`, 1 AS `parent_id`, 1 AS `domainId`*/; SET character_set_client = @saved_cs_client; -- -- Temporary table structure for view `sync_employee_view` -- DROP TABLE IF EXISTS `sync_employee_view`; /*!50001 DROP VIEW IF EXISTS `sync_employee_view`*/; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE VIEW `sync_employee_view` AS SELECT 1 AS `id`, 1 AS `domain_id`, 1 AS `id_face_photo`, 1 AS `id_header_photo`, 1 AS `id_nation_photo`, 1 AS `last_auth_time`, 1 AS `attendance_site_status`, 1 AS `birth_date`, 1 AS `blood_type`, 1 AS `certification`, 1 AS `company_name`, 1 AS `created_time`, 1 AS `credential_number`, 1 AS `credential_type`, 1 AS `data_restrict`, 1 AS `depart_id`, 1 AS `depart_name`, 1 AS `disease_history`, 1 AS `document_id_bool`, 1 AS `education`, 1 AS `emergency_contact`, 1 AS `emergency_phone`, 1 AS `hired_date`, 1 AS `home_address`, 1 AS `household_type`, 1 AS `id_address`, 1 AS `id_validation_e`, 1 AS `id_validation_s`, 1 AS `insure`, 1 AS `is_certified`, 1 AS `is_deleted`, 1 AS `is_in_my_company`, 1 AS `is_in_mycompany`, 1 AS `is_state`, 1 AS `is_veteran`, 1 AS `job_type`, 1 AS `last_search_past_time`, 1 AS `last_updated_time`, 1 AS `leave_date`, 1 AS `license_level`, 1 AS `location`, 1 AS `military_status`, 1 AS `name`, 1 AS `nation`, 1 AS `nationality`, 1 AS `occupation_type`, 1 AS `one_inch_color_white_photo`, 1 AS `organization_id`, 1 AS `politics_status`, 1 AS `remark`, 1 AS `sex`, 1 AS `shi_ming`, 1 AS `stature`, 1 AS `superior_id`, 1 AS `telephone`, 1 AS `tenant_user_id`, 1 AS `two_inch_color_blue_photo`, 1 AS `version`, 1 AS `work_years`, 1 AS `LASTMODIFIED`*/; SET character_set_client = @saved_cs_client; -- -- Table structure for table `sync_frm_data_queues` -- DROP TABLE IF EXISTS `sync_frm_data_queues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sync_frm_data_queues` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `data` longtext NOT NULL, `file_sync_result` longtext, `file_sync_status` int(11) NOT NULL, `form_sync_config` longtext NOT NULL, `form_sync_id` varchar(100) NOT NULL, `last_file_processed_time` datetime DEFAULT NULL, `last_processed_time` datetime DEFAULT NULL, `name` varchar(500) DEFAULT NULL, `need_sync_file` bit(1) NOT NULL, `result` longtext, `retry_count` int(11) NOT NULL, `short_result` varchar(800) DEFAULT NULL, `status` int(11) NOT NULL, `thirdPartyExecutedTime` datetime DEFAULT NULL, `third_party_reference_id` varchar(50) DEFAULT NULL, `third_party_result` varchar(1000) DEFAULT NULL, `third_party_executed_time` datetime DEFAULT NULL, `size` int(11) NOT NULL, `archived_time` datetime DEFAULT NULL, `is_archived` bit(1) NOT NULL, `third_party_callback` text, `third_party_tracking` text, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sync_frm_data_queues` -- LOCK TABLES `sync_frm_data_queues` WRITE; /*!40000 ALTER TABLE `sync_frm_data_queues` DISABLE KEYS */; /*!40000 ALTER TABLE `sync_frm_data_queues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sync_frm_file_queues` -- DROP TABLE IF EXISTS `sync_frm_file_queues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sync_frm_file_queues` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `download_url` varchar(800) NOT NULL, `is_downloaded` int(11) NOT NULL, `last_processed_time` datetime DEFAULT NULL, `path` varchar(500) DEFAULT NULL, `result` varchar(8000) DEFAULT NULL, `sync_log_id` varchar(255) NOT NULL, `sync_queue_id` varchar(255) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sync_frm_file_queues` -- LOCK TABLES `sync_frm_file_queues` WRITE; /*!40000 ALTER TABLE `sync_frm_file_queues` DISABLE KEYS */; /*!40000 ALTER TABLE `sync_frm_file_queues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sync_meta_form_targets` -- DROP TABLE IF EXISTS `sync_meta_form_targets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sync_meta_form_targets` ( `id` varchar(255) NOT NULL, `config` longtext, `created_time` datetime DEFAULT NULL, `method` int(11) NOT NULL, `note` varchar(500) DEFAULT NULL, `url` varchar(500) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sync_meta_form_targets` -- LOCK TABLES `sync_meta_form_targets` WRITE; /*!40000 ALTER TABLE `sync_meta_form_targets` DISABLE KEYS */; /*!40000 ALTER TABLE `sync_meta_form_targets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sync_meta_forms` -- DROP TABLE IF EXISTS `sync_meta_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sync_meta_forms` ( `id` varchar(50) NOT NULL, `config` longtext, `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `is_online` bit(1) DEFAULT NULL, `last_synced_time` datetime DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `note` varchar(3000) DEFAULT NULL, `synced_record_count` int(11) DEFAULT NULL, `form_meta_id` varchar(50) NOT NULL, `target_meta_id` varchar(255) NOT NULL, `filter` varchar(500) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKtqun04sr0f0hukbruxr837yfe` (`form_meta_id`) USING BTREE, KEY `FKnorspcynbec61rf1edlahpvl0` (`target_meta_id`) USING BTREE, CONSTRAINT `FKnorspcynbec61rf1edlahpvl0` FOREIGN KEY (`target_meta_id`) REFERENCES `sync_meta_form_targets` (`id`), CONSTRAINT `FKtqun04sr0f0hukbruxr837yfe` FOREIGN KEY (`form_meta_id`) REFERENCES `meta_forms` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sync_meta_forms` -- LOCK TABLES `sync_meta_forms` WRITE; /*!40000 ALTER TABLE `sync_meta_forms` DISABLE KEYS */; /*!40000 ALTER TABLE `sync_meta_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_config` -- DROP TABLE IF EXISTS `sys_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_config` ( `config_id` int(11) NOT NULL, `active` varchar(255) DEFAULT NULL, `config_key` varchar(100) DEFAULT NULL, `config_name` varchar(100) NOT NULL, `config_value` varchar(500) DEFAULT NULL, `remark` varchar(500) DEFAULT NULL, PRIMARY KEY (`config_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_config` -- LOCK TABLES `sys_config` WRITE; /*!40000 ALTER TABLE `sys_config` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_log` -- DROP TABLE IF EXISTS `sys_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_log` ( `id` varchar(50) NOT NULL, `category` varchar(200) NOT NULL, `name` varchar(1000) NOT NULL, `data` text, `status` int(1) DEFAULT '0', `message` text, `created_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_log` -- LOCK TABLES `sys_log` WRITE; /*!40000 ALTER TABLE `sys_log` DISABLE KEYS */; INSERT INTO `sys_log` VALUES ('00082d4d-ea60-4112-87e2-43b3db326d1d','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:36:37'),('00096c81-b422-4844-a789-0774209b8435','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('000d1f7b-9461-4e41-91e4-f45d9a29860d','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:41'),('0010e735-ffe3-4842-be38-1c8e9014027c','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjUyMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fpWUbcs9nhNtsokYmO9q-Wre4ukc2cL-3Pnad2fb9go','2022-02-23 09:42:04'),('0024be4e-8577-41d4-bddb-c14d452aa741','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:31:52'),('0028ae58-15f2-43cc-a67d-acfa5f6e7c08','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:40:41'),('00331769-2e00-4b3d-b080-b2ac44d40e14','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:57:59'),('0035a57e-5284-41d2-b0b4-201938174034','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:28:15'),('0039a8eb-f037-4e79-b109-2421bf28edee','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:16'),('004d3804-fc43-49cb-a4b5-591ac5ab30c9','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:38:48'),('00507a92-daf4-43bd-a7ed-0cf5a64f6d97','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:24'),('00545a13-9ed0-4ad4-8d34-a47e27875951','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:13:38'),('00674cc3-5d40-4bae-8d1f-cf23165457bc','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:58:31'),('006a8125-c4cd-4ffa-a657-12515e0dd7c3','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:24:15'),('006ce46f-3d56-41e3-96a5-838362e55011','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:30:43'),('006e95ce-6464-48bf-b077-16b1eafffd37','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:53:25'),('00775481-2c16-444c-b6d5-99b6375d8676','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:47:50'),('00787251-5ca3-4f7f-b207-3ac608c55a1d','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:14:42'),('007959e1-c643-45da-aba6-09265781cd6a','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:05:42'),('00817f3e-44c1-4b08-ba85-644237b8038b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:53:40'),('0085b6ef-b8fe-47d8-8b5d-1168ae84a433','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611816294\",\"docid\":\"7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:09:05'),('00a7c8cb-0a5a-43df-8be4-cc3d213f820b','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:09:38'),('00a82f2c-ab0c-4109-b2cf-782cebed17e7','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 01:53:53'),('00a83106-3b14-449f-a1d2-bf0db0d83cfc','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DN-x3WOB6ltniGJSkjrjXCYXdVJdVcBe-a7F-t_IZuA','2022-02-23 10:27:27'),('00b09db6-0b17-4b9f-bbf4-f4879c7f0a7a','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:39:14'),('00b169da-06c3-41e3-924b-dc963e25378d','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:04:28'),('00ba35a3-21ab-417f-bf54-4102b09cb355','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:36:25'),('00c11d74-2ecf-4f03-80eb-8cb91bf51be4','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:31'),('00d3e5a5-0260-4497-b115-cbde6c71fc5d','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:22:56'),('00df70d8-7ebf-474e-8c80-3ddc271b1ee5','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:19:47'),('00e5b475-1903-4c1c-b919-140e2f745f5d','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:33:17'),('00e5d38d-1e40-440a-8a90-d5cd7ca3e065','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:08:25'),('010aedd2-0b0f-4cc9-989e-cffec89df6c4','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:48:20'),('010eca34-8f38-43ea-9cc4-09fb25ea1c73','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:42:04'),('011161f7-51ae-4342-a423-430d1ff549eb','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:27:36'),('011b8bc7-e169-474b-aafc-c2800ce6530e','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:39:12'),('0125ac22-53fb-444c-b093-cc50217b1d3d','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:38:48'),('0125c7dc-b6f0-4109-9f01-644b29999e5b','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:27:36'),('01275352-7d33-4552-8a98-48fbbd92cea6','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:14:59'),('012967bf-5112-4f96-9675-4cf8bf527eca','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:24:15'),('012ee4b6-3de0-406b-b8f5-75f1a523ddb8','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:53:16'),('013b4942-f2c1-49da-9856-cbbad7eafadc','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:29'),('0145a752-8e45-4263-baf2-75dc17b5a0ea','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('014bd372-1591-4eda-80b0-44391329e203','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:53:16'),('01578a4e-47e0-4f35-b3f2-c8ec0ffd18e8','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:36:25'),('015bda15-2446-4f42-bca1-6f27fde21308','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:02:30'),('015fe1c6-370c-4fcb-9970-8659ed67d67b','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:55:37'),('016265bc-25c6-4ebd-be95-afa717ca0972','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:51:44'),('01645c0f-d422-49cb-8c75-456bd8a2ffff','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:39:02'),('01865056-ae37-486b-bcfc-e55ef6a26055','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:36:33'),('0189ba6c-7397-40c6-8817-1546ac1d20b7','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=41396CDE981E14AAD7CAD16804128116; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:14:42'),('01b71a7e-253f-4e23-94eb-5c881b6339c9','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:53:57'),('01b78ae0-8c49-475e-b5d5-3a81728e04d4','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('01cfe03b-8ce0-446d-85ee-523ed1080aac','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:35:52'),('01ec1b56-d39c-423c-b6b6-624bacf5cb92','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 07:15:43'),('01f09262-6245-41af-86e9-2afb6ac4f38e','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:49:41'),('01f7351a-39e7-40b1-991f-d000edfeefc8','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:18:14'),('01f7462c-be46-4b62-9b95-dbe1cd6f6358','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:19'),('01f9bf3f-3c32-4d2e-aa63-d8f31039c9fd','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:49'),('01fc0d2f-2563-4af5-8249-bfa8ac753750','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:13:49'),('0203a293-236a-4128-94e1-79784bf2ced8','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 2','2022-02-23 09:07:51'),('0214e249-6af9-4fff-98cd-0c69eb47a04e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:37:12'),('0219d919-b95f-4dfd-9110-439867dcfd99','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:10:58'),('0220c004-5491-47b1-83a7-6283602d728c','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__aDZwv5jkfCmg2mkHMUI&opentarget=detail&linkType=01','2022-02-23 11:02:55'),('022129d8-952b-4ab1-b7d2-83beb7e9c586','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:57'),('022e2cfd-1ff6-4dc7-8673-5433dd70e53b','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:58:31'),('022e6d33-fe15-42fd-9ba8-98cf30247d8f','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:36'),('02391191-a452-4474-858a-a273b4a8881a','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:13:38'),('023ac8dc-fff1-4df1-9b5e-a644003a9212','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[de2248d3-71eb-476d-a015-99dd8ac86891] 开始执行任务(1):回收授权到期后应用','2022-02-22 08:16:03'),('024b8797-53a6-42e8-be54-e83e6879db3e','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:25'),('024cfc11-b54f-4910-bc01-97c40f4ebf7e','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:40'),('02500ba3-39d8-4bcf-9926-3b8f2c280e49','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('025fb372-66cb-43f7-a88a-e49508099f68','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('0275363b-3331-4b5e-be4c-060338fc9724','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:25:21'),('027d5b9d-bbc8-49e1-b2b6-f95468cd0374','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:27:27'),('027e2708-9d31-4feb-9eca-79d458999025','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[68a8b044-38b5-4436-b05f-283d774b40cd] 开始执行任务(1):回收授权到期后应用','2022-02-22 09:16:03'),('0285dfda-0ba9-40d2-94a5-4f5060e540c9','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:49:42'),('029795bc-07d8-4fe2-801e-cb240752ecd3','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:27:58'),('029b53d7-9f28-442b-aecc-3a01ccc349c4','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:39'),('029c6de5-ede1-470d-b687-6e21e383e651','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CEM7dg-S6Y9ZKI8kHbV1wxG3ELRmmfwR4dizGhoGBLk','2022-02-23 13:59:36'),('029c93b5-0492-46e9-be32-fc843a8b4424','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:18:12'),('02a2e706-bf30-43ce-9c28-f3cfa1fdaaac','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:14:42'),('02a5fd04-52ff-4d43-8850-9782fbc5f494','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:17'),('02bd2cc0-b8d2-45c3-aeb6-95fcc97a2134','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:24'),('02beeeca-dac8-4855-a29f-8283460b4b68','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:02:52'),('02f0be6e-7b36-41b4-8522-1e66b02beff5','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:07:13'),('02f0bf19-ac04-4348-ae46-1403a1c4c544','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('0325e34a-8e9c-4a92-8ec3-fdc768429fca','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:53:40'),('032ed6da-a0c7-4a87-87c3-f60bd83f13dc','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__lKXMrDsbYB1oBhNECiz','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__lKXMrDsbYB1oBhNECiz/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__lKXMrDsbYB1oBhNECiz\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__lKXMrDsbYB1oBhNECiz\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SZ62ISxPECMzHOOl0ZK&opentarget=detail&linkType=01','2022-02-23 09:37:07'),('033a5d07-55f2-4e40-9664-d466db3b8804','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:17'),('033c3666-9eca-4d16-bf3f-30a9aeb0a7bf','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:38:48'),('033e123c-bc3c-4be0-bd89-88cbb180b684','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:59'),('03409dd6-feb7-4251-9ade-ec08cfec7d9f','NWw3pvZoUaYMD6q7hc3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NWw3pvZoUaYMD6q7hc3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:47:22'),('034819eb-650b-4bce-b704-c1f09f6c0719','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:27:38'),('035ff611-f92d-4cd0-9553-f95038862fa5','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:56'),('0369c999-560a-4517-bd38-5e03c46eb40a','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:14'),('036a6ab2-653c-4cca-9e8d-794548b74c65','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[387ae849-e4f0-4fd7-b29a-a96be92a641d] 开始执行任务(1):回收授权到期后应用','2022-02-22 15:18:03'),('0388e6d5-4a79-4c52-87ec-bf7758963013','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:07:02'),('038c851f-cde6-499a-a887-ed0c7eaad365','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:58:15'),('03901d15-3fc9-4ef8-98cf-0856df9ae06b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:18'),('0398a9a3-6ff7-46b9-a51c-d32df5b2b4e2','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:12:45'),('03adbcc8-185a-431a-ba46-152cfba93f43','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 12:19:19'),('03cbc77c-8ac4-48a8-9f48-9700ba62c87a','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:59:38'),('03da32e8-5b2b-4adc-b966-c797d1b4a8ce','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:39:12'),('03eb28c2-dda6-4a0e-9cf3-3bfed819e2e8','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:05:33'),('040281a9-14c5-42ed-9265-e525329c09a5','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:43'),('04219d4e-fe7f-4dab-850d-4cb210f230f2','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:53:25'),('04225f21-b005-4cdd-b69e-efc5918890dd','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:58'),('0426c06c-43b7-4d2c-85cb-04ace590cb60','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:45:00'),('04319978-7d6d-4f57-b6a8-0180b0521b62','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:10:57'),('0433f625-541d-4189-9073-7cb0f80a0499','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:22:45'),('0437250f-9075-4352-abd9-474fb76a0d28','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:29:01'),('0438fb06-6c71-43e1-81ec-27ae2343d8d3','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:38'),('0448ba59-90ec-4ab7-8fd9-d1f4f90716da','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:47:45'),('044b8641-3d94-4c67-b410-97e62fab8494','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:03:04'),('044c438e-70e5-46e0-bdcf-08bccd568b0a','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:05:42'),('0459ebb3-89c3-4e42-bc3d-426b2f8f7e3f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3fc099ee-7502-477f-adac-df6944cf6295] 开始执行任务(1):回收授权到期后应用','2022-02-23 06:39:03'),('04672c87-d3df-40cd-a335-b834f0f91933','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:47'),('046ffdd1-2f38-49f3-8ef7-9d892a787049','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:24:15'),('04747bb6-f90a-400f-8c9e-47ea49b0cb21','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:09:15'),('0479b26e-101a-43ee-9b3b-8a5ae2abbae4','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:49:50'),('047cdb19-6d1e-4921-b081-edfb5c0a5baf','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:41:06'),('0483d981-c498-4995-8295-29261407c3a3','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__hyLXrVlltH9vENSgz0O\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"search_creditCode\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__hyLXrVlltH9vENSgz0O/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"30\",\"_viewid\":\"__hyLXrVlltH9vENSgz0O\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"_fieldid\":\"\",\"search_ID\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=组织视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,id item_id,id,name item_organization_name,field11 item_creditCode,( SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID ) item_registeredUsers,(SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID AND ( (field24 <> \'\' and field24 is not null) OR (field25 <> \'\'and field25 is not null) )) item_activationUsers,field12 item_registeredAddress,field13 item_managementAddress,field14 item_field14,field15 item_field15 FROM obpm2.t_domain t where id<>\'1\' and name <> \'all_users_zone\' ','2022-02-23 09:41:01'),('0487d39c-9ec9-411c-ab69-d8bf35bd6f37','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:40:24'),('0487ef8f-842f-4a7f-8d76-139027039817','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:13'),('048843ea-f312-4afc-8842-ee30e17168ca','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:13:49'),('048b6260-9408-434a-aeb1-008486772f26','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzExOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.eFpaoyWo7JLPGPzO0H3KS4LE0PNpOQ-7UH-zsBKx48c','2022-02-23 15:25:21'),('048bb1a8-9c5d-4927-a2c8-b667854547d2','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:30'),('048c622d-f5da-4344-b194-2ed7c22bc163','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:36:25'),('0490647c-9c13-4ed9-865c-c5c72b9a9db0','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:47:52'),('04911903-6a51-4d59-8535-879dd87822a0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[394f0ea0-6cbe-4200-aabb-5e80048bb6f6] 开始执行任务(1):回收授权到期后应用','2022-02-23 14:39:03'),('049714af-4c38-4174-9579-b2da04950920','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:41:06'),('04a68b28-1174-4e95-9b98-7813dce09336','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 01:53:55'),('04bea176-338d-4896-a856-ab155e14f9c0','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTgwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.j_a7tQCanIdZ6yesxzJpPVoW5AgZ96Jnnm398gG9UKI','2022-02-23 11:43:30'),('04d7ba6b-210c-4eb0-8e63-8e400334c1f8','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NkLTaVihcg0YJSEIS2cNghQHefJwtn15uz4yUefBVVQ','2022-02-23 11:02:52'),('04e4e982-9309-43cb-8cc2-638450db0f76','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('04fdb1b4-fdc6-4474-8463-78d232b3f186','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:50'),('04fed257-0504-4384-96e9-b0bc3c21deb4','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU4OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NdLmo0CwfAruhBTT01NIsFNEZnv4j36zhslVFA11rDI','2022-02-24 04:36:33'),('050e923b-328a-43be-a2ad-f729240f527f','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:33:26'),('0519c539-4fde-4d5e-b733-ec57396ed576','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:35:52'),('051f9bd3-96ee-4ba6-8157-2ec13e686606','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:04:25'),('052baa1a-d014-4def-ac2c-fd8644659845','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:18'),('05370660-63e5-4644-ba7c-8d42e36d48f7','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:53:58'),('05404ad1-80b6-4db9-979f-f74627187034','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:19'),('055b8135-050a-450d-ab71-59fa680692a3','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:37:07'),('055c3681-d167-4f76-a886-b6de04fbf086','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:05:33'),('056b6a1d-d001-432f-8675-15836a8d0759','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:45:02'),('056c4524-ab8e-4fb6-a31f-2e756ba2f080','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('05717a61-6f51-4014-b8d0-bfdcb17a4e29','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Z0CGOfatwFKEez5ZiRM&opentarget=detail&linkType=01','2022-02-23 11:02:54'),('0579a3d9-b4eb-4ab6-8b45-51bf738277b8','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:40:52'),('0579b556-6116-493f-a89f-8f19b1a0c023','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:07:13'),('058649fe-36ea-4fa8-9014-21a53e5ae528','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:00:59'),('058d6a96-19b3-4965-81f9-63226b9d67a9','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:48:20'),('0592e090-a252-4d04-bdbc-e301b293c016','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:22:16'),('059adf62-97c6-474b-a9b5-f9aefe7012f1','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:38:48'),('05a0ca29-2a55-4d55-83a1-10e0c38bf108','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:13'),('05a5f1eb-0dff-4ee8-ba4f-4f64fa161147','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[43afc462-876e-41e1-8506-9a67a8e5f1fa] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 15:38:02'),('05a66d39-52ea-4611-9a24-dd0186ec8b05','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:04:28'),('05a77466-125f-4b14-9066-025e0993ab96','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:17'),('05ba3efe-e936-4cb2-bcc8-f59a79909423','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:35:17'),('05be43d3-b508-4ec9-91b5-489d701fe1b3','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:40:41'),('05ca2e57-17c9-45fd-a5d1-e9c8aee46aa3','RbdeiZr3roBjoG1Pawx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614269058\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"RbdeiZr3roBjoG1Pawx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:49:57'),('05cc17f5-4db3-45a5-a60a-8a48944afa05','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6c8bd3de-8763-4c99-887c-a9037eaea3a3] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 03:18:03'),('05d2297a-77dd-4ee3-a152-145c5b3bd59a','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:19:47'),('05de1658-8614-4f52-91d8-b3d7dd558abe','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.uNSW8ohG8YsjPi8SjF8hh76RmVZj1FniUCrlUGAurmk','2022-02-23 10:35:22'),('05e24b44-5302-4333-88b3-6b398ca4b5fa','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:10:57'),('05e6dcec-d3fd-44ef-9dea-3547239da69d','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:15:48'),('05ee7725-83f8-4776-a590-38ed39290cbe','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE1OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DogQvyffCN5cKX-Qkiu5CqIk2rQfNqu-7sxa5kJdRX4','2022-02-23 09:36:01'),('060b4075-2ffa-4d57-853c-2d78f639b8db','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.c_YzWPDDOZNz4fPrvyV5En8ItH1IeKsi77PWSuRmOiw','2022-02-24 03:38:48'),('060d17c1-d49a-405a-9d98-24705e4408c0','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:55:43'),('061e7318-e1eb-4579-a1d6-96db761b8df4','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:04:28'),('06215c21-d966-4819-ab52-4ac6862846aa','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:26'),('062f200d-68b3-40cf-9e02-67071d3c1f26','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:17'),('06304b21-40b8-4d3f-aeab-7c6218ed9b71','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y0GLe7gBceOkpaFTgAw-LnyEi0KK3MDRBlGvsL1-8zk','2022-02-23 14:00:55'),('0631f49f-98c4-4ed9-b541-45d61229c4a1','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:00'),('06361d77-41f8-426d-a717-a9462e53c790','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.SuHYpk4J-dsbEJnCiaqgldo53nyNimLVPf_kkIUqQYU','2022-02-23 11:02:52'),('064d0061-a42a-43ca-a878-096e8a3f49da','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:05:40'),('06500b72-558e-4914-9f96-043f3216b1be','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:58:15'),('065a6d44-8145-475f-9fc8-d39bdc06afef','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:49:16'),('065c215d-a357-4586-8a7a-d0a546e8cad5','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.6ZwUXGZPNBYbF_sR8CoeDvPn4XE7GZY7QDHbHFcMXa0','2022-02-24 04:02:25'),('06674d54-bd20-42f4-86b6-9453396f39cc','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('066c9f6b-8d96-4714-a562-003ff152b4b4','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:39'),('06736543-1a9c-461e-aa6f-97cce0a3bc8b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:18'),('0673a824-d87b-4f50-affd-0862ec1ffc18','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:04:19'),('0673eb7c-69b4-4680-80f3-c10a8efa92a1','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:09:15'),('06822379-f486-44af-a35e-71424f6b000f','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:38:48'),('06881919-aee0-4de3-8152-0362628a7268','MzgBThJmQg1hIoSoilf','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MzgBThJmQg1hIoSoilf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:06:24'),('068ccaa4-a990-4906-86bb-337606464317','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:20'),('069074df-03f3-40aa-9884-3e9b7d682299','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:28:59'),('06a1db45-54b5-49fd-ade5-f08aa4fedd1d','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('06a453a1-7198-488c-a1db-6be252a1fdd4','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:58'),('06b31020-393f-4bc5-933c-3d491e3c7486','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:47:50'),('06bd9ec6-3c85-4cd3-ac79-790bf976396d','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('06c3dea6-f7f5-4972-ac91-2940dd1feb52','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:59'),('06d3a5a7-d680-4a08-9128-c55f10d148b9','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:57:59'),('06d4c7c2-ac3e-4098-84c8-9fcf2474f0b1','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:29:01'),('06d6345c-a893-49f6-8ebc-d7b9267eb0ff','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:04:19'),('06dc6616-fa1e-438b-9f26-85af3ac62521','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:41:48'),('06de1e69-4927-4eca-bffb-374e68196c08','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:31'),('06e66c59-6bee-48b7-abb6-a7b3ccc57f8a','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:34'),('06ee66d9-cbe9-4fb6-b414-4e89f383e732','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cgRPEoXYSRt_N73whOTgCpRKpVPLt3YQrhxi5IRXhDs','2022-02-23 10:16:30'),('06f49aa6-c6fa-467d-8987-38fff261a34d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:24'),('06f51299-468b-43b5-ba3c-b83706309267','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:27:27'),('0704b0c0-fcf8-4241-8f58-1643c6a87dd0','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:49:47'),('071f3e00-69ea-4b5c-a44a-d1809bc5b7d3','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:40:28'),('071fc3e6-709a-413c-b3ee-3e21cbd3777d','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:00:59'),('0723283a-8563-4d0d-a0eb-d74e06a44d71','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:33:17'),('0723cd50-a570-4dd6-8b2d-e8eb73f318fe','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:37:12'),('075053fa-31e3-4a28-a22b-714f6a5b0346','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:53:36'),('07528d39-4297-4533-adf8-facfa5722d8c','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:59:36'),('0754929f-924c-4146-a974-779ed57db03d','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7SLDQnKgqX8jdZd9Nf1E1ti0YUMACUKosCgW79DY2cs','2022-02-23 11:03:11'),('075af661-9ae3-405f-b78c-04b4a291e5d9','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:04:44'),('07648a2e-f362-4887-bae6-9269acb465c8','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:52'),('0764a9f2-8426-42a2-8b15-c2d10ac561c0','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 07:15:44'),('07667f95-abf4-4265-9892-6cc8d71d6368','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:50'),('07678a8b-59c3-4384-b43d-49198a69a9f7','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:38:27'),('076e8d98-0867-477c-b189-6827b3deac08','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:53:25'),('077516d3-3aa7-40a7-a085-6fee9fd13c5c','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:02:50'),('077532e9-e566-4b9d-a3e7-67aba50f1d91','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:22:45'),('0776a98b-0961-4e4e-b6cb-367c4aea0046','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:46:05'),('07784855-6fa0-4f73-871f-20d3517e2898','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:28'),('077a0b3b-3924-4b9d-886b-7e458530a890','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:24'),('077d0f28-b2d5-4275-8f4f-e7e84107792d','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 12:00:36'),('078838f3-5818-49cd-82d4-3a7720b640cb','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:39:14'),('07aac430-9560-402c-827e-ffd04392a307','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cO8JrasUYRcxGrxy7tKaGlynprRWlPP8B99KFo6ydrQ','2022-02-24 04:02:36'),('07b3c08b-b2cb-4c8a-9a17-5e29025864c7','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:51:44'),('07bb627b-3edc-450c-8a43-b2f59b2951f0','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:47:50'),('07bbad1d-4fd5-482e-b9fe-bc16f38a9c08','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:00:56'),('07c0ebd6-74c0-41db-a596-de468e99f06e','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:55:34'),('07c8523e-3c69-470b-b332-77ba1bf51c0a','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:19:19'),('07d97970-0871-4ee1-9bf9-20100e3a44a4','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:24:15'),('07e0c465-2435-4c55-970e-2915bccaf771','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:37:12'),('07e43011-8575-4ce7-b95b-e9440d4011ad','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('07f71454-cd0c-4520-8b27-3170dba68a22','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:04:28'),('07fd4f97-7aa3-4d38-b8e9-1d9e9759c789','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('07fdf062-1ad7-456c-8503-05fb1b9557dd','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:16'),('07fef98a-5ce6-4f9a-b189-f84d79cb09da','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:47:52'),('080406be-1d8a-42ac-808b-e4295089d043','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:27:25'),('08084cda-010e-4846-950d-cca80e01ed4c','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 07:15:43'),('0810963a-2aa9-42da-b869-e98fe3cb860d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4dacb314-02d8-4c54-b3f0-fb94701d886d] 开始执行任务(1):回收授权到期后应用','2022-02-23 04:39:03'),('081ec9c6-296c-4b69-a1ec-555ee9bed89b','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:18:14'),('082395f4-02ff-4d54-8dde-61ab4e0469c8','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:46:43'),('0824b3c0-3389-47a2-b9e6-c74319bcd035','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('082c9336-3c03-4dfd-9ffe-e7afbc8bf0f5','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:53:25'),('08320b20-40b1-4cfd-b357-35cddd96580b','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__sTBG6RC2iiovoIL5Y93&opentarget=detail&linkType=01','2022-02-23 11:02:55'),('0835fab1-d807-48a9-8e6e-a694caf6a264','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzE2MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._A-yW4Ro3_-FX8KbfzUxJWdWUH5WTuenUPkJjko0vqQ','2022-02-23 13:46:05'),('0838a5e7-98c3-49ac-b316-e2752d2a29e2','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjUwOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.J8tdgOR9VnCbJ1hglFYMMK9SEcwNs0TAyc-g_k8YusY','2022-02-23 09:41:52'),('0841ac2b-973e-496a-9a08-1f2696baaae5','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:13:49'),('0845bc99-6915-4cde-a2fe-975d4caec1d1','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:59'),('085beb61-13dd-4a4d-8232-be195452a377','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:47:50'),('085eca7f-4ed8-43ac-b2ed-47fa7c629e1a','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:00:55'),('086000c1-6da8-4b7e-9327-e003fdf3af67','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:27:33'),('0870b763-1cc2-4170-92c8-c9fdf5c5c516','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8ecfe6df-2c45-484a-9e85-4424a6d8066c] 开始执行任务(1):回收授权到期后应用','2022-02-22 22:58:03'),('087122ac-bccd-4542-8e53-3d9f767e89d7','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:01:16'),('087e5e00-3b82-4fb3-9793-985b3dac6e81','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:38:48'),('0884a972-ad40-47ff-9afd-0ec4acc88fc6','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('08a0c171-8405-407e-a365-a8944304b0a1','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:31'),('08a433d1-e690-4f37-a7e9-27f2da0ecb05','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:40:42'),('08a96052-e6cd-4045-a4df-5b7f42aa0b1f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:03:04'),('08b37a04-af8a-4d6c-8ba6-09e785826d82','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('08bb569b-d025-409a-ba61-22e180e604cb','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:57'),('08beaca4-c9ae-42ce-bf6d-4f19ef83cb4e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:11'),('08c52961-9af3-44c5-8a3b-1f5486ab1378','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:13:21'),('08cb8d63-dba9-4126-b699-dc67724c2222','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 07:15:44'),('08ce5b13-b5d5-4cc0-bccf-6e4be274ed54','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:01:13'),('08d38aa5-8a01-4a71-87a5-a6a1bc354936','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:27:27'),('08d783f9-25b7-46da-9efa-7b193158f79b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:17'),('08da4755-e776-4eb2-8660-cdb52d6e64ec','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:24:02'),('08f6f45c-3ca5-47e5-9b04-5b17dc54cf52','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:00:55'),('08fa30d0-f82b-4f97-b568-00461d350425','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:14'),('08fd95f3-e2ee-432c-a07c-d69ab35a00b2','BwQdy7pMSGogxoUxhv1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615175241\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BwQdy7pMSGogxoUxhv1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:05:03'),('08fe51b2-ca26-41c6-86ba-80fbdba3b547','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[40323a23-fe72-4300-ab9e-320d41044f42] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 05:58:04'),('09046d40-5d36-4cef-8d97-5c10513b4f57','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 01:53:55'),('09047c83-a328-4d34-b55e-e985ec150596','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:30'),('090f84f8-5448-456b-9542-81f328396993','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:18:12'),('0914543b-9238-49ed-9ba2-e6a63198e8b7','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:30:25'),('09198a54-8fe0-4df6-a5d4-91d61a8068b3','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:12'),('0921f554-4955-49ac-ad50-22e87a425e4a','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('092ee6c5-b14e-4ce2-b733-9562fd98d209','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:03'),('093337df-1e20-49f3-90e6-7062c695d589','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:28'),('094119c3-54ca-405a-b3b7-5c888e63bc77','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:18:12'),('0947b627-d42b-49fc-8472-c59e344c2c2a','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:05:42'),('0950404d-de86-4625-afc8-a4806e464ee3','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:59:38'),('09518321-2b4c-4289-a8b7-7a59344f5513','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:13:48'),('09558c8b-053b-4518-8244-bd08dac118fa','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:02:30'),('095cefdf-9441-4bec-b526-296758dd6469','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:42:04'),('0978d2bc-9162-448c-9da8-ed8bf6ca30d8','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:58:15'),('097cb548-69ab-404c-815e-67b339fe73ac','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:11'),('0997e386-7b38-4b36-8388-90ce2ce91039','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:05:39'),('099cd295-71cb-4f4c-996d-0bee35b30af2','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:13:49'),('09a2dc40-61cc-4c66-93bb-df6e64c5df2e','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:40:28'),('09b3011f-7335-44c1-bda9-68a1b382d1ec','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:09:30'),('09b3f098-a59f-458d-8e94-46f2ae52f6d7','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:09:38'),('09b9ad77-cab1-416c-8112-654920ef99c6','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:26'),('09bcad52-31e8-43b5-96bf-ba61ae61ba0f','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:18'),('09d7305a-2166-420d-bf7b-82264b2643fb','kE35m6GkmpI7Vxl0PB4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kE35m6GkmpI7Vxl0PB4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:40'),('09deca91-3027-43b7-b3ed-f0aa6a3ccd45','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:00:36'),('09e12a32-bae4-430e-8397-22d8d8ec22f2','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:28'),('09e7c12b-c7b3-4b5e-9e77-8cab7099432b','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:19'),('09f094b1-8791-4bb1-925b-b7635d5aebed','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:11:49'),('09f4a6d9-1d49-48f2-9d1d-7452ac9455ed','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:04:28'),('0a06286d-30c1-4f91-aa1a-13bd77c654a4','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:25'),('0a0ccf06-9cc4-4976-a6fd-9a3a7c7c91bb','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:27:38'),('0a1699f9-4646-432c-bf0a-fc10dee170b5','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:49:16'),('0a30f4ce-cb33-4ccf-a3a3-e44f5a98e28d','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:40:56'),('0a363a67-f753-4617-b37c-385809ab74a3','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:35'),('0a366619-b2ab-4181-9be0-cc95317b8cf2','iBC085FKbqCIlAMiyKv','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614760277\",\"docid\":\"QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"iBC085FKbqCIlAMiyKv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:58:08'),('0a4efe97-9dc4-4375-a67b-52c719121cbb','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:28'),('0a4fc8b8-6520-46dd-b86c-4f277611d52e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.SuHYpk4J-dsbEJnCiaqgldo53nyNimLVPf_kkIUqQYU','2022-02-23 11:02:52'),('0a52b2b7-3dda-4a79-a316-02b718c6a058','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGTmdzJf0cP8XryMhB3uAljfhf-t9kU5Npdf2-IXrb4','2022-02-23 15:36:36'),('0a55ef8a-a651-4019-8a7d-52c38f23aef9','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('0a5da7b9-85b5-4f6e-8c88-0598711e8f02','8ZWNJDvk3cPtsAgki5p','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8ZWNJDvk3cPtsAgki5p\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:55:37'),('0a647d85-28cd-4a4a-a32e-a53c8d95e2dc','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTk1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WorCY9OML4DUU1094IwOpdFtU9f2o_BokvJKK7E3mVc','2022-02-23 13:25:59'),('0a94baba-3e00-4a45-94cf-48a9e8f27bbd','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:45:02'),('0a9a05ac-8728-4373-aa80-7af2f9f50357','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:57'),('0aaebc51-24a6-4cd4-a56f-3a3a45526411','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:03:10'),('0ab2ec2d-3cb0-40b9-9934-fc640f21fa78','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:55'),('0ab5fefd-a326-4bc5-ab7e-8a69cd5e3af0','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:18:14'),('0abb97ba-91d2-4e84-b91d-ffa33bfa3ff9','PTvgTE2w98Gzr6uqnjN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PTvgTE2w98Gzr6uqnjN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 13:55:43'),('0abcf89b-b907-42b3-b726-e6a76a03c2bf','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:49'),('0abdfe9b-a041-4d35-affc-bff29000e50c','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjUwOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.J8tdgOR9VnCbJ1hglFYMMK9SEcwNs0TAyc-g_k8YusY','2022-02-23 09:41:52'),('0ac507e5-50a7-466e-8db0-d87f7b76ba21','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:43:30'),('0ac64190-3c5a-419a-aae8-d2d2ef4f7abc','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:51:36'),('0ad4258e-4edb-4642-98ce-e5fb8a752572','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIyOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JdoHegisA7sGG5UjCyxml0cdpe1LxQUL67W54TNDxPI','2022-02-23 14:03:51'),('0ad67a70-1f30-41c8-bf44-5cfc8937df4b','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:59:36'),('0adada8f-7761-4218-92ac-cd45580feb67','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:25'),('0ae30f0c-7ddf-4ed2-a42c-7b2923e2debf','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:13'),('0ae73910-c5f6-4ad3-a912-d8a453d55769','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:02:25'),('0af478e7-1ae2-4ece-9df9-0f6d2ed6f83d','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:33:26'),('0af4c6b1-fa7c-4697-827b-64e0d1a554b0','lDYoruKOGkQn1Z4p5vD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lDYoruKOGkQn1Z4p5vD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:21:52'),('0af57237-aa4d-494a-b2d2-550a3d5aab4a','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:03'),('0b01f069-c658-45dc-b4f3-49ec5301d918','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:55:36'),('0b0248d4-3b7c-4689-a66a-293954d08c97','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:53:32'),('0b0a66fc-f137-4ac9-8cb5-abc55aaa705a','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 02:15:43'),('0b0bdada-d038-4f2b-91db-46f0b7d5f34c','bQKqGEI8QSEZisgP8mt','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bQKqGEI8QSEZisgP8mt\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:47:50'),('0b1904a7-4e01-43ee-97c0-7133439665b5','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:57'),('0b1d02c7-7911-4a0f-9beb-86ed6235a808','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:37:08'),('0b1e5b97-ef61-4e44-a9e1-0f6982471a12','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 07:15:44'),('0b23e732-8fe3-4d77-9300-2812191bc095','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('0b3a0ddc-3071-4eb4-9eeb-5fbfb3d0f944','jUqcWsUwY43gqkcn6Uu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611774803\",\"docid\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"jUqcWsUwY43gqkcn6Uu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:23'),('0b4eaf61-3e5b-42c7-ac86-25162e95b98e','1nOPoAOBJRIPZ5JSQrl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1nOPoAOBJRIPZ5JSQrl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:34'),('0b5309b9-83c7-4172-9473-fba978de9975','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:19:47'),('0b58b09a-7339-46e0-bbb6-b9648d715d64','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b5eac4ca-8d2a-4695-86f6-05636cb2b26e] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 01:39:03'),('0b6e1bb5-1619-4b37-aa6f-b9e497403064','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:59:50'),('0b71da2f-4502-4c3a-b474-251871029dff','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:01:16'),('0b7d2e79-0302-4510-997e-01837ddd79ea','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:37:57'),('0b80e259-7ac2-4a5e-a304-7c0337aa86ee','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:49'),('0b84e4fd-e7ee-4cee-97c2-c8acd96e45a4','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDY0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4n55DCe_ZfmqV3Uo_6JKFXCgCndgoJrfXGiOV5S6r6g','2022-02-23 10:17:25'),('0b8be3d8-42a0-4ca5-87ae-633e79e67360','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:29:01'),('0b8d44e5-3571-4b37-8fa0-a8a180706373','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:24'),('0b910017-9d5c-410d-b939-1771f62e82e6','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:59'),('0b9fc205-6f92-412a-9e76-0a2c59747196','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:17'),('0ba58ab5-80d8-40f0-9d80-8b5f0ad51a25','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:22:45'),('0bb0b937-0a39-4ba4-9d93-7712a5c4fb22','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:02:52'),('0bcd1e3b-2113-44fe-b862-2702484b64fd','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:30'),('0bd3d8b2-195b-467f-8c6f-49214b75b4f2','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:39:02'),('0bf1de41-132c-402d-95e0-71944fa2da0d','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:49'),('0c01b9f5-aa81-4c38-9a6a-6e38261f45c9','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:52'),('0c04f169-5516-43bf-a387-403dce984d14','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:59:38'),('0c06d6bb-3abf-410c-815b-929f9060c5df','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:41:52'),('0c08035e-533d-4b65-abb9-20dd8fd26f11','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:50:09'),('0c339053-9daa-47cc-824e-9df66764f810','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.h0O-0gApgZqnP0rUnRfVm39H7p-qpGplaxXSa9i-00k','2022-02-23 15:22:55'),('0c359295-c900-4ae6-a437-cb7ca868dee5','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:39'),('0c3d4a4a-1373-464d-96bb-cbc63c230fc6','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:59'),('0c3f1483-9b05-457f-b721-e44f0f5acca9','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:31'),('0c47edaf-d41e-4295-afc2-dba844503f08','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:41'),('0c4d5211-fc85-494d-be1e-8439c98e038a','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:49:47'),('0c551043-4f97-4b2d-83e1-db9703276387','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:27'),('0c5bca0d-bbea-48ee-a3d1-9a63501558f1','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:55:36'),('0c6481a9-ec85-4654-b5f7-1678349bfb47','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 01:53:58'),('0c7791cb-d844-45a1-aa9d-d1ecc81c8b6e','irFTNlaJVQptivBkd8q','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611765002\",\"docid\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"irFTNlaJVQptivBkd8q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:13'),('0c78213c-c61f-4586-9fc8-c5906bcb291b','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:46:43'),('0c787c60-11c1-460f-91d2-8c887c505779','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:13:21'),('0c8af4e4-f560-4ed7-babf-f239b3719252','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:49:16'),('0c90e419-65aa-488e-9195-505b42cafbfb','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:13:19'),('0c911210-210a-42d9-95a4-0138835856ab','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:58'),('0c99675d-03e7-45bb-b502-e9a6872bbd9c','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:31'),('0c9b2bc3-5dcb-4296-8536-60365070765e','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('0c9d5a1c-aac5-411a-b9db-d475e31b92c3','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:02:55'),('0c9fa4d0-2467-4d25-aee8-db4fedfa575c','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:27:33'),('0ca55ee7-036c-4794-b57d-81588a513d67','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:38:48'),('0cabdff9-a876-4d21-b38f-34c76e8ba9e6','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:19'),('0cac6026-683c-4652-9cab-3aa7852145b0','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:05:39'),('0cb37ffd-71a3-41ea-9cd5-15393cd5b104','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:57:59'),('0cbefeeb-dd95-443f-8854-97e72f84eb3c','yyTm89jM3zcKf1RaQF3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yyTm89jM3zcKf1RaQF3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:14:42'),('0cc5920d-00e0-49a0-93bc-1dc40aef5cd1','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('0cd201d9-2c04-4028-bfc5-42d1cd3b0803','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:55:36'),('0cd49233-a717-4a6e-a6a2-4f8b38fb5ba7','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('0cd51f5a-cff7-40b8-8bfd-f20867280f67','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:37:08'),('0cdd290c-0a69-4508-8596-b9876c435210','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:53:53'),('0ce17671-11e0-47b6-b885-dd0ee0df8789','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:16'),('0cf2073f-741f-48a3-946a-84814845ca2c','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:13:05'),('0d0714c9-965f-44f3-bb09-8ba0afae113c','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4z0PlZZATCkvAtZGZC4hGvC7hfkOcvfwnAuOi2fFEbM','2022-02-23 11:03:10'),('0d08489b-7f2a-4138-89bc-8c9b82229e41','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:22'),('0d148707-34d8-4cc1-8ef7-b933da956bfa','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:07:13'),('0d18f84a-7c65-410a-aceb-fd90c7227813','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:37'),('0d2cefbe-bd6d-4922-a2f4-a22e7b5769d5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[63caf562-8861-44fb-aeb1-e982b9316b6f] 开始执行任务(1):回收授权到期后应用','2022-02-22 02:56:03'),('0d3adc60-89e0-43d9-a3ce-5d4d2e29b805','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:18:14'),('0d654a77-d57d-4f02-817e-94479f6b03f9','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:57:59'),('0d70b01e-eabb-412f-9d32-40ea445bc4e6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3eb62a00-b1b6-495e-ab1d-c2a37a458f12] 开始执行任务(1):回收授权到期后应用','2022-02-23 08:59:03'),('0d729c91-f701-472d-88e4-59516585bd0d','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:13:38'),('0d79f48c-d73c-47ad-a5aa-790f338dc58a','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:01:16'),('0d7c7974-526f-4f93-b982-3d06dd36b957','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:12'),('0d82865a-351f-4eed-902e-d136555083f7','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:24:15'),('0d89c499-d37d-4441-9c28-0329fcfc89f7','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CEM7dg-S6Y9ZKI8kHbV1wxG3ELRmmfwR4dizGhoGBLk','2022-02-23 13:59:36'),('0d8bc92d-6836-4411-b9b8-4717fc8f419e','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:55:19'),('0d8f9e9e-08b9-4edb-88f3-cfdf94815ede','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:07:30'),('0d9e0ab4-1b56-4a9b-a729-4ca3d6f2e156','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 07:01:37'),('0db0a2fb-e384-4c8c-bec6-530805f3fc8b','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:28:39'),('0db0d6f5-a239-4e0a-8930-c5aadc82585a','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:51:36'),('0db0d776-c40a-4e02-915f-e706735c9793','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:51:46'),('0dbcfc1a-43f4-42ce-b1d3-fc6db67e0488','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:19:21'),('0dc585d2-279b-4e00-9097-8a5bfc99de95','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:14:59'),('0dc71bda-3904-46f9-949c-a75c5e20975a','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:36:40'),('0dd5b7fd-3c9b-4bf1-a36d-5bab6dd8bce5','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:19:54'); INSERT INTO `sys_log` VALUES ('0de05646-c9e4-463e-aef2-73eb5ef761f0','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__h0fxOYBf2gPKGICatmN','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__h0fxOYBf2gPKGICatmN/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Ou1Ofd1H2U1wSXITQC1&opentarget=detail&linkType=01','2022-02-24 07:15:44'),('0deb6c40-082b-4681-a187-02e99b66ccef','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 01:53:55'),('0df9e76d-b803-4087-af09-b74c716147c5','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:38:29'),('0e119412-80a6-4a3d-a89b-71451f5aff2f','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:22:15'),('0e1a05d4-6d73-4c1b-9fc8-dad799514896','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:18'),('0e28ed07-fcc1-4edd-9c89-732f10c67c13','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:33:17'),('0e2c8d35-a82e-4550-a570-3969fcf39b9b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:35:52'),('0e3182e5-bdea-4463-931b-9aa13583dd68','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:55:37'),('0e39ebca-bfdb-441e-961b-fb19440b7067','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:03'),('0e474e58-f9ca-4bdb-be4d-7944843a0c02','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:49:16'),('0e4d8f79-339d-40c0-8c73-114e95eef070','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:39:12'),('0e4dbac2-0d5c-42e1-a417-9a5714b8e1ae','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 07:15:43'),('0e5c1198-a4cc-410c-9997-c0aa7d0a9704','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e83d9c65-b9b5-46b3-9d4d-a393f21a2e6f] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 02:35:03'),('0e6ad205-4eab-4aa7-ab82-59f76b9f5134','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:27:25'),('0e6fad4e-8419-4834-9eec-ed870e2a03fd','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:13:21'),('0e71eb41-9527-45da-b08b-d4c9487dce0b','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:12:45'),('0e77568e-a29d-4916-a9e2-c310aac8d76d','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:41:52'),('0e80cbe7-0d0e-475c-b783-6f7a0c0aa3ca','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:19:47'),('0e81a25d-880f-4113-81fe-34376f21dcd8','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:47:22'),('0e82207d-8cfe-41a9-8eb8-541633e77a15','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:24:15'),('0e91bd7c-f661-472c-9161-1e3978c04d3d','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:17'),('0e94a4d7-df4d-444d-93cb-3db8a8a77536','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:28:59'),('0ea04648-0a1f-45f8-b744-1d72c2c84702','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:57:56'),('0eb73d86-74b3-49b3-88f7-f7854a73718b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:30'),('0ebd236e-7f33-45c4-8931-a6c81a28dce4','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:34'),('0ebdc30a-92de-4f79-9cee-38df467cf524','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:43:30'),('0ec36945-dd07-439b-ba53-5d54a9dc777a','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:19:56'),('0ece6368-0e37-4aa6-aa6d-c2d2af863b2d','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:55:19'),('0ed4db91-8ead-4290-959c-bf4daf761deb','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:25:22'),('0efd78c4-8ff7-4ee2-973f-3356cba3124b','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:38:19'),('0f1523da-dbb4-4e09-a51d-1e0df677a573','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:42:04'),('0f33ace9-e367-45e3-b4b4-efefdf2b887f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1af432b1-4f4c-4eeb-83e1-d8fda8015f0d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 08:36:03'),('0f3436c3-9b2e-42d6-844d-ec152021be51','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('0f46b5f5-2543-4e86-8048-15ad7e33d7f4','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 07:15:43'),('0f627272-35e7-4fb9-ac28-e34d05abcba4','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:36:36'),('0f68208c-889a-4341-8aae-98c14df733a7','uQQ1BGKl6a9055J6OR8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614725264\",\"docid\":\"J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"uQQ1BGKl6a9055J6OR8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:33'),('0f719be4-2f0c-4b36-a6e0-76d814a94bf1','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:15:48'),('0f89059f-5155-4a9f-a51c-9bf6ba1ae435','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5UI4AHLxTw-ovvAXD1AZMhBblde4Z203B7e9zYIyRTM','2022-02-23 14:01:13'),('0f91dedd-e5ad-42c5-bc50-cd3f7bc29881','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 01:54:00'),('0f92fb42-33a6-4871-b7c1-2f497253eff5','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzUzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ccanzAS7S00bpuW2lXU7XGKLZumtCLinDN2fJxZOtPg','2022-02-23 11:05:33'),('0f9541ce-0be1-44a9-a2c7-22a076e8d74f','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 02:15:43'),('0f95fa2b-d79a-4318-bd0a-ea2ea6886211','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:27:27'),('0fa1394a-8951-4013-a4b9-8060cca0553f','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:37:53'),('0fb444f8-d967-47f5-926c-bc4db27bf4ae','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjA3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.HQhTTcNOkuguIDj0m_uG1wM4WEkdNBrKAakchmdSpC4','2022-02-23 10:41:16'),('0fba1c21-a257-45d8-a4a1-db09fc47da6f','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WxfNdh7-H31MawA7NEBewxUuqTokjqPw40g6WKgdy6Y','2022-02-23 10:07:13'),('0fcef506-c55e-40ec-b317-85ac68f27b89','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:57'),('0fdbf0db-8637-4ff4-8435-47230d3b17da','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:29:01'),('0fe11ebf-5864-4dc4-bfe2-13de78d45ca3','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:00:56'),('0fe6b83e-d18a-4447-893d-c9dd3ac985a2','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:19:56'),('0ff5c3fb-2567-4526-9490-020f0bb974c2','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:03:11'),('0ffdcbbe-0a81-4d1e-956f-a0b8654403a6','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:00:59'),('1000c57a-b804-450c-ac79-f9a397dcdbb5','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:49:49'),('100e9c41-0bc8-48ec-a137-8633ca17392b','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:29'),('100f7b47-cdf5-4a21-9b9d-d04d7d4ba9ab','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.SuHYpk4J-dsbEJnCiaqgldo53nyNimLVPf_kkIUqQYU','2022-02-23 11:02:52'),('1010f8bd-2c7a-4110-b210-29da77fd0eee','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:41:51'),('101be5a7-8f7b-46d1-b21a-9d42787124da','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:51:46'),('1025f170-f8ee-4179-ac12-8ceabad49a20','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:30'),('102aafec-443e-40e8-9128-a972ce70beac','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:37:08'),('105a9f9c-e617-48fe-8a8e-1a7308c8233d','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:09:38'),('105d88b5-99c9-4f6e-a6fc-fccd5a737340','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:55:46'),('106167d1-f45a-4589-8ee0-d5c127b5be4a','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:00:38'),('106c89b1-f868-465e-b7cf-285b5b919d28','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:22'),('107108a4-de58-48b1-9153-a2c6f5dece7a','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:41:06'),('107b7d24-d9e6-4f51-a765-cb8598555d92','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:31'),('107cef01-3c13-4619-8475-4eea2bbef9ab','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:53:13'),('107e58b7-717c-4775-a49c-57ac6f1915e0','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:19:47'),('10893cb2-06f2-4234-acc0-a947bda162b5','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:19:56'),('10a33004-8630-4168-867b-96103f96d984','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:11'),('10af648d-61a9-45ff-bb6a-017ed61e7821','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.aHk-3Bk5dfqcJD22z-kyQJJAFnW7yVlEw7jP7UrrMIw','2022-02-24 04:01:34'),('10bae96c-b08a-4618-9ad4-eede92492a9a','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:38:29'),('10c1b64f-835b-417a-8a62-f92249545817','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:15:48'),('10c6c763-665b-441e-bd92-ae154ceb1d4d','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:58'),('10cab0cd-a811-444e-bb6d-dc7723ec1d15','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:39:12'),('10cbbd7e-4acf-458b-b949-cda95e349684','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:02:50'),('10d5fe5c-6f89-4c52-8cff-a7517be6e860','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:49:47'),('10e24ca7-be08-4d69-899c-431217781a10','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:11:49'),('10e679f6-898a-4df8-8e70-9cce27112eab','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA5NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rOteJQw5FVquQqp27_ba14i_O4rVqVFEFt--1sGAY8Y','2022-02-24 03:38:19'),('10eba624-fc98-43a2-a9d1-34f06c05ec33','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:41:06'),('10fdfd47-ea99-4d10-859a-1c6d5788c269','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:57'),('10ffba56-7cb5-4d3e-b5c5-56406708c109','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Tyb-UyJv37bys_hdzTwb8DofTeOLWsIzmGXiy_OTLnk','2022-02-23 10:33:17'),('11022fc9-ecb6-48b2-b69a-3209cf1d6624','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:26'),('1105fa2f-0468-462c-8a11-a03dd4bf304c','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:59'),('110846ce-7bfe-4e20-bf4d-f8e8e42d7a63','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzI0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zr4rvTDJFaki7IVOtART_HyhdasFVuIv4etrMpp431I','2022-02-24 03:40:52'),('111923b7-055d-4800-97b7-c19b7f1e376a','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:00:56'),('111e365d-ff68-4e8a-86b8-e0748ea5026e','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 07:15:43'),('112d89da-7aa6-438d-b706-50a3237d84e0','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:33:17'),('114a804a-bfbe-43b5-b891-ccc1d3cc060c','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:36:33'),('115a1f96-f762-4d2e-b70e-1a612c638e5a','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JpuPhkJAEH6D-w7kaYJqc8ML4K3DL2-x70EHA62afww','2022-02-23 15:19:54'),('1170437c-6959-47b2-847c-0b35288c48c1','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:14:45'),('11768f88-e863-425c-b109-4bcf4a6b0915','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:22'),('117a26bd-8e99-4da5-9eb5-a4d9ac76f437','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:06:36'),('1192f268-85f8-4ae3-8642-ee6b3e92960c','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:25'),('11a3cb50-32ac-4ec6-babf-7c9ebf2a4fbb','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:19'),('11b3bd53-3e29-4bd6-8e60-b70e77637615','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:14'),('11b439e7-e267-4717-b7a3-472279377f30','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:24:15'),('11bfae4f-9947-46ba-8c02-be05f509b523','3N6gw5dHlMRCPXYbCqu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3N6gw5dHlMRCPXYbCqu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:21:52'),('11cfffa3-76b3-482e-ac44-eccc0b256f9e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:39'),('11d6162e-1afd-4b9a-8f3e-759c49a0140c','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:53:40'),('11ea4a8f-e3d7-4976-af80-34677149f5b1','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:56'),('11f3803e-8635-4fc9-80a7-526a2057ab5d','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:04:39'),('11ff0e06-3e28-4455-9264-7c2e13926d92','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:38:29'),('11ff2cb1-cc4a-450b-af63-8f1d162bda76','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:15:48'),('120d25da-13f7-482f-a246-173371fa5ba1','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:04:43'),('12253ce0-569e-4b62-ad9b-5ac14c0a2ca0','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('123c1b2b-a542-4423-b878-48c76900b4d2','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:29'),('12438462-a4e5-4a16-bc8f-b0c1d22c0101','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:05:40'),('12499a76-0b0e-447e-8c88-e5a9a414d27c','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:27:33'),('124a2c50-15a1-4906-9c1e-9644232a22e5','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:09:36'),('1257e7ec-5f6b-4d3b-a867-f15bd4caca43','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:09:38'),('125bc6cf-65ab-4bfc-b949-ed35b4a14050','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:31:52'),('126c4f5e-e895-421e-96f5-abadce48c852','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}}]','2022-02-24 06:50:09'),('126e6d5a-61f9-4a33-95df-a5b37bd8b148','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:04:43'),('126f3f31-b08e-4e6b-9172-dc77ddd0a2c4','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[da27497f-7b2c-4ddd-99d6-73757702f6be] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 11:38:02'),('12756b88-580e-40f1-b6ab-18866c4eeb9c','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:40:41'),('127a7f3a-6d92-4753-9afd-d8612fd98632','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:13:19'),('1282ce3e-81bc-499c-b574-2e3407516d44','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:21'),('128325bc-5a54-433e-a421-c03e9fef5e72','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:59'),('12867b71-ed7a-406b-be28-7f9e2cd82f7c','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:51:44'),('128d3a6a-c2f3-4f0c-957a-cdd8c9185c98','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:17'),('1290965f-de07-4249-b76f-331680ccacff','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:41:06'),('12a0c5ab-e775-48f8-9fd3-0ed31e3b71a9','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:40:28'),('12ae1e0d-17f0-4652-be1b-ca267d0ba52f','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:59:50'),('12b0072f-cbbb-4279-8ea2-ca952712e5d9','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:17:25'),('12babace-06b7-42c4-b948-1176a59371c9','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:04:26'),('12bacc72-4fe4-4282-954b-4a3f36d2c0d9','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:59'),('12c4f3d1-75e2-4f88-bd71-2707e3c62b61','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:30'),('12e070e5-e580-487f-9e30-4f0c93ae440a','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__lKXMrDsbYB1oBhNECiz','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__lKXMrDsbYB1oBhNECiz/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__lKXMrDsbYB1oBhNECiz\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__lKXMrDsbYB1oBhNECiz\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SZ62ISxPECMzHOOl0ZK&opentarget=detail&linkType=01','2022-02-23 09:37:07'),('12f1c42b-06ed-4d1b-b9b5-f29dada532cb','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:40:56'),('12f7f591-1783-4e09-99bc-db47353c395e','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:37:53'),('12fb3b7d-f856-4875-9caa-1e2ec0f50099','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:30'),('12fc2d98-0fcb-4b55-b752-c32059a1822a','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:55:43'),('1300d535-dcc9-4695-9d69-2d00e6c0a5a5','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.j7VoCvCS3_BvLkDNPGwI1jqf1lgM2CB21AYT8dD_7P8','2022-02-23 14:03:24'),('13091db8-c8cb-44c1-b859-5c6d57f34252','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 12:19:19'),('130dec2e-9346-4c79-89e8-469b2579fb80','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:51:44'),('131452c5-b440-413f-887d-8759bdd2719a','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:58:00'),('131b9021-a6a3-442e-ae3f-1f3b70b2c8eb','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('1324bf04-ad56-45e2-b1d0-4be725973918','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:52'),('13354863-7359-4fa6-ae9c-834223a869d5','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:53:16'),('133a5be6-e516-4980-994e-928bfa5a4d3c','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:48'),('133d6db9-937d-409b-bc44-841eba2a2469','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:57'),('133f4c98-28a0-4a5b-b5b7-899ac034fd55','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:52'),('13462a67-42ed-471a-a13d-f5e32a6cc109','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:09:15'),('1348923e-274c-487b-88c7-b5d6e2b786bc','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:38:19'),('134b7431-6048-41e1-ab32-66989b735a7b','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:36:36'),('134d885f-667a-46ee-98df-b6795146c118','ynAuU0CGMPHLtkKXGuR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614792738\",\"docid\":\"Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ynAuU0CGMPHLtkKXGuR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:58:41'),('13633d49-e76f-4686-9267-0a373a290932','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:25:21'),('136642ee-c068-47e1-9c99-422117f70864','L6FcNvhTrTolElDOQge','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L6FcNvhTrTolElDOQge\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:13:38'),('13664d7e-49fe-456e-a416-05b90727aa02','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:36:40'),('1368429d-ea45-46cc-b9d6-79c57d19d5db','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__ilSiXEoIcPtVkiJFOHL\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"comName\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"zhengjianheyan\":\"\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"cardNum\":\"\",\"telPhone\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__ilSiXEoIcPtVkiJFOHL/documents\",\"isRelate\":\"\",\"shiming\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"10\",\"_viewid\":\"__ilSiXEoIcPtVkiJFOHL\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"userName\":\"\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,t.id, t.name item_userName, t.LOGINNO item_telPhone, a.name item_comName, b.name item_deptName, t.LASTMODIFYTIME item_updateTime, t.field24 item_CID, t.field25 item_location, t.field11 item_field11, t.field12 item_field12, t.field21 item_field21, t.field23 item_field23, t.field13 item_field13, t.field22 item_field22, t.email item_email, t.field20 item_field20, t.field18 item_field18, t.field19 item_field19, t.field15 item_field15, CONCAT_WS(\'-\',t.field16,t.field17) item_field1617, t.field14 item_field14 FROM obpm2.t_user t left JOIN obpm2.t_domain a on t.domainid = a.id LEFT JOIN obpm2.t_department b on t.DEFAULTDEPARTMENT = b.id WHERE a.name <> \'all_users_zone\' ','2022-02-23 09:36:29'),('136d0c3c-ef1e-4ee6-b6d2-48803ad1b784','X0fhkHer4HGyVPOuYgC','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"X0fhkHer4HGyVPOuYgC\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:05:21'),('136e23ec-c705-4ca1-a301-6a1948cc1ee1','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:47:50'),('1373a973-cbd6-4336-9d26-a9031b152474','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:36:44'),('13771fb6-e8a7-4d71-95de-076dbcc3073e','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:49:47'),('137a4668-0ca6-4a7f-b66c-d612565f323b','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:05:42'),('1380dfb1-144e-4c94-8cc9-5b44d85d22fc','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:43:30'),('13859d19-a627-43c6-af2a-3c91995133d9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d2655a18-1a8a-4ec3-9f10-6e7890b9c033] 开始执行任务(1):回收授权到期后应用','2022-02-22 18:18:03'),('138e87aa-8a14-426b-97b3-853f78c82d13','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:58'),('13969077-c01a-44b1-8657-a55c1feef345','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:59'),('139d7e46-f7fd-4819-a747-c7b047f06d17','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:19'),('13b3973b-7641-400d-9d61-a72f7b9fe319','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:55:37'),('13bde432-c963-44d7-8bfa-86a862797df4','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:37'),('13be8030-8ea6-4b34-81e1-c36ed3437915','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:40:31'),('13c1e551-ed1e-4171-ab87-a4f4ef2f026c','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:07:42'),('13c90e31-010d-4bcd-b27e-2a98bc30c7b3','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:55'),('13ef9563-7756-4016-aea7-53055d047e9a','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1b63b92d-8661-4630-ae38-753cc61dbff0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 20:18:03'),('13f68658-20f5-47d1-a78d-6812be5f8559','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 02:15:43'),('13f823e1-b064-4928-bae3-3d37f5d1058e','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:40:56'),('1404b313-b517-41d6-80b2-a6ebd923e67a','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:03'),('140a6e6f-fc23-47e8-a3ea-99cf9f865e9e','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:02'),('140b905e-2c4d-49a6-865b-cefacd34ca1b','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('140bfa8d-1daa-4451-b400-e4573b82bfa9','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:05:40'),('1417c28b-fbca-42d1-9e43-f67bef2c070d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8b3b3325-e8f3-425f-9460-27a71b93d2b0] 开始执行任务(1):回收授权到期后应用','2022-02-23 07:39:03'),('142854be-3c6d-408b-af4d-b0b3a6389323','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:08:25'),('1428cc38-c50e-49ca-88aa-64fbe6e9d0e7','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:49:16'),('143fac19-089e-42df-94e1-76e3b87d2a50','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:25:22'),('145b6f3d-b81f-43e0-af9d-343ab6959b33','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:00:36'),('14696c95-18e7-4315-96e0-eafaabe29378','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:27'),('146bb2a4-d936-4e56-b4dd-fa8438cb64ea','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:09:34'),('1471f2ff-fee6-4dcf-a5b1-2c638373b309','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:27'),('1477cf8d-a5ab-4ae7-a42a-b9675d85b7a4','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:38:48'),('14938554-4c07-4136-8610-fa8bace1844e','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:31:52'),('14b8023f-c8b3-4a83-94e3-f2f7e8f8c748','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WMO7LGMY_kIT5OnqL7GaBdGgvp3q80WGZFa0xmcebCI','2022-02-23 11:02:50'),('14bf3cc5-17b9-4a15-9e35-f104eb92ef65','WGDZDmbwfsIn1OeMCNG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WGDZDmbwfsIn1OeMCNG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:22'),('14d730b9-fb3c-4564-beaa-1769a7dfae2e','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 09:49:13'),('14d7b572-6835-4e60-9244-731739993c5b','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:05:33'),('14d99a03-2bd7-4ecc-b60b-3627f7de9f7f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:10'),('14ecacd5-4db0-47e8-b3c9-a1431332df2f','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:53:33'),('14f48bbe-5d8f-419c-a0c4-cf0f4c3b2c52','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:30'),('14fa14f5-fa52-4fd8-ada2-969a6fcd5266','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:05'),('1510135e-b264-453f-a623-583c671db0f2','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:05:42'),('1510ba65-b06e-42d5-a371-ee55d13f1e6c','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:58'),('15126e33-1db7-4f7a-ba0d-f8e86933f64e','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:00:35'),('15180e7c-c024-49f4-811b-86f325eefa1f','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611816294\",\"docid\":\"7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:09:05'),('1519d9a5-8091-44fb-bc56-4c68418e2d80','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.l3NZQ-KaCxSasx2dZ3xktokAg7Gs2UqeFr3yihFmTHY','2022-02-23 14:03:39'),('151f7033-b410-4696-bccb-2bafdc171618','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:13:21'),('15224212-3a22-4b65-b7f3-af5bc5853fb7','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:00:38'),('152a32ed-3913-4071-94c6-16c8d4940d03','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:01:13'),('1536daf1-d17b-48d7-b354-07d1ea292180','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:57:59'),('15377f37-848c-4a65-933d-5ba7fcc9dcae','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:39:02'),('1537a8ca-0caa-4848-a6f4-31b22a1399ad','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:53:36'),('1538442c-b5b8-4764-9e02-c8f1d5635976','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:27:33'),('153c84c6-ca6c-4847-985f-6e7c72f436fb','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:35:20'),('1540c64b-ea76-4b0e-acbd-882015212d36','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:19:47'),('154eb0fe-4e1d-447f-b49c-b142846f7bed','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:55:36'),('1554e27c-3f06-425e-b77e-53577a21593b','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:09:30'),('155ae334-d24b-40ae-a9b7-10599706840b','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._wQJvPCgviNTf_ZRJn4NIhVWM2VNvQIUYvoOqv5h7Tg','2022-02-23 15:39:02'),('1561828b-20e1-40d0-b57c-3220c9f452d1','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:59:37'),('15718a6c-fbad-4b43-ab8f-2f6fbe98d2e3','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:39:02'),('157595f6-4c1d-4edc-9c77-407177e768b8','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:36:40'),('157b584b-df17-45bd-b70f-9093606ab506','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:03:02'),('15805b71-4770-4671-915e-f4553d89ea96','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:39:10'),('159ba018-9ac4-4df8-80bc-60ce615557b6','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:55'),('15a0482e-0b6d-432b-9d88-41a75b2ebf93','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:47:16'),('15c70f52-b75e-4196-8c5a-75de7cb00fe6','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:13:49'),('15ce88ec-bc56-476f-85d8-e9c4ce43fec7','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzIxNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ic6XPZv-wAs3g7Y7VLGhB8eDmGgAR9rKhQNl8JUpbn4','2022-02-23 09:53:40'),('15d98976-cf3f-491b-aafd-a7cd0e32a4b3','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 13:10:56'),('15de25c1-dc3a-402c-8eaa-4362e8959d7c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__10oAyTVxwOhXa88v1Bk','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__10oAyTVxwOhXa88v1Bk/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__pIGUuTBCIzXZvRcob8K&opentarget=detail&linkType=01','2022-02-24 04:01:31'),('15e22de0-4aee-4ed3-89d0-e95c6a7b4516','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:40:22'),('15efe9a9-c7a6-432c-9cef-76ab52741a47','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:55:34'),('15fc7cbd-9c5c-4d4b-ac83-679ff5d37ac2','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:59'),('15fd1e91-217d-43e9-8ce0-46c08c03bafa','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:11:49'),('15fd4e33-dc0f-4488-829d-6abddf168517','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:02:52'),('160a6d54-4605-437e-a5fb-b64aa09f9dca','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[2493667a-7684-4bd3-b306-d4190d5a70c4] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 02:39:03'),('16131baa-f6c4-40ce-b9e5-fde78d7979d5','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:38:19'),('161330d5-3a20-4fc9-873a-ccda70dadff7','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:36:01'),('16278039-c9b0-4bca-9109-dbfb72db152a','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:07:51'),('16298bf3-a76f-4e9d-ba98-6ef6c09a1f86','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}}]','2022-02-24 06:55:37'),('162d5faf-cb7d-4432-9591-313e732ad075','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('164fef5c-3aca-4621-8078-024a862b8760','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:14:59'),('1651e3d9-ad4a-46b8-bbe4-a96ea7861ed9','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:14:44'),('166242e4-6fc7-4274-a87a-72d97a978001','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:15:48'),('166360d3-1e19-4ec1-86e8-2f446fa2f541','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:41:51'),('166a654e-ae5f-4272-8fbf-b265a7ef3bd7','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:15:43'),('166d9b1f-5735-46d9-95e9-f2e7078ad460','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:15:48'),('16738245-c382-4b53-9a46-1b6d38068d35','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:02:50'),('16762777-19ee-4670-bcc8-f23eb1758d66','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:27:33'),('167e41b2-265a-4190-9d3e-0ac5afd8f8f0','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:05:21'),('16842485-9e6b-4bc1-890b-36e7d9158ce6','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:24'),('1690c6ef-a906-4467-a3d6-9aea7a8ec0c2','HCV2ewpyDwMVnjRIth8','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HCV2ewpyDwMVnjRIth8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:59'),('16995a00-afcb-4955-8ab2-4a51cb88743e','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:41:06'),('16b5d732-f951-4c13-bfaa-67a0466760aa','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg3NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Xrqc_teO5PCp4IOgeIJhhvY1NakHateo-h8RmLCylic','2022-02-23 13:57:59'),('16c771ad-22a3-4b2e-9604-c5357bc6e684','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:49:49'),('16d68817-748d-4c4f-acfe-dd7b2b6e8649','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3ce65b65-b2e7-4d3f-9864-00b90639771a] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 03:59:03'),('16d6eff5-9ac3-492f-a166-e0b2fc580969','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:55'),('16da8a7e-510c-4532-806d-6da902da7eca','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:27:38'),('16e09b9e-8aee-48f5-ba57-008661f9790b','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('16f7d636-4b18-4fa3-99ae-65c7efc31335','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:49'),('16fc37b8-c3f0-4d50-9548-a77d3c9efd42','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:40:56'),('16fe04da-ee94-4e8d-b64c-6f0c2c28e11c','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:13:38'),('16ff7eea-8e8f-45a1-b119-a0856e35ccab','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:22'),('17093d8c-a4e8-4ec4-b679-90b1b109f981','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:49:05'),('170e40e8-e950-43fd-9fcb-f4809d0378c0','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:24:02'),('17101114-e1d7-4a11-b50a-e9c675013e49','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('1722d516-4341-4b2c-9863-c9f16113c2bb','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:10:57'),('172fe013-13e2-4326-853d-70e630965e94','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:04:28'),('17354601-89d9-4077-bbcd-4c3dd2e69a0a','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTg3NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qoFe9jhI9YmAHGxWDGeEfyrdLpyFqtawG1yGJe4uTzU','2022-02-23 12:18:00'),('17378e66-45a3-4cf4-81ba-99de8c4de237','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:36:25'),('174ad614-c5ea-4ad8-a165-be49b6198d13','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:36:28'),('174af18e-2ee5-4a30-afbb-39e3b4083476','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:40:52'),('174ca90f-ca4f-428f-ae31-06483920d1c0','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:47:52'),('175d1038-688c-44fa-b13e-96ad2206980c','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:03'),('1762853f-bf7c-4919-852a-7c5b4f6dc835','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:40:28'),('17744fed-e18b-4593-a7df-c247be41429e','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:39:02'),('1787c13f-6e80-43df-bd97-2293d67debd3','KD79OZjexo4iKr46E3x','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KD79OZjexo4iKr46E3x\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 12:49:41'),('178adaf2-48fe-47b1-8bc0-a2730247965d','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:05:42'),('178c4a06-5a23-4f09-a36f-b53f94396f3b','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:35:20'),('1794213c-b396-4414-b2a1-2feda4e0dc2b','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:40:24'),('1794a137-b00a-46aa-8872-e1a335bd43ca','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7721ee33-2fc6-442f-a93b-b5474a189332] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 13:18:02'),('17964546-fcc8-4ad3-999f-17a9ab75be81','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:35:15'),('179740fe-436f-40db-8c52-4e4dee85f69c','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:40:56'),('179e2ed8-e58d-4d79-8f01-f2d765c72095','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('17b2a20e-c671-455f-881a-4974724c30d5','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:48:20'),('17bdc649-08e0-4ca9-a6e5-5818769513ae','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:14:44'),('17bf51f2-f0ba-42cb-ba5a-f2b6cb28b1e7','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:13:38'),('17c9013a-c442-4b69-8d92-feffafe105e8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4c901ad5-1f7c-4b00-a917-36aedbad8bb8] 开始执行任务(1):回收防控指挥权限','2022-02-22 02:43:09'),('17d272b3-2d40-4cd9-891d-afacb35afbb0','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:49:13'),('17d7f9fb-4c3b-448f-9302-e81bc20d5bfb','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:22:12'),('17e20865-209f-46d6-8c6e-2e45baee9456','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:15:48'),('17e492d8-4b3c-40e6-bd53-d208f64ffc6c','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:19:54'),('17e5a49b-31aa-4272-b571-04223e3491db','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:47'),('17e69be7-11bc-4973-a15c-e7b824aa648f','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NJOxJkutmn4bCqNltwFQ136tc3GaiZBeW63YX8ChryQ','2022-02-24 04:02:30'),('17ea12fa-f7a1-4406-a8f6-0f6cf89e6f22','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:08:25'),('17ed2496-b33e-4578-8342-5639c86c3e73','5wQVehLjkDdoLettfMK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612306169\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5wQVehLjkDdoLettfMK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:17:14'),('17f39f04-36b3-4ee7-a2a8-edb9d1d017e1','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:47'),('17f584ff-8073-49e4-96ed-88cc1aaf337c','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xvfmugcphZZOaaYiwn4FrbUtXKCCwFDcbcZ8X_CiGFc','2022-02-24 04:01:52'),('17fc8fa8-f4a2-45f7-836a-8ed52d996edd','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[57001b9e-f472-4bbc-8415-9540141e73d0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 22:38:03'),('17fd6129-e38a-4849-9d03-8b3bb0aaf636','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:40:56'),('180d70ff-b4db-4a12-9e9d-007c987eff8d','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:53:36'),('1811205a-1e2a-4b7e-bb2a-7a062de6d15d','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:36:36'),('1811565a-8ada-4e91-8652-ad6aaab78ed9','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('1815befa-f13b-4407-8f23-ccc5f77e6eeb','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:09:33'),('182fd928-3273-4c71-aadb-32f8843e4504','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.l3NZQ-KaCxSasx2dZ3xktokAg7Gs2UqeFr3yihFmTHY','2022-02-23 14:03:39'),('18378679-762a-4f82-a898-0e4052d376a3','pULs4u4AGJww8LTWXMN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__vzHulAD3PA8U7mHfFkL/empty\",\"siteHttp\":\"10.10.100.175\",\"appId\":\"__ekbsagrjF60f5gJnBQQ\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612388184\",\"formId\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pULs4u4AGJww8LTWXMN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=value1--------->','2022-02-23 10:18:36'),('183c257d-214b-4706-bf40-26167f79ed16','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:00:38'),('184e1cfc-d4f1-444d-babc-fcaf468cfa39','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:24:02'),('185d18b9-9de2-43e2-abe1-6e886095b2d4','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:27:36'),('185ddec7-3ac7-4eba-b58f-9193c0df456e','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:05:33'),('1863c468-2041-43b5-b2fe-a17343bae014','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:25:59'),('1863fbab-9f33-48f7-b2cb-d70c3597ac17','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:54:03'),('18664ef8-a7e8-4fbc-a894-3eca9dd996ed','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:26'),('18696d06-cbdc-4b84-9012-900899c52014','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:07:02'),('186fe5d6-e05e-4c4e-a558-35d4cabf0022','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:07:13'),('187b56c5-548c-49c6-934a-20c6490b16e6','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:01:49'),('187e5353-bf00-4373-817d-0d17a310a004','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:07:42'),('18849737-d412-4c0e-81e5-3fa8aa4406cf','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:14'),('188a144e-97f9-4bbf-891b-41f8c6501465','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 07:15:43'),('18ab82d5-8ea0-42f4-abaf-4689057fde55','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:09:38'),('18af9139-57b3-45ef-97ef-0e99a0725638','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:41:17'),('18b3c409-98f1-4d05-8a22-287f0980e0bd','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:14:59'),('18bc1259-effc-4350-8a1b-d5a3fe10b4e7','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:57'),('18c6da2f-d2a3-4735-833b-c11181880fae','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 09:35:52'),('18c827e5-c14d-46e3-95ed-2e410d1eb12b','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:03:02'),('18fcf904-c2c2-48be-bc12-20a06fdeccb4','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:38:19'),('190ec4a6-980f-4799-afb6-86faefca489b','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:39:10'),('19124e01-3637-4b89-9226-76e1ea2c0323','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('1916a7a9-3c29-4cee-9ecd-3792a15861e0','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.vZTFZuwRuXBiE9FbUveyNZfG56IiYR9jhvXdGlQyExg','2022-02-23 11:00:58'),('1919c065-0322-4727-8d5f-4135af551c10','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:48'),('1922c2aa-e9dc-439c-bc40-c9d6cc80dcca','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:28:15'),('19340b6e-18db-4312-b3b8-46c90a21648e','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 12:19:19'),('193cf523-2146-41bc-8c2e-4b9028cf771f','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:44'),('19483900-e7e4-43ad-9712-96c697524d8a','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:38:29'),('195efd5f-cf96-471d-8c68-b4cec71dc828','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:55:43'),('1960327e-80f7-4558-91e7-4c6328a2b43f','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 12:19:19'),('19670b42-3d36-4c85-bf11-4cae578039c5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[33836977-4eba-443b-bdc3-61c0a8b231b0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 19:39:03'),('19742761-970e-4fbe-8512-5d5b1c7baece','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:01:17'),('1975fddb-874b-4ee4-b78c-31e0137acfed','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTczMDE0MCwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.iH528uyCc7fNu_K6PDAckDFHvEn4NKOi6EFbTY-ZWY4','2022-02-24 07:15:44'),('1999719a-1ff2-4567-a7d1-8756f212ae72','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:37:53'),('199ace7c-afba-425a-b4d0-eb5a3ce30be1','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[76e6afc6-a1a4-4998-95be-25fccd24f940] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 02:58:03'),('19a191ce-a8b3-409f-b6ab-322d4d58105b','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:27:58'),('19a280e3-cc0a-4e24-bcdc-90e144fa8ad4','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 10:09:17'),('19b0cb89-c536-4d03-b27d-15ab7297b9f8','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:40:22'),('19cb6c38-cd99-4423-87c4-07cd520fb00a','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:55:19'),('19d80f76-bc8f-4190-b9b2-cadf2a688153','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.z2RgosuzODzkMhdg898uv0TSYJJkkJ8TYdgXQrBRhf0','2022-02-24 03:55:16'),('19d85294-0bda-4aa6-9ff3-54e1268bc701','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:17'),('19dde8de-facd-438c-98f7-c6d939c505cb','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:47'),('19ddfc14-9e85-41b0-b842-c6cbab2c1ecd','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:39:02'),('19e17322-c023-43cd-a927-77a69c0ab7a0','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:53:32'),('19e71faf-47b9-40a7-8aa2-e8e8f97779f0','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgyOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.tv26GRP9103Zv23pO7C83Fy6_rnZ-C_3wW101cX0LtA','2022-02-24 01:53:53'),('19f09985-c40a-4e9a-aa24-5bb47e0ccf34','HCV2ewpyDwMVnjRIth8','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HCV2ewpyDwMVnjRIth8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:46:59'),('19f19cbf-9736-4161-a16f-0d7435079b89','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:24'),('19f2386a-7b04-4eca-b01a-27d4a662062e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:37:12'),('19fd076d-a3d7-4112-b781-a62a521e12ba','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:41:04'),('19fd42ea-5c35-4a76-bb80-ddc550151737','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:48:20'),('1a022507-0ba3-43b8-81a8-166238951ddb','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:19:47'),('1a1218ce-da7d-4f28-832b-ddcec9ea8427','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:53:57'),('1a1375f2-53d2-4597-bb80-9c47ee75b3fd','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:22:45'),('1a39ac8f-e88b-40ce-b243-2cfb00be8702','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:14:59'),('1a43ff96-fbd3-4237-90ae-f0f8a41d9c8b','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:48'),('1a5238e0-f051-4cf9-8cd4-e8dbc65deb30','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:36'),('1a552f36-6d6a-497a-a5bb-6ba76a045f5f','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:11'),('1a5864c5-34d2-45f4-94d5-c7372fc09661','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('1a5badf2-99bb-4dc5-bef0-1352fe08df28','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:36:44'),('1a5f3100-cfbe-4dda-b3d6-e6104975e4cc','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:28'),('1a6f35f5-1a56-4a17-8cda-9e9276a8d74a','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:22:56'),('1a6f5281-cfb4-4724-a1a4-0b269cbdddcd','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:13:42'),('1a764b4e-8601-4576-af40-580811d790ec','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:36:25'),('1a7916a6-c4f2-41ae-be7e-46038946e636','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:53:13'),('1a79ef55-fe1a-482f-8bbc-589024c0a8ef','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:33:17'),('1a87d795-7431-40a4-8751-89076e2dc21c','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:35:17'),('1a93c039-d69f-4e63-a75c-9c798924866f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[745d8488-ae72-45c3-8b70-20b0846cb417] 开始执行任务(1):回收授权到期后应用','2022-02-22 16:58:02'),('1a9d4502-70c8-4a7c-bda0-f7806e36ebb4','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:36:40'),('1aa9360a-f2e5-4b49-8ab9-7107a5867936','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:33:17'),('1aace86d-0302-41cc-808f-9a2258aaa339','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:40:49'),('1aae0209-4e4a-41cb-8d59-15beaafcf06f','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:04:25'),('1ababe0d-4341-4ea8-93b6-a78d571b2f7d','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:12:02'),('1abed99a-417b-461e-be27-f5a233a094cd','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:53:25'),('1ac20982-89c5-4e91-8402-e770f342138e','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:31'),('1ac409cd-31b2-4c00-8ffc-35c759207e8d','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:13:38'),('1ad4deaf-3763-4a6c-bdd7-dee33eed051b','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:19:21'),('1ae1c2c9-3c61-4784-bfa7-99e0dc2f9ffd','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:19:54'),('1ae655f6-01df-4f69-a5ef-6619df6563ec','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:36:36'),('1af18f34-a8ca-420e-8faa-c0f51ace2486','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:19:19'),('1af295ff-a653-4f27-a539-b88fe304e9c5','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:13:38'),('1af714bc-0991-4c8e-baa0-e9bf3c64ed0b','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:19'),('1af90c19-b9eb-4bfc-9cda-eb73b6d093e0','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5EwNftUXIhzjnCd1jAYKagYEzzbCaPaqzgmo2u_0Fzc','2022-02-23 14:01:17'),('1afd84cf-a66f-47b2-a07e-ad4c0f179087','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:10:57'),('1b0f5411-4278-4465-8051-4688078349b9','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:49:47'),('1b1a6369-6107-4e56-9395-b29498fd50d1','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:12:02'),('1b2552e4-ce74-4119-94d9-883a1d19b8b7','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:11'),('1b2b937b-2529-48bd-9382-5c8f275a1c7b','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:40'),('1b2c9145-db0d-4fa4-8d7a-7b353cba3884','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:05:42'),('1b38fc51-b263-4136-9fd2-573d06848e8f','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkxNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jZfMcECYiIYYYHjCjT8U9noXrF7f4VxkIbkM3W35Xzs','2022-02-23 11:28:39'),('1b392764-02fc-46e1-9b04-bae6c0bb81c5','80Fmy7EHkI3SKZnCS1l','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645624335130\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"80Fmy7EHkI3SKZnCS1l\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 13:37:43'),('1b4877e8-91ed-4eea-9a82-27d28af4c758','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:42:04'),('1b53db49-0a53-4f5e-85a9-8f5f2c67aac7','e9SPsOFsSYZTwhgci9i','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614744696\",\"docid\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"e9SPsOFsSYZTwhgci9i\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:53'),('1b70be79-77d3-4513-aabe-7afbd352a1f0','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:11'),('1b852b3a-04e1-4103-aefc-f18ca43e0abb','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:29'),('1b87b4ba-888a-4fc5-bca5-1613c7f0159f','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:31'),('1b87f680-96c8-4a9f-8003-d953e3416373','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[50a6cf30-8da6-45ac-9639-e558f8a6459c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript]: exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;;exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;的执行','2022-02-22 02:40:10'),('1b91b730-e6f8-4ffa-8e62-88b0f91a4491','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:36:33'),('1baecf78-e950-404d-b5b3-638d1ae5eac9','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:04:25'),('1baef6aa-74c3-40c5-bafe-3072d28c7fb1','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:31'),('1bafc60c-d86c-47ba-bccc-c023012bf937','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:48:20'),('1bb999ae-dc78-4446-acd8-3447bbb5c309','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:02:50'),('1bbd35aa-f4ca-465a-b431-b33e53d21fdb','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:37:53'),('1bbd85c0-2945-477b-99da-37201a2574ad','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[dc73d24e-cb64-4f48-81d2-69643a277e8d] 开始执行任务(1):回收授权到期后应用','2022-02-22 17:38:02'),('1bc6ab59-e56f-4d21-8389-27a2b9ac6ca6','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:02'),('1bd46b2e-d5b4-45e1-84e5-87216ddc5ec0','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:28'),('1bec5c88-d116-45a8-8419-2976f5d628cf','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:39:02'),('1bf7e962-9226-42a9-acc0-ccb1d0bfe7e0','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:49:16'),('1bfc7cd4-df8d-4a62-94df-25fa5f846e2a','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:40:56'),('1c05013b-9b04-4606-8d09-0ab7de16c370','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:52'),('1c09344b-6870-469c-b424-e77e251fb6f2','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:02:30'),('1c0b6b66-8509-45d7-86ba-06dff9a90d39','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:55:34'),('1c16ed0b-a353-43de-8581-ea30b37b13fa','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:39:12'),('1c17415e-7322-4687-a9e5-c5fc2c582a64','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:22:56'),('1c2c5b03-69b0-49fe-8fce-c10ee5bcf920','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:53:13'),('1c370f24-d04b-4bd2-aa10-95dd03d43eac','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:49:05'),('1c3769bf-03e3-457f-99b4-de2277440645','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:13:05'),('1c3883d2-0907-43c0-bf04-068d85f1589b','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:00:56'),('1c41255d-15f1-41b7-b83e-340d50d8e462','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:36:28'); INSERT INTO `sys_log` VALUES ('1c4f7bc9-1481-4e91-a78c-0e442fc926ac','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:41:48'),('1c5212c1-2e76-4aeb-a073-e3d9aa000a4d','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:49:13'),('1c5720e8-71de-4351-893a-eb5fe686f882','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.mEM58_BF2MoGxSz119r2v2eZfU_Cp0vLepjVQrdWt4Y','2022-02-23 10:15:46'),('1c5850c0-99b5-4e41-ac26-bba9e0792e26','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:04:39'),('1c5893cd-9a59-47b4-8474-700ef94e883a','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:42:04'),('1c5ec092-0729-4470-bdea-001371aabd1f','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:54'),('1c67ef06-02de-4136-a6c1-324a12f87b35','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:27:38'),('1c6c1df3-881d-4549-a8bc-23c617495594','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('1c6c4b5a-877e-4046-84c9-ae41cc059fe9','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:37:12'),('1c8578e1-2f7d-4fc1-84a2-a0cfb3fdd902','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:47'),('1c8e3115-51dd-4879-8756-6611d10a6c73','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:11:49'),('1c8e5738-a663-4f9b-b867-97e96ffff8ed','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=doctest----:有效','2022-02-23 10:27:16'),('1c99aea5-e495-43bc-ae40-11b7ff6bc4fe','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:47:22'),('1ca888da-7988-4871-9bd8-b5c5901e5b2f','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:51:46'),('1caac541-2447-404d-bb87-b5195bc09bab','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:26'),('1cb33637-b774-4ec4-b37d-b7d6d3a49d72','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('1cc347aa-9746-422b-9234-9f07d0b19d10','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:46:43'),('1ccdf622-9b5c-4543-b5be-710cce84b6d2','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('1ccfaf89-13a8-4dc9-b669-0b9aa95d4c27','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:53:57'),('1ce56db9-ca11-4711-adb8-1dca64c28281','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:13:48'),('1ce5cff7-65cb-4f3e-b717-4fa3144a6777','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:36:25'),('1ce86a97-5cb9-4a4b-af4f-fdd281026687','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:53:36'),('1ce8d7ab-dc8d-4544-b090-87bb1641a963','0rfrS10XHN5ALgTn7Tm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0rfrS10XHN5ALgTn7Tm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 10:09:17'),('1cfb565a-3aa0-4563-8e78-20b62ed1fa5b','X0fhkHer4HGyVPOuYgC','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"X0fhkHer4HGyVPOuYgC\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:05:21'),('1cfda68f-4529-4e73-9ec2-53bcae91a4f2','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:09'),('1d196e9c-4f57-409b-8ccc-8b157aa3277e','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:18:12'),('1d1eab35-5549-4c62-8856-bb670fffb125','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:36:44'),('1d228f85-bb4c-47aa-8e98-be767edf9f7d','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:49:41'),('1d2ed454-0e17-4ce2-98f3-c70644576425','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:48:20'),('1d3535a2-196d-465b-adba-df457abc19b5','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:52'),('1d47e3c2-50e9-427a-b33d-9e9362735afa','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:10:58'),('1d4c0f04-270f-4dc4-9877-0e93669a97b7','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:58:15'),('1d566fe0-4d33-4269-a6d2-6b1016eaf467','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:07:30'),('1d5e6801-2189-464a-8325-739cdd24bc7f','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:45:02'),('1d6acff4-def9-43ac-8dba-a88d866d2144','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:02:55'),('1d765f5d-bbb3-449f-8278-73ae875933c5','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:02:36'),('1d784c16-62d0-4900-9018-6c08768c3e55','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:01:49'),('1d7df331-0a35-4192-b3d0-ab8e1daf155b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7069a054-21d9-43a4-9b2e-4c1bd102eda0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 14:59:03'),('1d80ea21-6ffa-4dfa-8f57-fcf34ed5bd82','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:02:50'),('1d845410-ceac-4adb-8843-d56bc605a47e','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:19:19'),('1da9e07e-16ef-4a04-9796-4354ee030f11','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:46:05'),('1dc1efb2-9a0a-43be-b404-c222a99e83fe','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:59'),('1de36cf6-c007-48be-96e9-758f2d46d0cb','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:00:36'),('1de40d69-50ac-4c72-b536-3ababd89e3ec','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:53:32'),('1e0636e8-9405-4f0c-846e-e7786309fbda','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:48'),('1e163b60-7b31-4e1a-9b41-63e8361ddff6','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:47:52'),('1e1c8f2a-0c9d-48e7-bd08-f5e3c003a53f','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('1e260784-547c-483f-930e-39c808558a79','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:11:49'),('1e260952-6ac2-47f5-aa39-dc4ee2cda32a','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:39:12'),('1e278d28-774d-4f90-9fdf-7b1e775779d9','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:38:27'),('1e2c7a15-c29e-4746-95dc-aed80075ce8a','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:00:55'),('1e3e6c39-d4d1-44a7-ab00-812cd2133b3b','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:37:08'),('1e503e07-750c-43a3-9c0d-8c055b50160b','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:49:47'),('1e5dfa82-d12c-4cb8-876c-f4f8e31ed57f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6becf517-0115-46e2-b558-98ed12062760] 开始执行任务(1):回收授权到期后应用','2022-02-23 19:19:03'),('1e5fca16-5ebc-493a-be83-b18cc77e2938','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:13:49'),('1e63aee1-cdae-409d-98e4-8c84c1ba3aa4','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:40:24'),('1e6dae5a-8a00-44db-92dc-cc84ae1ec0e6','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:40:22'),('1e70fa92-6aff-47a6-b129-1ed054dd47d9','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:50'),('1e72b268-1a2d-43e8-b339-a38af025fdb8','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:40:22'),('1e7555bb-3df0-4eea-b0e3-c5b8eeb361cd','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:39:02'),('1e8073e2-7707-4a80-aed6-63d7335fa6f9','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:40:52'),('1e8ea8f3-aad7-474c-b8cf-c85e97fe546b','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:55'),('1e9549d6-4fd1-42fd-8601-a422ab8c99f9','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:55:19'),('1ea56d68-79b8-4d4c-8a65-a7a1c52b7aa2','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:34'),('1eba4609-f795-4308-af8e-9e0527dd004d','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:47:22'),('1ebddba6-5592-4210-8bfa-01719c8babaf','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:47:22'),('1ebf7354-1231-46aa-8eb6-131bf5f77061','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:36:01'),('1ec034b0-2426-4900-9c93-b37dbe7bbf77','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:36:01'),('1ec07f43-5e28-491d-9845-10468b1069fd','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:07:30'),('1ec799a3-f0d9-47d6-a6f2-6fff5be916e6','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:04:28'),('1eceec6f-9ed6-4d35-bfd4-d58ac7f1535e','YlI27GoWCoGsujYcqmY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YlI27GoWCoGsujYcqmY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:51'),('1ed5019d-47fa-4ee4-9d21-2e7e2621a766','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3ed3879c-39fd-4be3-89a2-eb577099bfd3] 开始执行任务(1):回收授权到期后应用','2022-02-23 20:59:03'),('1ee1a66f-6ec7-4260-bd12-ca89d429458b','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:49:42'),('1ee6b139-9b74-47b3-8901-997649427289','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 09:11:49'),('1eedb935-491e-4e45-a947-e7399bd946f9','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:48'),('1ef733fb-60f6-449f-9a80-46ffa6da0873','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.nWA0_w2LSy5xjri4Zo9k7po_KC13sDHYcEhmrblDwOI','2022-02-24 03:55:34'),('1ef8f8cf-18dc-44d2-8da5-dfa1ebe5fa9d','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:14:59'),('1f1e675c-8754-488e-bfbe-2974c6c350ec','uQQ1BGKl6a9055J6OR8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614725264\",\"docid\":\"J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"uQQ1BGKl6a9055J6OR8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:33'),('1f203c3c-a682-42f9-b88f-7deb8dad9541','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:49:05'),('1f33f55d-bd31-42db-94a7-386670ef8c62','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:07:13'),('1f38126f-0b51-408c-94ec-6c441d4d08de','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[],\"message\":\"ok\",\"status\":0}','2022-02-24 06:46:59'),('1f3d7869-124f-4ed5-98ae-0dca306a657e','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:10:58'),('1f3f764c-3a8a-409c-8993-7362f6cd5144','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 13:08:25'),('1f45c794-618c-46a6-9225-a7dc1c87d1b5','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:41:04'),('1f496e68-9723-457f-b963-60bc5a05f9d3','3IwMDoMKfU5TThKtHp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645675696704\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3IwMDoMKfU5TThKtHp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:53:43'),('1f52b1ef-f87f-40c4-b9e4-f7f7f4a1a4fd','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:38:19'),('1f57aae5-d2df-478f-bcff-83cf35c2e4cf','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:58'),('1f6b0607-56f9-43f0-ab79-7cf57c4f5ca0','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:19:19'),('1f6b60b2-eb85-4b8f-9096-f0794cd7bf65','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:18'),('1f710215-16e8-4ed4-9c2b-c051d4e6b303','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:47:22'),('1f74de2d-b26b-45d3-b520-a3753592ae8c','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:36:33'),('1f843535-fb44-411e-9488-4ad07cecdd26','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:19:19'),('1f879f06-4751-4251-aabf-10480f114c19','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:33:17'),('1f8e2f36-0ca7-49e1-86b6-12c3d75db236','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:13:38'),('1f959538-8cbc-484f-9962-2f7967626baa','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:03:04'),('1f98e92d-aa4a-4399-9ef0-dd4812a05a16','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:03:11'),('1f99caea-0276-4595-b83d-7c8f34cce7b2','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[035362f3-674e-40d3-9c3a-7773981e36e8] 开始执行任务(1):回收授权到期后应用','2022-02-23 23:19:03'),('1fb89b33-16e0-42b6-a7c2-7776cd60cc0e','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:47:28'),('1fc1c150-8454-4b88-8201-60bda0ee13c9','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:19:56'),('1fc2bc6d-ba51-449c-b5c9-88133c66333a','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:41:03'),('1fc412c7-f3f7-4e43-994d-cd6c9e941d83','ADo89wZsNu6pDrEd9Ut','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ADo89wZsNu6pDrEd9Ut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:56'),('1fcc1945-8a80-436f-bfd8-0919cd4c744f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[12505e20-b910-44e7-848a-6237d3e41dab] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 10:19:03'),('1fd36fdc-0713-40cc-9cfd-2e5adb0fe5ea','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:00:35'),('1fe18565-3364-47cc-9986-58de4bd77cec','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:22:56'),('1fe7e10b-a93d-4906-9a14-1ba7df9870a9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[cf03e347-51ea-44f4-be3e-ea739df6658d] 开始执行任务(1):回收授权到期后应用','2022-02-23 02:18:03'),('1fffc170-0bed-4e51-a465-a3fb1ea875a5','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:13:19'),('2005a879-6e03-42bd-ba05-41c753ba1eba','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:35'),('2006f124-51f2-48c3-b38f-1a41228afb16','zxJ7Elol2L1IxzWk7H2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"zxJ7Elol2L1IxzWk7H2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:10:08'),('2012848e-8b13-49aa-8573-122f4a18845c','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:07:42'),('201777b2-c702-47c0-8db0-1e73b867f420','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:46:05'),('201f95df-7ce5-4b88-8995-ea7db6df0e4d','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:41:04'),('2021ebf8-55de-4dfb-bc62-6d40c0d7e442','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:40:24'),('2027c9e2-27a1-4c08-9bc9-02f91d363339','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3eb62a00-b1b6-495e-ab1d-c2a37a458f12] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 08:59:03'),('202ac8f9-9e51-4e8f-bb5d-0bd8c8aa09ee','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:15:46'),('202c5de6-890b-439d-9b9a-1f8b6fe68843','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:49'),('20348615-ca73-47ef-b2b6-ab97ceca75b8','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:13:38'),('20440b31-d965-42fd-b151-cb9740b761ac','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODE4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Kxe350mBBr3Ybw4NwV40wgeLzDjJXqU26msr89Kt_CQ','2022-02-23 14:03:11'),('204ee973-d51e-43b6-b170-055541c28f4e','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:38:29'),('2054f9b9-2450-423c-b011-67b80c6339b4','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:08:25'),('205b3c82-1a1a-4b0f-9922-9d3dbb4bc3f9','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:19:19'),('2069463f-37e0-4a61-88b9-2333fb3c2f79','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:12:45'),('20714d5a-f384-4409-a63d-59a4c825319a','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:02:50'),('2080d779-1f27-4c8f-b94f-57ee8fa85eb7','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:55:43'),('2082e402-988a-446e-a386-530f76be7cd1','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:37:57'),('2098c611-8287-4d5d-ac77-e647b810e330','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 10:16:30'),('209be980-b542-4f25-b003-9584e519a4c6','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:38:29'),('20a32413-b393-4d90-a513-3796a034b9c3','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:41'),('20a3c751-34e4-45ba-8053-40609c186ef6','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:09:38'),('20adc807-1e12-4804-90bf-5e34666004b1','NWw3pvZoUaYMD6q7hc3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NWw3pvZoUaYMD6q7hc3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:47:22'),('20ae58ff-5505-4d4e-90a0-d63bcc4264e4','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 01:54:00'),('20b155cc-20a0-4df2-809e-24b0d37f9cd5','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:38'),('20b269ec-c338-4e25-b0b6-680f7cbc1ad9','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:35'),('20b91efc-fa94-4ada-9bdb-c312a380b6e3','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:19:47'),('20b9a32e-38c9-4be0-b83a-28917e0021ec','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:40:56'),('20bd9e60-fa3e-4741-a7c6-73fac3afa96b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:35:52'),('20c27666-7d14-4748-ad72-6ad25b7cd325','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:13:38'),('20c69697-777c-4800-b9e6-33811ed6cd95','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:50'),('20d0ed50-b4b5-4e52-88f8-e61f2d6b12e9','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:40:42'),('20d40e2f-821c-439d-b6db-ba0fd27a4d34','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:54'),('20de7800-9fe5-4ff7-ab3f-b7493f309a3c','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CEM7dg-S6Y9ZKI8kHbV1wxG3ELRmmfwR4dizGhoGBLk','2022-02-23 13:59:36'),('20e22cb2-5a45-4df2-a634-4ac663862923','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 12:19:19'),('20ee3539-4497-41fc-8e74-866f64ffb9f9','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:10:58'),('20fbdfbd-3e9c-4430-8d11-94c2d72e0038','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:03'),('2103c976-660b-48a8-9135-c9d08ab983a9','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:15:48'),('21052440-3b53-4412-b729-d2c3fa650fa5','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:36:36'),('21052c87-70d7-4bc1-b6d4-a8d2bee1dd5f','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:36:01'),('21068b45-cd43-455a-b76a-e58439cf4ee6','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:19:56'),('211d8197-6512-456a-a900-9c85c148afa6','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:25:59'),('2124530e-9654-4ff0-b5eb-4565e56d0873','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:49:47'),('2128e2e8-6006-4511-955e-06646ca3ecd5','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:57'),('212d3895-adae-4891-998e-6b5ba59c8c7b','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:12:45'),('2132c47d-7fd1-46fa-929f-8f48f085cc16','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 12:19:19'),('213928dc-b52c-4d5f-a624-ebf7f126e6f3','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:51'),('213bf7fc-ff17-418b-92da-0bbc6303e207','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:36:40'),('2145356c-2eba-4561-b82a-cfdfad81894d','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:27:36'),('214bfc3b-866e-4d91-b713-f2318368ce4d','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('214d77d4-661c-4e20-bd64-d94f085fea0b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e47e5b5b-84bf-4e1a-a7dd-5c0447c08bbf] 开始执行任务(1):回收授权到期后应用','2022-02-23 00:38:03'),('2151ef26-ebfa-42e6-960e-e04c677927c9','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:40:56'),('21612368-5cde-4950-bef7-2897ab819651','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:05:33'),('21717e81-fa0a-4e5e-97dc-3bfc02075984','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:32:05'),('2177b86d-9338-42d5-b589-0d432ad35b0a','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.kcffT0-EJ2Z8cXJlKt5YdakiSOyDAZOBvVLGacoceEI','2022-02-24 01:53:55'),('2177e1c8-a60b-4fb5-91db-ddd1102400a2','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:01:13'),('218fad92-a879-4124-bded-64137b906b48','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 01:53:58'),('2191c73c-9277-4d2e-99e6-a863e14f4018','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cHe41YnvDaOzv5Tap2dXMK2VHJJXzwjPMbMz3fNseVk','2022-02-23 10:09:38'),('2194452b-7570-4e6f-9037-88a67c18562d','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.vuzrZYk09s5cZrdL0eLKXrHwruZU_Xt6HLB0_ldraTE','2022-02-23 11:04:28'),('21950842-d71c-42c7-bd91-550f8580ccea','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:53:57'),('2195a552-bd21-4c60-b323-978f6cdf524d','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:29'),('219d0fdd-3951-4180-876a-fb8ec2fcb49e','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:41'),('21a5a813-555f-452c-ba00-61643775e3ad','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:29:01'),('21b32d69-fbd5-4886-afa6-91a191d6460d','pULs4u4AGJww8LTWXMN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__vzHulAD3PA8U7mHfFkL/empty\",\"siteHttp\":\"10.10.100.175\",\"appId\":\"__ekbsagrjF60f5gJnBQQ\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612388184\",\"formId\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pULs4u4AGJww8LTWXMN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=value1参数值===》','2022-02-23 10:18:36'),('21b43661-a22f-41f7-beb3-44e2907613e7','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:00:56'),('21bb2c5f-b479-4d48-bb69-551363652bf6','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:40:28'),('21c0edc6-e635-4e09-84a1-57a0065fa714','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU4NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.VT0ngkosLotdNRN7-rzyf7xkP7Pd8jhINkBx6pGHbYs','2022-02-24 04:36:28'),('21cdfc2d-6fcc-4dfe-a656-f39701d0661c','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:45'),('21d5e5bc-a64b-4c6a-b573-cacd1eca7603','W8FntFJGjMppi0G011d','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"W8FntFJGjMppi0G011d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:41'),('21dcf0f2-1ed1-4f79-8ed7-f070460e6842','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 01:53:53'),('21dd627c-7359-44ca-8d19-a6d43627802d','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:39:14'),('21ec1bdb-433e-48a3-86a8-408d4ef5bb66','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:07:02'),('21ef27d1-7a27-4caa-8163-ff325a479134','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTg3NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qoFe9jhI9YmAHGxWDGeEfyrdLpyFqtawG1yGJe4uTzU','2022-02-23 12:18:00'),('21f9e1ed-4da1-45e5-a383-1b97ff9f48a8','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:25'),('21fa61af-6d76-4183-ad8c-41227ff4e714','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 01:53:55'),('22029844-cf6c-4048-9fbe-21d2d9934fc5','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 01:53:53'),('2209c641-d57f-4ebe-824e-d57153b43f5a','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:04:19'),('22124bcd-7a93-443f-bb5e-b47baa5b67ec','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:35'),('222603eb-7b09-4e37-a9a6-da899ff2d2dd','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:37:12'),('224c4fd3-0c49-4208-9bb0-b277e3ab9b19','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:55:19'),('2259bf5d-0894-4df8-97ab-d0603ff5521c','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:00:55'),('225fcca9-c1a1-494a-af05-47ff13794950','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:01:17'),('22658d75-5e86-4ac9-b4ce-a4b4b6901361','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:18:12'),('2269aa12-d338-421f-b961-365d1966d1e6','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:28:59'),('2270e29d-f1c4-4e32-90d2-627df5551b81','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:12:02'),('2279f046-151d-4577-8c46-9e7a8e7cc2a4','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:09:17'),('22af7c43-6fa8-445e-9467-aaf8ccf3f49f','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:47'),('22b03059-98ac-4924-b10c-b5ad4956ac5f','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:37:53'),('22b09aa7-9776-4c9a-8d35-3f25d4c26c9e','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:49'),('22bdb365-1191-4573-bbdb-d8484e7a587a','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:04:10'),('22bf4b4d-3447-4971-925a-147ec43bdbd3','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:49:05'),('22c6e7c3-5e76-459f-8115-cc101d704ef2','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:55'),('22caaa3c-632a-4bb3-99b9-8eebcc04a62a','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('22d81637-4560-4d02-b565-d7bf84266aa3','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:09:17'),('22dcbc0d-0afb-4c0e-b8ba-fac5661e39af','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:02:50'),('22e6099a-1dec-4414-bc5f-ed63af248a4c','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:07:42'),('22f8c0cf-38bb-4aa8-8114-197f43267a14','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:35'),('2301bfd5-19e6-4685-bdae-c8bc79f4f3bb','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:30'),('231c2d7c-3189-4c6e-97ee-63d82d65f0a5','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('2337f9d7-6387-430e-8c5d-dc85a294f045','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:35:22'),('235859e9-a2ef-4245-b405-f81e59aed2b8','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:14:44'),('235dcd32-a6f7-4e6a-9078-86f6009a77ef','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:51:44'),('235e8126-5c47-4e91-81dc-e9e2889e3941','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:45:00'),('2360999b-f301-4d6a-a498-804891670507','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:41:48'),('2366819c-5d8a-4546-b5ad-a3742f0d2775','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:49:42'),('236697fb-8872-40da-b168-de69242f329a','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:58:00'),('2367e346-91e9-4f85-85ad-25a72aaf9637','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.vZTFZuwRuXBiE9FbUveyNZfG56IiYR9jhvXdGlQyExg','2022-02-23 11:00:59'),('236cdbaa-73a1-42a3-89b2-98797b752202','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:58:31'),('236d387a-5ad7-4ab1-8e5d-ed4cc24a7400','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:55:43'),('236f4092-a14a-48c7-9188-f1c73e6bee24','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:05:33'),('23820001-1caf-4bdc-9950-59cdc2d4fad8','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:59:37'),('23837f85-e939-48bd-9df3-08cdfb3237d1','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:19:56'),('2385b599-21bc-4b16-863b-48f291186048','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:39:12'),('239659eb-533a-4a2c-8a2a-d1c3212bfce2','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:25:59'),('23b07dc3-36dc-4d11-be37-b0902b5646d9','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:18:14'),('23c26740-d1f0-471e-a4c9-b1f4b862a951','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:30'),('23c67cce-556e-485a-8c98-d151aa510563','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.q3V11jXNGwnP7BI5oc8z5r4DlfbbjBnW-n1C_gvWWbg','2022-02-24 04:01:16'),('23ccdf22-add9-4790-ad83-04fffafdc1ea','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:36:37'),('23d2cae1-1feb-4dbd-9602-b93e57c71e59','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IXowPNRzng6XQEbQPHssXJ3xxiYek-k8hPAsyp6uXJU','2022-02-23 10:16:25'),('23da2a79-90ac-40c5-b08a-90f3d97bb2cc','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:07:02'),('23de74f7-2648-4462-8a77-b86b8ec8befb','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 01:53:53'),('23e047fa-12c7-409a-abd6-2fcf3b83b326','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:13:42'),('23e42bc5-73b1-44fc-8880-50f0f10a7aab','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxNSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.71MCvsMiKheL1X-F9U9YsX1AywvvHdBthzM3TmUuEOg','2022-02-24 06:46:59'),('23e9ecfe-91f6-4b3d-bc35-998fb01683dd','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:09:38'),('23f0f02a-1354-4ea8-b4f1-d04b3c8d2462','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 07:15:44'),('23f63bde-81d4-4dba-9a06-13d275844c23','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('2404fcef-ca1c-465b-ade1-0b9259100bf8','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:12:45'),('24056388-07a5-4d62-a7f7-29ea82bec91c','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:19:56'),('240f7ce3-0667-494d-b1c4-f7506d53410c','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:59'),('2415c8c2-2d43-4f78-b442-9b455122e5d6','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:41:52'),('24204c65-c6d3-4e50-934c-069f978df000','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:13:05'),('2422dc8a-0b20-4371-a3be-ec2643ed5265','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:09:15'),('24309898-d690-440c-af81-6ddad5befd6f','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:39:02'),('24324924-f70b-4378-91f6-dbca3030d8a6','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:05:33'),('24370efc-e667-470a-a442-a3524c4dcc4e','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('24375e04-4d63-4345-9920-6c1be5d0dbe7','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:53:57'),('24384225-0705-4196-9119-640f06a8beb3','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:53:13'),('2450017a-7db2-4b48-b5a9-bdec6d3036c9','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('24504a62-5a3c-4e42-8aa0-97f5ae431234','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:58:15'),('2477f678-6a16-4f51-8bab-ba0b42196248','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:19:47'),('24835a27-fd19-4e88-9791-ce6653d6a8b0','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:10:56'),('24940e85-6b1d-4b44-a7d2-72fd38b202ef','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:47:16'),('24a3f30c-201b-428c-998b-c623f1cd62c1','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:39:10'),('24a839a2-65bd-49a1-b49e-c185e5060b51','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[63dc06ef-0af0-42bd-8b48-d035e00a5542] 开始执行任务(1):回收授权到期后应用','2022-02-22 17:58:03'),('24bce861-0c25-4ee6-b6ad-f1e1141ad5e4','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__10oAyTVxwOhXa88v1Bk','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__10oAyTVxwOhXa88v1Bk/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__pIGUuTBCIzXZvRcob8K&opentarget=detail&linkType=01','2022-02-24 04:01:31'),('24cf1114-040c-4a28-bb09-415ec97fc6d2','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:31:52'),('24d678c9-a316-46bb-9c73-292f96d9dbde','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:28:15'),('24e75336-b5b5-491d-bb8a-3382c8049a60','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:13:09'),('24eb06d9-ad0b-401f-a158-0c8dbfcebe89','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:38:19'),('251647d8-7e4e-495c-8975-a7c0fab20ef7','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:27:38'),('252302a1-876e-4b9a-b441-a87755d40efe','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:12:45'),('252a80ab-1c79-41b6-8de1-d7e69ef25333','whDug4EWpNepKdHFOLX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"whDug4EWpNepKdHFOLX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:10:07'),('25348327-3b78-40d5-8265-f64ce9797ace','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:39:02'),('2541b961-54c5-4664-a6db-a0f08090886f','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:46:05'),('254b649a-49e7-4c0c-8462-a67c1ce9086f','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 02:15:43'),('254ef183-b2c2-4c50-9afe-807583ecf4b2','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:10:57'),('2553343f-212a-41dd-a8b7-219936c0c80f','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:05:42'),('2553f7d0-344d-4a1a-beba-e1ba201b491a','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:53:16'),('255e43e4-0bb7-4895-ac0f-f63454abc367','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:15:46'),('25654c76-095b-4271-b74d-cc69e2a9c4ec','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:47:16'),('256e3a6a-8b0c-41ec-a1fa-b3fe4f6e1708','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:41'),('256fd669-07dc-4392-ad97-de82682d42cc','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:53:57'),('2575f843-e009-4da3-b1fa-702de2f8e028','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:55:43'),('257af69d-8c7a-4d53-a9d3-0592f82a216a','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:58:00'),('258b74a6-59b4-470a-8d38-6aa38cd54060','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:54:03'),('258f56ba-5eb1-4e09-b6f7-2f125a5c28f3','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('25a3b8a5-e63c-409b-a88c-06163ddc042a','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:09'),('25bcb379-edf4-41ce-bff2-c66d898b25ab','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:51:44'),('25c2ffe7-8301-4d91-966c-e0de56e52d7b','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:00:35'),('25c6044c-7114-482a-94e4-0dbe166c5371','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:40:56'),('25ebf0fb-1a48-4bad-9c35-5a82e6c80a14','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:46:05'),('25f46a39-1fbf-429b-bdf7-d25eb72f35ad','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:01:13'),('25fd0cd5-8f51-4c49-b5bf-cb3f798ab250','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__aDZwv5jkfCmg2mkHMUI&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('2600599a-9046-47ca-91f1-97b2283ca309','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:01:49'),('26065c26-c977-4c57-8914-9200819a97d6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1b63b92d-8661-4630-ae38-753cc61dbff0] 开始执行任务(1):回收授权到期后应用','2022-02-22 20:18:03'),('260826c3-dca0-4ae6-a066-a33de4b44787','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:09:38'),('261c2473-7d99-4620-aca6-26ac3a777f1d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[68a8b044-38b5-4436-b05f-283d774b40cd] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 09:16:03'),('26227acb-1d23-4392-a82e-77dd9bcfcf89','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:51:44'),('26229973-a1c9-4aab-94c8-2a7e98d1cf4d','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:25:21'),('2625921d-77e1-4074-96c0-97e824273285','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 07:15:43'),('262cf5f5-7352-4696-9bc3-8696d79ff79e','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:52'),('262dbaba-c936-4970-a21b-f111438405a9','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:10:57'),('262ec5f3-d0fa-46b3-8b4f-fe2bbb9171a3','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 07:01:37'),('263f4182-eeeb-4cf3-b85d-835856fc7a68','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NkLTaVihcg0YJSEIS2cNghQHefJwtn15uz4yUefBVVQ','2022-02-23 11:02:52'),('2640f0ca-0739-44b1-9ee5-7dcccc540b4b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:16'),('264d6596-762b-47a8-8e59-5610eee96f6f','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:39:15'),('264ed80f-9f87-45a4-9ec9-0151d3791d2d','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('265703ec-ba6e-43a3-9e22-ef59d9467f7b','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:49:47'),('266c46f8-1eb9-4716-8578-d287be58e6d8','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:18:00'),('266ead77-c398-4d6b-ba10-4acc797bdc82','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:17:25'),('267798c0-485f-4b22-bc8a-f73a89dac479','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:07:14'),('2678c43c-a4c5-4541-aeb1-c96a4d260760','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:02:34'),('2678e572-dbfc-45ef-925b-201aee3f113c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:34'),('26894b17-67db-48c8-bec0-d486f4c87b65','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:08'),('268c449d-066a-4445-ae53-eb95ce404f76','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:38:29'),('26935cd9-9fb0-4a6d-8d41-2b4fd1f5df61','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:25'),('26a211fc-d671-45d3-a884-82111f6f448f','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:19:47'),('26a6c875-5f5a-48ac-9e21-09f9f65592c6','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OKVJ4cS5h_xrTlNKVI-htV34SnbjFWs8mdunU3Phv80','2022-02-23 10:35:17'),('26b38ade-2457-4ab0-8298-30a521cc954f','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:40:56'),('26b42d51-ffed-44b2-8a41-4922e642293b','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:47'),('26bb3144-3498-4cbe-83b2-d50f426124d6','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:48:21'),('26d3b767-5f82-48fb-bd21-d6f848a40f0e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:24'),('26f00a7f-92ac-41c3-9120-aee61fdbe497','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:46:05'),('26f0d324-aae2-4ada-a15f-9bd42c4dc1db','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('26f7d13a-2b98-430b-8da2-b0021b772255','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU4OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NdLmo0CwfAruhBTT01NIsFNEZnv4j36zhslVFA11rDI','2022-02-24 04:36:33'),('27026987-60ec-4708-b712-e12bacd03aa5','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:00:55'),('27190711-5826-450a-95e9-6ac2a43e7df7','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('271f4d3d-70c2-4975-9d35-d01dbca75a6b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qlBeca76-4vY9QQXzOvaCX5SP2z-ml9EHz0uvQKOZEM','2022-02-23 09:47:17'),('2720d90b-8874-484d-97cb-4c88d5dcd71e','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:09:36'),('2723bf04-45d0-4adc-9708-fe38b6c52608','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:13:38'),('273d3005-1fbc-4699-94ad-f0c0a40937d4','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:13:49'),('274aeb0a-f476-4b2b-99e6-ac16e3e8a34e','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:36:40'),('27527668-816f-487c-b5d9-b4e4984fa7b3','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:01:16'),('27593e5f-41f6-42b0-8b75-b8805d21fc98','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:36:01'),('277c8325-912d-43af-907f-221f88f6ce04','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:51:46'),('27871df7-db7e-4864-a995-707462299cd5','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:13'),('278d4dfe-c3c8-45ce-94f4-7147f39f6356','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:07:30'),('27a23148-37b1-4552-b55c-bb3438f7b268','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('27a4a1e8-ad69-448d-81c5-4020dd572848','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:04:44'),('27a99635-de1c-4196-9398-ed68ba56bcdc','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:36:28'),('27c189ff-52a1-4152-9958-5c037b305e8a','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:15'),('27c51113-ca9f-4d5f-92b3-e0201437e695','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:19:56'),('27cad8a4-cf80-4b5c-8585-6556deb0f009','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:59'),('27cf0aea-faed-465f-81f9-6bdcfcdd4b10','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3ea58829-79fa-416c-867b-d751aeb1df1c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 05:19:03'),('27d49d0d-4566-4b96-82d6-7c180722ed86','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:55:43'),('27d85e6d-3ec0-471b-b33e-c576d1e3f3d4','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:34'),('27e03034-bfd6-4c7b-8a47-3d05b0b231bd','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:49'),('27e09bf5-dc26-44bc-b2b3-95eae43c23d1','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 09:49:13'),('27ee2183-b22a-4aa7-afa3-e8fa4292cb21','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:41:04'),('27f0f7f1-689d-4cb4-a536-75050ddf5927','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:04:19'),('27f996a3-c013-4fa0-bdd4-519a7e171b2c','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:14:59'),('27fdd896-bce5-4434-a5a1-c24df4bb0249','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:07:02'),('280320ca-2422-46ac-8991-5f4496881fec','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('28045e50-f949-4781-934a-74d39b825ced','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxNCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.EP8gBU5Wt_U5xyp65nw3VxFI3t2tHQw741CgDiRbGBc','2022-02-24 06:46:58'),('28061335-a88f-4e9b-a941-e49339a81c78','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:27:36'),('2811238a-4290-4dad-adb2-fde0b5a76353','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:25:59'),('2814d1a1-5369-4776-bdf7-6be0028da98c','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:36:25'),('281cd34a-b8d2-49b9-b887-228065bcb3aa','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:52'),('28287dfd-1beb-498f-a25a-017e8eb80e14','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:41:17'),('282fb807-d3c8-4487-ab81-702caf114c10','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:36:01'),('28347298-1fe7-44e8-bd28-e7382603f1e7','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('2838557b-3562-4152-9320-f4ffbf77f4eb','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:35:52'),('28438163-5974-4299-be02-c133a5e0ad66','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('285cd5fa-5f2c-4fc6-9d51-462d39ffb420','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:07:02'),('2861db97-671c-4ad4-aefb-5ce3db12dd8c','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.vuzrZYk09s5cZrdL0eLKXrHwruZU_Xt6HLB0_ldraTE','2022-02-23 11:04:28'),('2872eb87-0e8b-4f0c-a8eb-70cce05c18b1','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:36:36'),('2873b230-f974-43fc-946f-5978f103ce45','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:48'),('2879c835-6590-44a3-a5f8-62afc0489342','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('287cfcae-06f8-4331-a3fa-4542b8a5c433','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:02:52'),('287da23d-9e7f-464b-9c20-1cf79c8573d4','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:41'),('288d8e02-5bb8-46d9-bed7-2288000b136e','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 01:54:00'),('28944807-a8a4-4f00-9699-cfff94ffb080','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:41'),('289c9e82-c01b-4d3a-aefc-0889d5459729','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTQyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-3CAcfKEtBSIooSs5rZd5Np3m6CcAe3Dzb7wHja5kmc','2022-02-23 10:30:25'),('28a94c64-f9a3-4a74-b319-97871f9a7758','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:55'),('28aad71d-8afe-42ff-b3b2-096f863bd78b','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:27:58'),('28bea92d-0fcc-4a82-955f-5956db4a4fb4','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:36:01'),('28cf2ed7-447a-4588-be90-0e2e493390c5','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:47:50'),('28d424fb-2a61-4f58-8e6e-6c679df68020','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('28ddf238-d39d-4df9-85fa-eaa3a5fcb0d7','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:27:36'),('28e2cdec-aec4-41e1-be5f-2ca2e43bacbe','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 13:08:25'),('28e478bd-758a-493e-9e34-9d2771b9681c','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:01:17'),('28f959f3-d253-4dcf-b6ae-4798efb7cd37','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:12:45'),('29028833-e01f-4b14-a08e-72bdad59a3c7','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:30'),('29105c42-2cc5-4aaa-b744-b9083996feb0','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:08:25'),('291bf0bc-7fed-4fa8-b5c3-acba17918a33','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:38:30'),('294382bd-42a3-4dd1-8a6e-2f38a160a486','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:05:42'),('29445481-4a31-42a1-85a2-638999d3f341','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:40:24'),('29474f5b-3c04-40f5-b7f1-68ff34bf974c','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:57:56'),('2948c172-8dbf-4d05-ad06-3d746b05a005','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:41:51'),('294b32cf-cb58-4e5c-b1fb-a79a06c63992','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f05e5275-4d59-4e15-95a1-08bb23c33616] 开始执行任务(1):回收授权到期后应用','2022-02-23 00:58:03'),('295489ba-aa6b-43bb-b0d6-1f0f5a914fee','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:35:22'),('295cb95b-4d65-4dc6-9203-b04447c9cbb7','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:37:08'),('2965f7b0-89fc-4f81-87d4-d33f145aa1a0','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:39:10'),('296a737a-d4ae-49ac-b9b9-3d3ccaf950de','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:19'),('296e70c4-d840-4865-9102-2d7c5f4a1688','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9f95b345-9b73-495a-a81a-1f5b1e7c4774] 开始执行任务(1):回收授权到期后应用','2022-02-23 00:18:03'),('29717615-86f7-43e2-bd64-df7bc19ee597','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[bec6bd3b-4c04-41c9-bf3c-d77e0d889da4] 开始执行任务(1):回收授权到期后应用','2022-02-23 22:19:03'),('2972e935-addf-4446-b957-d37df209e9f4','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:56'),('297dcc6f-c637-4677-8395-feda635aa37d','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:15:46'),('2987cb11-01a0-41f7-850f-d3ed52c8d20a','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:00:38'),('2988a42a-76fd-464b-92d2-24f78ec18303','1nOPoAOBJRIPZ5JSQrl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1nOPoAOBJRIPZ5JSQrl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:02:34'),('298d9b23-71e4-4e29-b36b-7760373419df','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:55:46'),('29946133-07d8-4908-ae2e-cce7eb1c4646','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 07:15:43'),('299a15bd-356f-413f-a30c-3e3128b3ecc2','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjU0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xTWX4PZYEx3mqnIMBEXrDw1JL6VVZ4l55OS0B8ZCrMg','2022-02-23 10:49:05'),('29a88fa3-6b9e-4f1b-adf4-67639e00d52f','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:19'),('29b2e360-96ed-4da5-9d73-0bded2632305','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:51:46'),('29b38d9c-f2ea-4a20-bf98-e1f3384cb554','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:27:36'),('29c14e5b-62cd-4cf1-966c-40cebdcf73ce','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[02f5ca5f-e2b9-4e42-9c26-b303530b91f1] 开始执行任务(1):回收授权到期后应用','2022-02-22 13:38:03'),('29d2f971-3ad2-45cb-b194-769c847fca57','PgYHIupMoJjb51ucmhx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PgYHIupMoJjb51ucmhx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:27:36'),('29d72d1f-d263-4d10-82bd-d1138452f7c2','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:03:11'),('29e49daf-cd3c-4b9c-98c8-bbe6b3553436','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:49'),('29ea9f48-3583-4288-8f11-7a2b59b7eed8','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:00:55'),('29f5bd11-dd12-44ad-b9d8-2ea3e0d77fa0','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:38:48'),('29fa141d-e684-4d17-8a64-fcb5849b499c','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:27:58'),('29fe02d3-7379-45b2-973b-6a73c704cf05','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:35'),('2a043108-6fcf-49ff-bfe3-11043ef0c4c1','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('2a0c8e13-81ba-4de5-b8b0-ca8d46276e68','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:30:43'),('2a124ec0-6a07-4281-addd-870ee21d03a7','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 12:49:41'),('2a17c607-6056-4f65-9721-fc39166990e9','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:03'),('2a2bd444-ced7-4574-93b2-9c6d3e000a39','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:14:42'),('2a3b76a4-1919-44d5-89a7-6e6acbdf9e8c','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:47'); INSERT INTO `sys_log` VALUES ('2a451722-9fa0-4d6e-8e4f-77e6f0679536','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:55:46'),('2a4f0c8e-be38-4a4f-b383-e791c4065c65','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:17:25'),('2a4f16c4-d8b0-4287-9a2d-eef5814bad1b','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:47:27'),('2a5434b4-98e6-44d3-9253-467b88c636d3','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:49:16'),('2a6156ca-4be7-48cb-85f0-a277fa6a833f','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:36:44'),('2a6e1e8c-1fc0-4e5a-8a34-5eb87d778d03','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:39'),('2a8904a2-6e6d-4f8d-ac69-c81c137c0988','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:03:11'),('2a95421c-215a-49a3-9606-ba8bd963e171','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[02f5ca5f-e2b9-4e42-9c26-b303530b91f1] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 13:38:03'),('2aa93966-2fa0-4bac-903a-36d513768173','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 2','2022-02-23 09:09:36'),('2abb5a6c-eaca-4678-a2f9-5689eb90b4a5','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:25:21'),('2ac64505-d63f-461c-b805-feeddb3b32b8','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:51:44'),('2ac6a355-dd8b-4d35-b91d-0c37b6813774','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"798\",\"Authorization_state\":\"有效\",\"docId\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"Authorized_person\":\"管理员\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/documents/owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"authorization_app\":\"__h0fxOYBf2gPKGICatmN;__uJkyRTCtNDbMdPcF0iy;__10oAyTVxwOhXa88v1Bk;__pw297UAJJgIBF9xBtmW;__ZVCG1EamEdKwqHCeYPW;__Ft6x03HlRb0NtEQpVml;__xkeybkGaZa1SboC9GL1;__ekbsagrjF60f5gJnBQQ\",\"Authorized_time\":\"2022-02-23\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"beginTime\":\"2022-01-11\",\"Authorization_method\":\"m1\",\"docid\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"PUT\",\"organization_name\":\"融通服务公司\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"permanentAuthorization\":\"0\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"organization_id\":\"Ncf9WcLd8Nvf64A3vW5\",\"endTime\":\"2025-02-17\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=撤销测试flagc---','2022-02-23 10:27:15'),('2ac783f4-cb6c-43df-980b-4233d5cf33a7','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:37:12'),('2ac79b90-0da4-4f60-8f1d-c52193102ca5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3f437afb-2c54-436f-9930-e0b8550aefaf] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 13:59:03'),('2acff4f0-6a55-4f8b-bae5-f0a2f3c60021','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:05:40'),('2ad13bc8-6806-46a6-9065-6ee9f4ef47b1','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 12:49:41'),('2ad46fc9-70b5-4a8f-be7c-93b4aadc488a','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:18:00'),('2ada659d-eaf2-4680-8bcd-fa18de8e75aa','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 02:15:43'),('2ae524df-0b96-44b8-9e6b-543a8886f4d7','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:40:24'),('2af1176d-04b5-41d4-8385-bfa61966ffc7','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:58:15'),('2b0c811c-12ce-45f6-8e15-942dc1944f9a','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:54'),('2b118fee-1b00-409f-87b8-3fcd0e03787e','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('2b13375e-6c48-4243-be5d-dcc3db4de3cb','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:53:16'),('2b22c65c-f6c8-4412-bfe2-f2c6baf1af99','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:37:57'),('2b34328c-403c-4310-bd96-f13ccc0930f9','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:01:17'),('2b4a04f4-5746-4f80-99bb-748c5d664876','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:40:56'),('2b520fcb-22e9-4cfb-975b-52cbf977a617','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:51:44'),('2b6c768e-e8a6-4dcc-915c-2316bdc0c74c','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__h0fxOYBf2gPKGICatmN','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__h0fxOYBf2gPKGICatmN/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Ou1Ofd1H2U1wSXITQC1&opentarget=detail&linkType=01','2022-02-24 07:15:44'),('2b6eb11e-4c16-4400-837b-638cc3241bb9','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:38:48'),('2b72528a-53db-4acc-b4c3-482d356d4cc5','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:53:13'),('2b744735-a8d5-45d2-b30f-a06479830a6a','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ov3kIlh4nUGkzywTKVhhhHmY_AWVHKrVprBxbINcRf0','2022-02-23 13:10:57'),('2b994593-2079-46e0-8170-d79fd327809f','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjMwNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Kc2wpxIXjlTuQl69FKJVNzCmHe96AhvYaM9l2Q4kij4','2022-02-23 09:38:29'),('2ba1aee6-19f2-4c0d-882f-f3a8b234e23e','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:11:48'),('2ba699ce-dbe0-4fb2-b9ff-0a0cd5539263','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:10:57'),('2baa4603-08be-4f9b-8fca-a08f50cd253b','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:53:25'),('2bad90f1-fc11-487b-961f-ecbe6d5ee538','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:58:00'),('2bc247cd-9a60-4795-9d9d-748cad944a2d','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE1OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DogQvyffCN5cKX-Qkiu5CqIk2rQfNqu-7sxa5kJdRX4','2022-02-23 09:36:01'),('2bcff5fd-b16b-42a7-a60a-354ba684d0e6','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:49:13'),('2bd12d2b-8f53-46c5-b1e7-7e33ca611877','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:05:42'),('2bdec91d-73b4-48ba-b493-3aa0faefb503','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:01:49'),('2be1bab5-003e-4a1a-80f4-1397a3b86065','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('2be8815f-8549-451e-afd6-dec4d80cdc16','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:16'),('2bec4937-3842-4a4b-be10-abd872b4f697','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:38:27'),('2bed792f-9811-42f4-b453-bf66d5c0b705','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:27:58'),('2bf155e9-61d8-4bd9-8cdd-4c58e35c34b9','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__hyLXrVlltH9vENSgz0O\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"search_creditCode\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__hyLXrVlltH9vENSgz0O/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"30\",\"_viewid\":\"__hyLXrVlltH9vENSgz0O\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"_fieldid\":\"\",\"search_ID\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=','2022-02-23 09:36:28'),('2c01cf8a-c661-4eae-8ca8-714d1aa49200','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:00:35'),('2c041bdf-8fd1-476d-a5f2-32a7c7c6faea','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:14:44'),('2c1a5f7f-ea21-4182-a0d8-acc2c4b18f3b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[85066598-2135-4548-adc6-b229d93bf319] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 03:56:02'),('2c1b3f6c-aef8-45ff-bd56-f8c5d4192d6d','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('2c35a416-32bc-43c7-bed1-8d4436d35298','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:59'),('2c3b2540-c21b-4701-8b85-44b13174ab2c','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:39:10'),('2c47372a-0b0e-4ee0-b180-85ffe5a8437e','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:05:33'),('2c4a52fe-db97-4ee5-8c90-cfec6c0ff024','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:54:03'),('2c4ed63c-baaf-464b-9f74-f3d29583a0d0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9708e5ab-e741-486c-92ba-0a8879719e27] 开始执行任务(1):回收授权到期后应用','2022-02-23 17:19:03'),('2c50f815-44ca-44f2-b503-b5ae702fd4b3','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:36:44'),('2c540e13-e303-4a41-884a-2f474b522e47','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:45'),('2c5e9d34-5ef5-445a-b8e5-f3226f8d9764','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7yNWQTwE0QKw2Mvasn6vmiQCyFKAU2PGZsyAdRQ8PJc','2022-02-24 04:13:19'),('2c648170-6c3c-4942-83a4-16c3ef7e4406','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:38:29'),('2c661d37-7c41-4776-9fdf-b9b3b8b5c5ab','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:24:02'),('2c748fdb-36bf-4dd5-a912-b5d668264e72','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:34'),('2c759794-d6c2-4273-b43e-5aad27809150','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:55:19'),('2c783d1a-8b26-460d-8c51-2ee27e5449a3','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:51:46'),('2c7b6482-c5c9-4f9d-ab15-3204ae8f655f','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:32:05'),('2c8035ee-88ce-4dbd-8752-90b3a98e6414','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:18:00'),('2c868f5d-7f0c-4b2b-87de-ca67651e1abb','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:38:19'),('2c879c7a-1b92-418d-ac28-5cc749d8b28f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[50a6cf30-8da6-45ac-9639-e558f8a6459c] 开始执行任务(1):回收防控指挥权限','2022-02-22 02:40:09'),('2ca33ed7-a843-4cf1-8973-0833e54f8da7','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:46'),('2cb4267f-a3c9-464c-a1be-675743a6daac','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:01:37'),('2cb7e27e-b231-424c-b1fc-650a9640aaad','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:47'),('2cb96023-5c4b-4918-acf8-d7f61f6e5ae3','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:13'),('2cca68fc-9307-42a8-bfc0-3f93f95b9c08','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:51:46'),('2cdce4b1-f12c-4611-82cb-aad94f5c2d44','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:36:28'),('2cddb12f-b0ce-4489-98da-e22bd8aa35bf','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y0GLe7gBceOkpaFTgAw-LnyEi0KK3MDRBlGvsL1-8zk','2022-02-23 14:00:55'),('2ce72d8e-af35-4dae-9d92-073fc1911e8b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:31'),('2ced775b-c141-42c7-8dc0-44a67c451304','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:53:13'),('2cf17ad6-6bb5-4cff-b2c7-2f47e741f657','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:36:28'),('2cfdf68c-a09f-40c5-8492-e359071cbd7a','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:35:52'),('2cfffea8-7bb8-4a60-b113-cf3be98dc733','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:40:56'),('2d17867d-cad0-4181-812e-88e0b0b38709','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:53:36'),('2d21148b-6bec-4841-80e2-07071b3d0528','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:09:33'),('2d3c4bfe-9fd0-4469-8669-109e7a273f30','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b5eac4ca-8d2a-4695-86f6-05636cb2b26e] 开始执行任务(1):回收授权到期后应用','2022-02-24 01:39:03'),('2d456e27-c178-4dd6-8092-0ce3fc1ff24e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:28'),('2d4e87d2-a995-47c3-8144-3121f89c4e44','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:13:21'),('2d5da305-4557-4b52-a7aa-3ff264a991c3','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:49:05'),('2d7950e1-f161-4f4f-adc9-8033ae7f6746','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:56'),('2d7b2aa0-97ec-40af-b6a2-80ff7be23af8','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:27:58'),('2d809976-4b5f-4120-a67f-841e7cd7a926','aMYl2tZRCt6aLzGZK4X','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aMYl2tZRCt6aLzGZK4X\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:57'),('2d8a9a3c-075d-4f73-b1a9-da31786b6480','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 12:00:36'),('2d8f3adc-9782-4b1c-a7e8-2c81a9db0d16','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:24:02'),('2d9a0d78-d486-45e4-96cd-83faad6dfe36','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:58:04'),('2da8e94e-e0b4-44de-a97b-13225e0898c0','RbdeiZr3roBjoG1Pawx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614269058\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"RbdeiZr3roBjoG1Pawx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:49:57'),('2db8efb2-8682-4b64-9e49-c783eed84bed','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:53:25'),('2dbefc7d-c26c-40b6-8306-be32f106a398','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:10:58'),('2dc43aac-adf3-4ccc-80aa-ab056651c1d3','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 07:15:43'),('2de043d7-2ae1-40ae-9d0a-38fd434f2573','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[],\"message\":\"ok\",\"status\":0}','2022-02-24 06:46:59'),('2de53353-a456-4960-abdb-e109cafd0e40','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 01:53:55'),('2ded9230-9133-411e-b5a3-a2349f0db288','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:45'),('2deebfbb-724c-456b-ba86-66dd74409ee7','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[],\"message\":\"ok\",\"status\":0}','2022-02-24 06:46:58'),('2e0fef63-ab37-4162-b491-f52ae79e90cd','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 12:19:19'),('2e1f7402-9502-441f-870f-305cba5d5701','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:55:37'),('2e22c6c9-2531-40ff-b3e4-63d8690a8dd9','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:59:38'),('2e28aff8-46f2-463c-b1c7-58475c845ff9','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:28:15'),('2e364b07-f897-4bea-b19b-1b7b06195029','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:27:33'),('2e3e05b9-6a9f-4b6b-b8a6-8dd5205ee286','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:45'),('2e415d14-850d-4063-8629-19f193c75c08','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:05:39'),('2e4350b7-d9aa-4da5-8792-b006b4c0cc32','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:25:21'),('2e55c29d-192b-43e5-aed2-58651ff9bace','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:52'),('2e618646-91eb-4157-b3d1-5224fa32186c','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('2e72346c-970a-473a-b8cc-93762519c3a8','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:35:52'),('2e807148-8028-4cff-a473-fda70ed88c8e','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('2e8b6f9a-150b-4f60-bc7c-9aeacd0902c7','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:09:38'),('2e93e99d-cf79-4a8c-a40c-b5c4cd1a25b9','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:58:30'),('2e94334b-fbf2-4c98-819b-3e72572b3ea5','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:49'),('2e946d2e-5b41-48ea-8091-0b336fce6391','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:16'),('2e96ee25-c1ae-4d15-ad83-429177ab703b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:18'),('2e97ecaf-3af1-46ca-8a3a-07b36e7b6a36','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:36:33'),('2e9da7c8-449d-496d-aa89-05a0fb1ae0ed','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:13:48'),('2eadb9b4-24d0-4e8a-8e37-b13cf6bc5d69','5GB7Sqzqw9uqcdLyS1s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5GB7Sqzqw9uqcdLyS1s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:06:24'),('2eb17b5d-7bcf-4436-893e-9623eaf63ced','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:35:52'),('2ec149c0-14a0-4a59-9ddd-98dd6ef13863','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:35:52'),('2eca944a-1644-4772-aa82-cae976c435cb','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:25'),('2ece8a95-4fc8-46b4-9b14-786eb47a0643','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:47:22'),('2ed00824-9b1f-43fb-b89a-aa208c088e81','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:27:27'),('2ed1ba16-330d-4d94-8b80-24d421b303ea','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:01:49'),('2ed8d1fe-6b12-48e1-82c5-c2b935b4a89f','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:48'),('2ee4f32a-3939-4f1a-95f9-b1c446716e84','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:03:11'),('2ee93270-f177-42f3-8661-e09623b5f704','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9b344e67-f1ee-4f2f-94f5-e1f5fd8751ec] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 13:19:03'),('2eec22c5-dd38-4584-88b0-a52b8d08a232','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:49:47'),('2ef741e7-f93c-4a91-8072-8cea34b77212','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:25'),('2f050522-d459-453a-b907-2aebfa165633','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:11:49'),('2f0a0358-f6af-4916-bd73-f381489548a4','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:59:50'),('2f1fe426-e034-4572-aff1-fb1f042eeb08','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:07:42'),('2f203f81-94ec-4b94-afbe-5bed7898fc82','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:05:33'),('2f3084a0-b84a-4d45-a856-cd77ef600554','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:04:28'),('2f30f1c2-e38a-4e10-8f03-4ce9633a6a2d','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:25:22'),('2f33f4cf-988c-45c3-bba5-c995337af1b0','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('2f4acd75-59cf-4c13-9ace-7646b071ba22','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:04:10'),('2f51c294-78d9-4758-89ff-f0e55d94c277','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:19:47'),('2f5ac5f3-80ea-49ed-bfff-c425f74cf5a0','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:53:36'),('2f78e7fa-266a-4753-8c4a-77e8d10950c1','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:25:21'),('2f83f3b1-2a6a-41f6-9805-73a66b8e8a37','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('2f89f1d7-3e23-432d-a7bf-28a34c3b962c','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:47:27'),('2f9b6ded-58fd-4bae-9a6d-ebe7af98855b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:09'),('2fb9107f-c576-4b94-805f-8e15e1ee80ff','B3hKjshqMvOSfahM8P8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614708801\",\"docid\":\"BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"B3hKjshqMvOSfahM8P8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:17'),('2fc89c40-74e1-455d-9fe6-69237b8e7ce2','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9ApOZbgwRfL5Dx79uQzu0qS4Zh5wTfpb5wqWgd7XoJA','2022-02-23 13:57:56'),('2fd15e6f-5bd8-4d87-971a-ef536049643c','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:58:15'),('2fd8351b-524a-4b39-95c0-46474481ac6c','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rezef5hBYVZPpM2A4C0vB7u8i-5bbAqN8-te_LgDvT0','2022-02-23 10:05:40'),('2fe9eb92-8633-4e91-887c-21df4272df92','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:58:15'),('2fec3081-2f20-45ad-b112-5966767a62c5','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:36:36'),('2ffe2ba3-5e95-4b90-a24f-e10f225afd97','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[433faa20-ca82-4807-90dd-dbe3ff22cb07] 开始执行任务(1):回收授权到期后应用','2022-02-22 05:36:03'),('30082ad9-d63f-4f30-b9a0-d4c6029d34d2','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:13:05'),('300c96fe-a7f8-4801-8966-64956d79e1da','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:12:45'),('300d5575-d6bc-45a2-945b-00d5003b6f02','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e83d9c65-b9b5-46b3-9d4d-a393f21a2e6f] 开始执行任务(1):回收授权到期后应用','2022-02-22 02:35:03'),('30153765-56e9-467b-b81b-689a576d4c47','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 01:53:58'),('3015d807-ee62-4712-b5ea-a9b65e1d2cd3','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:38'),('30177920-c4e7-4c0f-b0a2-6b4e7e6cd90b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d12238f7-74e4-437b-abbb-5ef0ac6143c0] 开始执行任务(1):回收授权到期后应用','2022-02-22 14:38:02'),('30205d95-620b-4e30-b5bd-3a5f5c79f189','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:53:25'),('3022b9ee-8494-4fcd-b51b-f1b8e3f4aa67','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[85066598-2135-4548-adc6-b229d93bf319] 开始执行任务(1):回收授权到期后应用','2022-02-22 03:56:02'),('302404b9-7408-469b-b0ac-031fe1bbe060','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('30289a8f-b6b9-4454-b1de-a51c1e7de334','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:01:16'),('302afd0b-a016-4e61-b751-5e4f34114438','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:39:10'),('302ba200-a4f1-4f94-92eb-df8c88b443fd','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:04:28'),('3036958e-1a94-433f-a346-d0e63170ae78','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:17:25'),('3044b152-fd1a-4655-96e6-a9eda52659ff','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:00:56'),('304601d6-060a-4bec-a9c8-9ff89e34a582','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:40:22'),('3046e51e-481e-4325-95c0-283c900670c3','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:08:27'),('3049dddc-12bd-4939-a932-684501c0da21','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:24:02'),('305381d1-7b76-4bc0-8f75-37d66ef9c5d4','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:00:35'),('30581941-2f0b-4511-b5a7-85086d67e7f7','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:54'),('307bc5b9-d36c-4d48-a94f-76e682b8e6d4','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:47'),('307c4c55-6e99-4c86-91db-dfe1d452b5e5','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:02'),('3085034b-b55e-443e-b230-1350ac8b869f','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:43:30'),('3088e51a-3ae1-4a18-9aed-8653efdb332e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NkLTaVihcg0YJSEIS2cNghQHefJwtn15uz4yUefBVVQ','2022-02-23 11:02:52'),('308c56ad-d62f-4c3d-ba24-69b57f273e5c','1nOPoAOBJRIPZ5JSQrl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1nOPoAOBJRIPZ5JSQrl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:34'),('30a5f6dd-3f7c-481c-ab19-5acfc04e1918','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:28:39'),('30a78280-2d43-4cfb-acf8-5519155c2760','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:15'),('30abffc1-e245-4b9c-8ea5-4abb617d21d9','5GB7Sqzqw9uqcdLyS1s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5GB7Sqzqw9uqcdLyS1s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:06:24'),('30c4b767-4bdf-40d1-8718-0f00225397b1','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzIyMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bAIzNMIE3FqoOtXT6KGEjEq6Plu65L8ibC3kYZKJYhI','2022-02-24 03:40:24'),('30dac968-e28a-4a88-a704-191bde327a09','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:47'),('30dad066-f416-4c23-9bca-c019c5faa380','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:09:17'),('30e432c2-f74d-4bec-964c-68e40df0df3c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[67318ce8-e31b-4d36-bda5-f42c694182b2] 开始执行任务(1):回收防控指挥权限','2022-02-22 02:52:09'),('30e9dbd7-cceb-4852-a56f-2bde5cf8e095','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:52'),('30eb7a8f-5bdd-4be2-869a-17599c6a6701','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:36:44'),('30f6f55d-70e5-455c-868c-4369f0a34f1d','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:25:21'),('30f8bbe1-c3fa-4060-9553-5ffc5cdcc40b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:13:48'),('310d0b75-199b-4ff3-a953-d2a409e67449','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:24:02'),('310e7c1a-62ce-4595-86c1-f4bda18b74d9','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMTI2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.onZRPOHFs647unlrUbJG7zbPN6LOb2Gd4KNJXcoZyRc','2022-02-24 04:47:52'),('3119b350-5b30-4f2f-a1e5-562af66bd380','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:19'),('31261dec-aa2e-4659-91d4-95edc9f08701','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:01:16'),('31295268-0374-4ef8-aba0-680ad4f5d24b','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:09:15'),('313faaa6-c3cc-4fbd-b98a-a8a266d5fb3b','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:37:12'),('314de7c3-817e-4352-92c7-642a0795f9aa','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:59'),('314e01d1-e6f0-4553-af28-28fbd3c38592','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:08:27'),('315433ba-a08f-4c15-b26f-1d4d7b4081ab','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:28:39'),('316d0eb4-ec43-4ab5-8140-8ad174929149','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 01:53:53'),('3187e511-dd39-4545-97b2-3f018220c7e8','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:35:52'),('318f5dee-2c06-4655-a141-81a3a3515fdd','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Z0CGOfatwFKEez5ZiRM&opentarget=detail&linkType=01','2022-02-23 11:02:54'),('319f7d11-fab1-48e0-b681-1c403f486a3f','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:15'),('31a08481-59b9-4aad-b3ad-75dad6611fce','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:32:05'),('31a0b3e6-e6f2-4af9-bd32-4f87f37d9e64','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:00:35'),('31a25a93-ec66-470a-87ee-54cb804c39d3','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:41:04'),('31a60438-09e7-4f39-bb68-24126ecb0727','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:00:35'),('31a9e0ac-643b-4dab-8073-792eea339ed1','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:55:37'),('31bf5f9b-92ae-49ba-afea-61d237a88dba','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:15:48'),('31c544e0-ae4b-4d3a-889d-200e31041be1','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('31c6679d-7c4d-43fa-a764-037bf34ccdd1','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 07:15:43'),('31cd6325-9ed7-4baa-944d-1e3b2f529acf','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:09:30'),('31da467c-852c-4e34-8eb6-ccce62c42529','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:39:12'),('31e75f53-89ef-4eb0-b2b4-91c585989298','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:40:52'),('31ec8a3d-de3b-48f8-b206-43da01550acb','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:19:47'),('3211d3ce-7ff9-425d-9637-bf2ebde7df81','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:47'),('321b96e0-74f1-4440-9604-debd146be975','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('323001fc-7cfa-4601-8539-2b71aff8c75b','ydJ5hlN6KcrlMOIquIH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ydJ5hlN6KcrlMOIquIH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:02:45'),('323a3868-96a3-4f50-9b35-426f1fbd9a0d','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:41:17'),('323d0f3b-cf56-404d-a052-c707ed31b15e','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:13:21'),('323f0dca-0de0-44a3-8448-de13257eb7ff','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:09:38'),('3246ee16-9a44-4891-9f51-26df21132493','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:02:50'),('324f48e6-9486-41bf-84ec-3474a90714f9','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:26'),('3255e535-b6ee-46dd-a91b-ff1fb724082b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:53:16'),('3259524c-ec67-49f9-b6ef-bb76ca4311ce','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:49:41'),('32595760-6b55-4453-843f-1a86a5e927f8','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:14:44'),('325cf21b-af7e-4774-a467-74008adf2baa','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:40:49'),('325e70d4-60b6-4516-915f-25a89f3046bd','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:38:48'),('3263a7a6-95b7-40ab-9e60-b3674616bff4','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:25'),('3270c486-ba8d-44ac-a6a3-081dc8adf6ca','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:55:16'),('329b7414-5bc1-43a4-9290-3d8ea7fbdb7f','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:38'),('32afe1d2-a9a5-4c81-9baa-472d225a3bd1','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:30'),('32b38aa5-67f6-4fce-ad60-2e5126258a2b','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:02:52'),('32b6a5f7-bcf9-4898-ad1d-a8acf369cf86','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:45:02'),('32be9469-a174-4eb4-9c3b-d087861a2ed5','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:41'),('32c4950c-7a13-45e0-8305-005f5374989d','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:53:40'),('32cd2f22-fa71-4a2c-98fc-f29193992588','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:45:02'),('32cd8f87-e6cc-4f94-a2ab-29bb62745ada','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:49:16'),('32d2df73-89db-43bf-bdf9-cc787938d250','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:39:02'),('32d525a1-383e-4ee4-808c-e2a8bbc731e4','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:58:15'),('32da0505-5e24-462f-bf6f-b396832f026c','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:49:13'),('32e5b3b0-9256-443b-81ef-342f2093567c','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:15:48'),('32f6dbab-7d19-4c31-bf32-8a624f20807e','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WxfNdh7-H31MawA7NEBewxUuqTokjqPw40g6WKgdy6Y','2022-02-23 10:07:13'),('32fd3aea-2947-4b2e-a7ea-fd6e9de47eed','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDQ2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pjZLspYQ_idYFOS1IUujOQEiq7lTbYKX0pRnG7mPWIU','2022-02-23 09:07:51'),('32fee741-597a-470f-af45-ec4bd60336a0','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:53:36'),('330d2526-73a6-4716-8dd9-72ff56acf63e','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:28:59'),('330e13fc-4e5b-4241-a498-f06382698d4e','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:43'),('330fc13c-3c59-43e2-a6d8-36740e731b15','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 01:54:00'),('331de17b-c4e9-43b0-a485-8a5965bceb40','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.o4Pu9rXKw87qlNcsQWHGPJynqGeb6piqXiYi9Qt6B_Y','2022-02-23 11:47:45'),('3321323b-2989-4ea1-8b72-e93b141f5ddd','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:47'),('33220dee-1476-41ca-b127-7ed431f29675','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:53:36'),('332f5946-34ea-494c-bfb3-748fff55c8c9','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:58'),('3333bea9-5229-40eb-8087-304fe7dc4357','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:49'),('33385b6b-4d87-4391-8e65-24858d0c9ff4','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:03'),('334c6607-3831-461b-a074-d36983e291af','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:08:27'),('335159b1-66f4-40fa-9d3e-adb226dbfb36','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('3356b458-8b16-4e05-95b2-0e1401d5fc9c','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:51:44'),('3357d1b4-7fb2-40b5-8524-3d295c7fce9f','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:40:24'),('3359160f-9d63-4293-a4fd-f03609721552','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:09:38'),('3359e5ef-f016-4e13-a611-596921db8cd4','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:36:33'),('336e72fb-b590-4bc4-a1b4-f8b5610c90d1','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 12:00:36'),('337ebea8-0d5b-4e1d-9a5f-ae4558b72812','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:07:13'),('3383c981-a771-4b32-9681-de2ba9e600f0','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:37:12'),('338d549e-7d5e-4915-93b9-b13d1439a24e','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:25'),('33a4de5a-3bf1-4d89-8e63-dfed4167556f','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:36:40'),('33b2259a-c44f-4886-b35b-54d5719b402c','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:58:04'),('33bf2e26-abaf-4b26-be64-fef46a494d15','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 07:15:43'),('33c7a88f-7fb3-4e15-a9ed-9cfb6e7b18da','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:27:31'),('33c92cca-5b88-49e6-a5bb-47f8e670fe45','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjYwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Aoram7fin6vUWJQ9-gFa9m4PFXrbtjs0q6ZIBqhgGsI','2022-02-23 13:36:44'),('33f46e94-55b5-4acd-a5d6-794063730e71','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:31'),('34057f58-be11-416e-99ab-f624056d3ebf','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:27:27'),('34091ad0-010b-4eaa-987d-20d2a2ea193d','PgYHIupMoJjb51ucmhx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PgYHIupMoJjb51ucmhx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:27:36'),('3411324f-a35a-4f78-87a6-01ae40f6f118','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c0e66dad-8525-4abf-a42f-6c6ef392a428] 开始执行任务(1):回收授权到期后应用','2022-02-23 23:59:03'),('3413d0a5-722f-4a34-b7c6-a89610ac849c','0rfrS10XHN5ALgTn7Tm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0rfrS10XHN5ALgTn7Tm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:09:17'),('341483eb-dd01-466c-9718-134c8b52fba4','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:17:25'),('3417ff74-723c-4e24-959c-5b7221adbd97','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:32:05'),('34198b1a-3716-4d1b-ad5b-37fdc4f1cd43','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4Q6WEDXgb5bh-Sx1TNrSGjRc7p7s6C_ffzRStafSx20','2022-02-24 04:02:41'),('341e96dd-70c3-45ca-8eda-9a16291e27aa','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:52'),('342b3456-cb09-4d6f-a71d-f7f777b29fde','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:39:02'),('342c550c-9338-4f5e-8cdd-fc181c389eab','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:04'),('3436d036-9498-4145-9ab4-311acd36c77b','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:19:21'),('34469862-014f-4130-a56b-b6e59993cded','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:01:16'),('3448380f-07c7-45be-a526-843d1829b68c','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:21'),('344a53a6-2e13-49fe-96ea-4e61e0cc1fed','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:41:06'),('34529a37-18d9-4010-9613-481bfbb23fdd','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyOTI5MywidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.vbGx28ZH78DyjV-kx0K8cO_jMzdxJC9KJfmsXP9rV7c','2022-02-24 07:01:37'),('3454df44-9ada-4319-b38b-2e28b23a1cd9','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:40:22'),('345747cc-913e-4645-8d76-60dc29fa1b94','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:09:34'),('345ea78a-e827-4eb1-83cb-e27df9bc2cc9','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WMO7LGMY_kIT5OnqL7GaBdGgvp3q80WGZFa0xmcebCI','2022-02-23 11:02:50'),('347cddd4-2344-4074-824a-3d03ab905d91','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:53:36'),('3484f5e1-9e01-4c1a-990b-8e495c2edf76','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:07:02'),('34894c3d-03d6-4edf-a021-eba63b431b75','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[035362f3-674e-40d3-9c3a-7773981e36e8] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 23:19:03'),('3490651a-36f7-40f0-aea3-a7c239c547a7','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:47:28'),('34928fca-5ae3-4b68-b433-45eceb483564','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:47:16'),('34943fa2-536f-4780-a2fa-590491cf0a54','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:17'),('34a16842-fd3d-478b-91ae-8cb15a005013','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:40:31'),('34be26b4-6e63-462c-8cb0-ac1d6c448c49','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:47'),('34c481c7-7c20-4ed2-8341-9e90997cf402','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:27:36'),('34ca455a-c054-4bc9-a498-579edf4afc9d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:11'),('34cb1614-a5aa-48a7-9529-9469705b54c7','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:05:40'),('34d3bf10-f32e-49e1-b1e4-0e0e7fbd354a','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:30:25'),('34fc41c3-d840-4119-9404-59642ff89602','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9708e5ab-e741-486c-92ba-0a8879719e27] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 17:19:03'),('35084196-8946-43c1-8f8b-e32910ce5408','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:49:13'),('3508c76f-cee9-4924-8a5b-18757c203ab8','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:55:46'),('351b3c3b-257f-4942-a1f7-38f3bd9c4e14','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:13'),('35262825-8031-4357-95d0-2ec4ff4ad886','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:08:25'),('35490f43-5214-484a-9fcd-0a32f5e7a5e3','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:09:15'),('3553d296-4c3b-4096-acda-11ce05ca7a1b','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:35:17'),('35551c8e-0642-4827-b729-e12c61d28a88','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OKVJ4cS5h_xrTlNKVI-htV34SnbjFWs8mdunU3Phv80','2022-02-23 10:35:17'),('355e082f-7359-40a9-9486-7bc782c536c5','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:55:36'),('3581cb51-9cd9-4e86-b97c-132f7a8faa67','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:02:52'),('358c36f4-9807-40db-ab21-82d511d157ca','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:53:36'),('359014d6-4cb5-4965-b007-ef82f28e2313','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:36:25'),('3596b3c9-8a9f-4751-ae0c-e601d9b32bc0','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:19:47'),('359e3488-f8da-448d-bd28-09baf7707708','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[79633fb5-e2c4-403f-9ff2-4a18957b1ff4] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 06:38:03'),('359f23b8-4b25-4b47-9827-ca1faf15420d','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:53:25'),('35aeb85a-c918-4e2d-9e51-a438fd6a0dd8','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:09:17'),('35c04c55-693a-4f08-840d-40527f1a72b3','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:14:42'),('35c62833-6510-463f-ad10-710fc8f72fec','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xvfmugcphZZOaaYiwn4FrbUtXKCCwFDcbcZ8X_CiGFc','2022-02-24 04:01:52'),('35cb5a3b-93aa-414a-ade4-596ffeaf505e','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:14:59'),('35ed14c0-9122-4547-9b90-f60e470f4bf2','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:38:48'),('36018cd5-8345-4252-8f35-d3cb9af31edc','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:13:21'),('360bbf44-cb88-4692-a25b-47a21305da5c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:34'),('361355cf-f845-42d5-914a-c1abc0a1f0b8','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:51:46'),('3613c41b-36fe-4b7d-9b2f-0a80c9e2e6e2','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:01:13'),('36227b46-3336-4876-af4b-e8bdf5a8d7f5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:57'),('362f6636-01e1-4e7d-9ecb-eb7ca29b0b44','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:22:45'),('36310ffc-fc23-4125-9d2f-7091cb48032a','X0fhkHer4HGyVPOuYgC','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"X0fhkHer4HGyVPOuYgC\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:05:21'),('3635d3d8-4d43-49e1-8821-a2e4144707ca','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:45:02'),('363bb684-9ddf-46a6-8b3d-03e39f873c7f','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:24'),('3641b381-6314-4dec-9c12-13af65475b70','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:38:29'),('364ad5cd-9375-453b-8e04-2d4ef65e55be','MzgBThJmQg1hIoSoilf','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MzgBThJmQg1hIoSoilf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:06:24'),('364dc5cc-b936-43c9-99e2-16a8194fe724','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[93dd7888-b0b4-4dfd-9623-dbf601ec8e9c] 开始执行任务(1):回收授权到期后应用','2022-02-22 16:18:02'),('36550023-6cfe-47cf-95a5-764345f94894','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('366d19fa-6e4a-410b-a260-978760e8f0a6','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 07:01:37'),('366dfd5f-9312-457e-b833-41c94a3d8a36','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:28:39'),('36700442-2214-4779-825b-37dec0d8fcf4','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:25'),('36808366-69c2-41ea-af19-2186f972fafc','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:57'),('368c39f2-5da7-46ae-96f6-8f4a03c10758','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:02:55'),('36915e17-eaed-45aa-a210-90432ea94704','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:07:13'),('36a703ba-fc23-4126-b3c0-0c1aaa6b4430','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:36'),('36b19785-a4ef-47b9-83d5-4e9bbc03e483','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:41:17'),('36b6a419-d647-4856-aa9b-2aeb753273ac','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:38:29'),('36bee926-e590-47e5-a03d-f82647cf6203','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:48'),('36c60755-3f96-4ea7-9098-77049e5b7580','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:40:31'),('36f9bd06-1106-46e0-93d8-8222aa6b661e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:02:52'),('36fe56e7-3be3-4c6d-b4e2-a7e930d30056','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 12:19:19'),('36ffc12d-9124-43ac-a313-e95b5a505403','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:00:38'),('370382cf-4233-4855-a882-2c8607074c55','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:39:02'),('370d83d6-2943-435d-b7f1-472632f01b92','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:05:33'),('371ae411-a82a-4ec0-85fa-2ec22ae590a0','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:14:42'),('371b45c3-29f3-4160-99fd-13f32c730598','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:35'),('3721248c-6650-4c33-8686-d8c6e7f85fc3','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:55:37'),('372b4544-5267-49e0-bd67-d9d25dda68ef','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('372fe26c-396e-4789-ac8a-f5e16dce8d8c','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:25'),('373763e2-0732-44f5-a5d2-494c1b3f3817','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:55:37'),('374af399-31d1-497e-b56f-69c1f8341d25','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1af432b1-4f4c-4eeb-83e1-d8fda8015f0d] 开始执行任务(1):回收授权到期后应用','2022-02-22 08:36:03'),('374f3ab7-f1d8-40cb-965e-6027774cc338','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:35:22'),('37783f0b-f50a-4b47-ad6c-81b4968742c4','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:55:16'),('3788bfc5-18a2-49bc-aae8-50580b23180b','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:38:48'),('378a1456-fb4b-4b6b-b352-46779f7cf4e9','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:33:26'),('37a590e5-dfd8-4bf4-bee8-244a2e9eacd0','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 01:54:00'),('37ac2035-5629-487d-a59e-b84363a5e26d','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:25'),('37ad0947-a46a-4145-a36e-974bb8f14c3a','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:40:56'),('37ada2a9-3cc7-4cf0-8fbf-5d9094871fa3','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:51'),('37bd7567-7a73-4b93-9318-04c083cba4f7','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[49ef8790-49d4-4409-a5d3-e962d137466b] 开始执行任务(1):回收授权到期后应用','2022-02-23 02:38:03'),('37bdd6bb-1eb5-4826-b235-d97362a7ddad','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:02'),('37c587e6-e1e1-428e-a2d6-71979742ed8c','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:27:36'),('37c5ab99-dbfa-49ce-b0da-086d8e910e40','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzI0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TbXH76nv45EGZ0UZIlaUKHbtcP0eEs-u5jJacls6Fwc','2022-02-24 03:40:49'),('37cf0d45-4ca3-4a5f-97b6-986a2c7610af','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:12'),('37d49472-38fc-4692-8044-177f5c86685e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[84fe07a3-2265-449f-ab6d-f7929d7c583b] 开始执行任务(1):回收授权到期后应用','2022-02-22 23:58:03'),('37da70f3-ac6b-4f23-8504-0b971bb8dc6e','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:47:28'),('37e169a0-7c33-4bad-aea2-2ad9ddee4685','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:59'),('37f81f93-8ea5-465b-9186-fd9f8d03bc9a','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:25'),('3800471d-6016-435e-ada9-70d175731f68','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:24:15'),('3800ae60-856e-4071-8d5a-d59c83350a70','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:47:52'),('38084991-48bc-412d-a7d9-a190a17ac42b','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:57:56'),('3816f46a-8209-4909-9e8a-0c361da4af0b','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:35:22'),('381a2b4f-e7bf-4900-a946-32a8a2cfdd87','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:30:25'),('381b770d-9ca2-4768-9f58-9cc6641d6efe','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:55:46'),('3833407b-5723-4f3e-9562-5cd1d4cab9d4','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:37:53'),('3835a744-ce43-4d41-b27b-d50f62686679','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:38:48'),('38423762-01d0-4b09-b11a-8f07470639ab','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:41:17'),('384b5f78-4b77-45c5-9c3a-501770497c2e','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:35:52'),('384be48a-8e85-44f8-afe3-e47eddf697bf','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:11'),('38501047-1e29-4d39-9855-4313ca17bbd0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:52'),('3866767e-9ca5-4d8e-a925-26a334af50f3','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:14'),('3870265a-13ee-41e9-9a28-6668b5c52b91','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:19:56'),('38741d5f-acf8-4d13-99a2-8890093792ab','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:03:04'),('3887f8a7-0fa4-4961-94e7-2612a52e4907','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:38:49'),('38907b3d-5724-4433-97f4-d83088569739','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzkwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IvH_F0tCcJjTi_4ozV_8a0CMqYJSP8Mnz14B51ZVGOc','2022-02-23 13:58:30'),('38982f97-2081-4ef7-9e43-5da6349ed89a','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:39:12'),('3898cf5a-73d5-4320-afcd-f46275dd4a9c','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:17'),('389ba48a-c347-46aa-a3b8-fbc718a06fb9','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:55:37'),('389f7f6c-7005-4d8f-b2a1-b01b2a04f57b','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:04:25'),('38a12b67-6805-4876-a274-dfd83de58819','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:26'),('38bf18aa-cec9-45b2-a5e2-a9736537cf9b','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 01:53:55'),('38c48ff5-f172-41e9-9196-54a5fc8779b1','MzgBThJmQg1hIoSoilf','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MzgBThJmQg1hIoSoilf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:06:24'),('38c6531a-7ea3-43cf-ae88-47ed82a55134','5GB7Sqzqw9uqcdLyS1s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5GB7Sqzqw9uqcdLyS1s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:06:24'),('38cd4b28-9678-4c6c-b2c8-e6ed3b109b94','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:32:05'),('38e53643-748c-44cb-be92-738ea0fc1e21','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:02'),('38f3669c-5a3b-4014-9d81-a23116a02d7f','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjMwNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Kc2wpxIXjlTuQl69FKJVNzCmHe96AhvYaM9l2Q4kij4','2022-02-23 09:38:29'),('38f403ce-47d0-49af-b09d-7ab86c13d1a0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[539df481-6d96-4396-ac2a-ad68c10095eb] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript]: exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;;exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;的执行','2022-02-22 02:37:10'),('3907969f-e369-497e-aea6-8ba0b89b899c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RKE3t_RMDXdVs-okZVB17wIbssX0sxln5BE1KWeeA6A','2022-02-23 09:37:12'),('390bea4e-6fbf-429c-bb53-a841b251c577','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 01:53:58'),('39150ee4-c30a-419c-bbc5-e34410d4c9b8','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:08:27'),('3915a030-e017-414a-a28a-4d0ed200a43c','lDYoruKOGkQn1Z4p5vD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lDYoruKOGkQn1Z4p5vD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:21:52'),('39226d0b-eed9-4627-9acc-91dd3c747253','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:36:36'),('3926a9d5-4b57-4ab4-b0ec-621ea95cf379','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:38:54'),('392763a1-947d-46ba-aae9-781435df9dc1','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:49:42'),('3934a229-7d01-475e-990c-a13b61d48c89','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:40:41'),('39415097-a2a4-4de2-874d-134c97a64a91','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:00:35'),('394ceb0f-242e-4bd5-902c-9645d692081c','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:03'),('39560d6b-6c92-4faf-a001-4777be472734','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:39:02'),('39628588-369a-4dea-859a-f20d3fdb6a4f','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:24:15'),('3984aee1-835a-46cf-9173-f2a81b4e3941','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:27:27'),('39863239-db04-4895-8efd-4f67c745cf70','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:01:49'),('398cdd0f-dabb-49f1-ab84-95907a7b6374','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:36:44'),('39935390-eaf0-4fb0-afa4-b70741c88402','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[63caf562-8861-44fb-aeb1-e982b9316b6f] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 02:56:03'),('3995dd8b-af53-4215-8c52-8c6ffc326611','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyOTA5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.yAKpy86rc9gZIkuyhs9jq8MaX-Pr6RtZVaDEc2hlVAI','2022-02-24 06:58:15'),('39a988ec-edaa-4d5c-bc63-0eac8c6a973f','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjgyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.krWbDbu7HqpRpgEiIRwago32Y1Q5gz6dH70fFh3IGbI','2022-02-23 13:40:28'); INSERT INTO `sys_log` VALUES ('39ac3d61-2c0c-4acf-b7b5-a93477e6694c','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:58:00'),('39b61cc6-6839-4fb3-b66c-bee77ab56794','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:28'),('39b6fd4e-f48b-4be2-869c-6ad1bf96b405','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('39b90ec7-24f2-45ef-89c4-7d73290e6d55','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:37:53'),('39ba1d41-0032-4ad0-96a0-742d62317c8f','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:39:10'),('39c1d0f0-1bae-4efb-9048-ed9a137c2ee8','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:09'),('39c47c53-65ba-4b0b-973e-8bac70efdd13','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:29:01'),('39cb2109-8ae0-455a-8232-a6e34eefe076','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('39e8054f-d26c-4282-b486-0c66c93e5e22','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:47:45'),('39efeb71-e0de-4c20-881f-57d39a4fff24','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:30:25'),('39f49fb8-8851-47e0-af95-5e7749beda7b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:30'),('3a0aecc2-b015-46e0-9b80-dbc9f7c27d8d','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:49:41'),('3a0ebfdd-9982-4221-95cc-76c3c352738c','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:55:43'),('3a17d9a7-284c-4160-b2f1-c75b96be333d','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:48'),('3a1cc028-8a52-4938-bbb2-2a1896ed786e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:03:04'),('3a2bc327-e3b5-44e0-ab8a-6aace629da4f','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UaPKz5oo1JwYQU_qovNsjM_qVh9beJfqIUhMlJHeiyM','2022-02-23 12:00:36'),('3a2cccfa-47ce-4da8-b496-2c2fe36ad601','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:47:28'),('3a2fc1a9-e847-4240-85a9-fd801fe3f916','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZV4VlSezvbJ9zf4OfymrnwpRxALkqvQYJ3ttgpi2VkI','2022-02-24 06:47:16'),('3a4408e4-b8ec-4167-93b7-d1ec2b3a9992','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:25:59'),('3a4ba7e9-8e38-42b7-9ee5-8c51e3037b3d','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__S1C6VJgKq1UVN6fwxfq&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('3a552041-9cb9-4147-bd7f-e046d79758c0','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:25'),('3a5afa78-fe8e-4dcd-8792-0569b263a48d','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:07:42'),('3a6881cf-07f5-4d82-96f6-d89a00af9be8','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:58:30'),('3a6dc9e9-01c9-4799-9648-5852f2553922','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5d919aa7-5e78-4ba0-8aab-22ff536f6e3a] 开始执行任务(1):回收授权到期后应用','2022-02-23 05:59:03'),('3a6fbcc6-50b1-4173-b1af-95b28f28c62d','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:41'),('3a740a5c-b2c1-4d3b-8437-f8fc4548475a','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:05:42'),('3a74b9bc-8cff-4196-b58e-f4c90ab556f0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[fd849dc8-6efa-4a7c-8eb3-d9bac404fb68] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 03:59:03'),('3a7504ca-dfaf-4a79-8c85-c761398ba906','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:52'),('3a76b7e9-32d7-4f30-84e5-fc17c1f9eccd','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:04:25'),('3a806667-67a1-4d56-9f8a-7986b264033f','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 06:58:15'),('3a91658e-2560-49bb-a44a-1417057cd100','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:36:36'),('3a92cfed-8412-46a6-9853-8662188f5057','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:27:58'),('3a99bea4-8700-473f-b568-2d2ce0e77342','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:50:09'),('3a9e9401-3522-4579-8e83-9f2c06b0fb0c','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UaPKz5oo1JwYQU_qovNsjM_qVh9beJfqIUhMlJHeiyM','2022-02-23 12:00:36'),('3aa4b848-acfb-4404-b92e-8f23959d0da7','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('3aa66a29-b4b3-4b92-b3ad-f9832ff4b423','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:03'),('3aa9168f-82f0-4474-b909-12d6bc2360fb','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:58:30'),('3aad5403-28e6-4fe8-85d2-16a48d9b3bfa','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[67318ce8-e31b-4d36-bda5-f42c694182b2] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript]: exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;;exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;的执行','2022-02-22 02:52:09'),('3ab3eae6-faa1-45d6-8805-02b861005897','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:53'),('3ab95909-3c46-4a8e-a20d-a1b4b56a3a1e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:03:11'),('3abc1789-21f0-40dc-92f8-7dc9eebc2831','yyTm89jM3zcKf1RaQF3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yyTm89jM3zcKf1RaQF3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:14:42'),('3ac4590e-b232-4929-9d61-cc331246840a','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:07:02'),('3ac924c0-c537-4ef4-a4f4-e5a5f2583b89','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:36:44'),('3ad0b0de-3629-42a3-a45c-69a323c2ebba','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BWf3HyDuL0C8LxqFuLJV57S9jlUJN9TmiNbv_TenCcc','2022-02-24 03:55:36'),('3ad91b2e-dbc2-41f2-8f22-4eb884e44e45','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:09:38'),('3adebac7-36bb-4fdb-8fcd-4d1bfc7bcb48','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:59:38'),('3ae51c09-ee6e-435b-8591-f936cb7f72dc','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:46'),('3afd2544-1ef9-418e-be63-fa2bcbc9171e','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:19:21'),('3afe3c4a-8e3d-4d71-a4af-b1af8a8d90aa','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:17:25'),('3b1eceab-57d6-43fa-8c33-604ea14826a2','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:09:17'),('3b24dbb2-a000-470b-af9d-6e9ca6dca757','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:39:12'),('3b267a4c-8b25-48c6-952f-949bb837437f','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:49:13'),('3b26845d-898d-4035-8c38-62ee677efd16','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:47:45'),('3b3a2479-a8f8-48fb-ae6a-11e133ef8849','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDY4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.MghlcdXsO5QyQ7ywT9UBI5FLdnTvsckUvm0-g886Dl4','2022-02-23 10:18:12'),('3b444052-ab25-4c09-8797-63a3452091b6','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:28'),('3b493abd-1d0a-46fc-b291-f793fc00e709','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:13'),('3b7ea286-69df-48e6-814e-85bc66557f6a','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.aHk-3Bk5dfqcJD22z-kyQJJAFnW7yVlEw7jP7UrrMIw','2022-02-24 04:01:34'),('3b8ca234-c39d-43b1-8e64-1f2c1e92a143','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:06:37'),('3b927c0d-b493-41b9-b06d-cbee89933c51','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:42:04'),('3b9b6e5e-f21e-4927-9fc3-5eece9766480','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b6de1b62-07c2-4945-ac8a-060f72834bfa] 开始执行任务(1):回收授权到期后应用','2022-02-22 23:38:03'),('3b9e61ba-8de3-487d-87ba-623df6260f0c','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:13'),('3ba2c528-1037-4815-ade1-669dab57ac49','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODc5MCwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.e76HxfGQIxppZ6qOpDozIDwIVta8Ci7-KGXK05RPrVM','2022-02-24 06:53:13'),('3ba639a9-004c-4173-a411-bfad9df4db33','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cHe41YnvDaOzv5Tap2dXMK2VHJJXzwjPMbMz3fNseVk','2022-02-23 10:09:38'),('3bb976d0-fd88-40af-9460-9b9ff9bd304d','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SoTIjqQwqGw9yf6riqG&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('3bbf912a-3b32-4825-b290-25ab7cb59c31','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:31:52'),('3bc2c1c5-ac59-4ab6-811e-76a8b1da27fa','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3dc47bee-ffad-449b-8afc-6dff4bd81b94] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 18:58:03'),('3bca0b19-16fe-4362-9981-de5e9d0e5044','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:30'),('3bd48796-719e-4418-a421-ffe9075185db','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:17'),('3be8999e-d6ad-40de-9a4f-132b6f2108fd','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:41:16'),('3be8b00a-e3a0-4ed1-b935-4c668855626e','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:49:41'),('3beb6835-e183-4f01-9b51-99836ed8c3dc','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:35:52'),('3c010754-0290-4588-829a-e19fb6437ee8','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:07:51'),('3c0aac8e-1b02-4601-84dd-d1a4c830bec2','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:36:40'),('3c1ad773-cb4c-4c9d-8678-15516c6fa63b','8ZWNJDvk3cPtsAgki5p','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8ZWNJDvk3cPtsAgki5p\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:55:37'),('3c3844f4-c320-4013-a03e-199f916864b3','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:05:33'),('3c419077-7b56-4ec4-99e5-bc3259e85a58','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:17'),('3c4d3775-facf-4fe7-bca1-8415438f64bd','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:55:19'),('3c56daee-7000-4481-8d16-b8ad9fd8e9fc','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:07:13'),('3c5b82c3-dc44-4291-9610-2d7548a4fc71','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:24:02'),('3c6471f9-fff8-4e82-a512-f2549e4ef394','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:36:28'),('3c698a03-80e9-4976-ba99-0d0c268e4678','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:53:32'),('3c764cb5-936a-44a4-a302-7043525f65d2','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('3c7bc804-c501-4948-8ec3-e4a8b320ac3a','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:05:33'),('3c7c8f57-2a18-4765-9d6d-1f4eb74410bc','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:36'),('3c7fc3cb-fbf3-418b-ac61-7f7a93945873','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:31'),('3c87f701-26da-47ed-a49b-017d5c286d93','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:18:12'),('3c897608-f2e5-4475-9774-47b0de870309','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e5dc2924-01a0-4150-9005-332691ccf01f] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 20:58:03'),('3c8cc522-9b6b-495a-a567-5111e8072d1c','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:08:25'),('3c8f3a97-dd33-43ad-bb8f-657a4db58b27','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:34'),('3c91b02c-43b2-43a5-a210-ba230a0db9ba','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:09:15'),('3c950271-7914-4d2f-b4f6-7518374167b2','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:14:45'),('3c9b374e-c306-4af5-8bab-996ace4caa2a','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:39'),('3c9e27f2-e39b-491d-9cc7-6761c74d1324','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('3ca0706e-0e9a-45c5-8535-be537a0128c8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5d7ce09f-1610-4f91-8c73-e5d1eb73ae38] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 00:59:03'),('3cbedf97-a14f-4186-ae9c-6f28d5f22653','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:24'),('3cc1093f-32a5-4acc-8658-dabaa4bde86d','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:53:40'),('3ccc7171-c0be-4026-a857-ca76fe152864','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('3ccf33ea-837c-4474-b4a5-f6db2ad450d3','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ff261ad4-1816-4b96-9cae-862c9c718ed2] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 11:58:02'),('3cd544bf-38a2-4fde-8114-8692ac6d457b','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:09:38'),('3ce74dda-62f8-4b45-ae5f-6e550d8c2168','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:53'),('3cfdc2ab-4dad-4808-9c53-51ab5ac3962c','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:38:22'),('3cfeb010-0dd3-4789-927d-48c4203ba903','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:49:42'),('3d053c58-87c1-4f92-a7d9-adedaa583c80','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b9d08535-7daa-45bb-ab3d-bdb1cb4adcaa] 开始执行任务(1):回收授权到期后应用','2022-02-23 01:58:03'),('3d116bc0-31fc-4990-9192-c730e81e3d71','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:25:21'),('3d134bf3-f939-4acc-b1f1-2eb26f0284dd','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:38:19'),('3d13b7b2-2120-4fa8-ae8d-07a663f3881e','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:01:16'),('3d1d68e3-1128-452c-ba07-edfd4f4a6a15','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:47'),('3d252c89-7d3e-493e-ba04-150bcf9b1b29','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 07:15:43'),('3d2aca11-1263-4e95-833a-047aed59d7d5','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:27:36'),('3d2d1512-4d04-4843-b5b1-6780515ce3e7','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('3d385c65-7847-4227-8384-24987ec62d5b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[40323a23-fe72-4300-ab9e-320d41044f42] 开始执行任务(1):回收授权到期后应用','2022-02-24 05:58:04'),('3d43498f-601f-4962-a83d-3a2321b88d78','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:58'),('3d4aba44-0ee6-4823-a795-3286b83f5887','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:41:06'),('3d59c6a5-8f44-494e-a9b1-31cb27c59120','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:01:49'),('3d660673-36e0-4261-aa12-bcac1105f352','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3806a25d-bb2e-488e-b9c1-6a16f6b51529] 开始执行任务(1):回收授权到期后应用','2022-02-24 01:19:03'),('3d6ad141-0dc7-4d41-a9c2-3c1bae8a877e','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:10:57'),('3d6c7a90-3fe3-479e-9e6a-deb1f2f790dc','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:37:53'),('3d71c9b3-f239-4dee-a2fe-4d929a68647e','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:49:13'),('3d87a95c-5ffb-4fb1-853b-82215ed53b82','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:00:56'),('3d93a030-6e1d-47ba-8d8b-e410c2c2389d','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:36:28'),('3da1c18b-f095-4955-a6b6-34cdfa006315','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:36:40'),('3da61559-543f-4e8e-91ab-27aca1a803cd','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:46'),('3db40139-fed8-40a1-bd65-a098c33e7337','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:40:22'),('3dbf598d-bf2b-4350-bd05-054d609a60b0','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:12:02'),('3dbff45a-4748-4ca6-a365-c1548d972fee','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:36:01'),('3dc9f34e-e875-4c02-a12d-c505c5daa1a6','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:52'),('3dcb68a0-9d86-4a60-a94e-36c3004d253e','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:49:47'),('3dccbde2-28eb-45d4-a3c0-eae400e87762','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('3dd57e37-3e8d-490b-85be-61e2486793ff','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:00:55'),('3dd64fc9-a143-47a6-ba28-96c738bf616d','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:37:07'),('3de18bdf-f084-4747-a46e-11b55b6c8e54','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 12:19:19'),('3de6de71-f290-486f-8ca2-3b4347937285','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:39:10'),('3df9b380-f46f-487b-978a-b3e1b4f1c17b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:36:01'),('3dfd748c-7e3a-48a1-90f1-20611156d2a5','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('3e097006-8421-4685-89e4-aa3ffe4cc1f1','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:46'),('3e10bef2-b392-4fe4-8da9-0508edb5d560','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:13:48'),('3e19c7f4-1e15-481d-a554-7b183582c2c1','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 01:53:55'),('3e1ab645-cb28-44ff-aad9-8a07922af925','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:53:32'),('3e1d6fe7-bcaa-4092-bd2f-8707a11ff4db','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:48:20'),('3e2c16bc-f69b-4321-99c3-8bd8e6a69f50','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:13'),('3e2f0f4a-557f-468f-9efc-57061c95233f','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:09:15'),('3e2fec14-8317-4d43-82d3-0d5798eba42d','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:01:49'),('3e32bdfe-ca22-4e87-846c-91ac1d99e505','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:52'),('3e34a15d-494d-4356-a545-8eeb4a90f955','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:07:30'),('3e3835cf-2db3-4722-be3d-b958acbbf597','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:30'),('3e407911-2166-4e48-a6bb-2f71db0e0424','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:49:50'),('3e470a2a-c541-4152-a24c-124cdaeb61c6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5c089353-1668-4916-ba2c-1026868be4c6] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 23:39:03'),('3e495167-f499-45da-bfa1-a85e6098aedd','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__sTBG6RC2iiovoIL5Y93&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('3e4c0332-545b-4101-a391-6b53403dfe8d','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TpfDlW1gjxJFpyMtkJ6FcXIFehU4Guf1mKILIGo3CSQ','2022-02-23 11:00:55'),('3e55b630-89ec-4c93-9930-d8d3942c1752','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:37:12'),('3e5bfcf0-b9f2-47d3-adfa-2299dd37b69d','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:38'),('3e683378-87d3-4fa7-aa44-f0a71dba532c','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:55:19'),('3e684cef-5477-4ba1-9e34-25f026624306','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.SA1X9bxd5l-EzBJunwRS2rp0R3ta0p8knWmqCYR01lQ','2022-02-23 13:08:25'),('3e691e56-6b5a-4bae-a5e6-a3d36df9ad96','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:53:16'),('3e6971b3-0756-4be6-82a1-a3087a5f83b3','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:03'),('3e727642-85b9-4146-a77c-5a3fa82fc771','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:12:45'),('3e765f82-e021-4982-916c-b0b784d5369b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:24'),('3e80f548-c3b6-473c-b8b5-51a6e1c63977','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:07:42'),('3e8570f7-149f-476b-a10d-4195384301c7','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:24'),('3e949914-50ae-40c1-8c75-cca89ccac7a0','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:36:01'),('3e96c13e-d5bf-4996-8873-14a44cb7cbc4','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:04:43'),('3e9d96ee-d078-4b68-972b-0be6018051de','YlI27GoWCoGsujYcqmY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YlI27GoWCoGsujYcqmY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:51'),('3ea8e023-41f3-4c8c-95cb-e97d72fec763','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:19:56'),('3eaaea36-6ea6-43a7-a0f4-e2d7cb604626','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:37'),('3eac04d9-af6a-43a0-b1e7-d72a2ab610b1','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('3eb83ff5-7c4b-4e16-840c-f7f54a5f14d6','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:48'),('3ebf9279-8a46-4b8d-ae72-5ef9a3764481','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:50'),('3ec286ff-e4bf-4fb0-ab35-05ae56629fde','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:19:21'),('3ecbffe4-9416-4426-8f7b-f7ee35433e3e','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:36'),('3ecc8a75-c666-4283-9847-b4c634fd1ec6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[92aa7f32-82e0-4e38-9193-c8fc10d375a5] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 10:58:03'),('3ed12371-7af6-4472-a7bb-6b4819cf6731','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:41:51'),('3ed363d6-5aa0-4963-889c-25b3a6a651bf','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:28'),('3edb7d40-942e-4133-9e19-3620aaf75807','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:03'),('3ee3e405-a1c2-43df-9af5-9519aea09eec','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:40:56'),('3ee881bf-0a19-42e9-99d2-c1e7eb3593e5','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:58:31'),('3eebcb96-225c-411f-a172-bd93b7ced20f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:30'),('3f05bad4-9455-4313-afa2-afbe3e6e7073','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:03'),('3f065965-c081-449b-ba1d-dee82936827f','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:46:05'),('3f1959a4-1026-4be4-a829-f68f5cfdbddc','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TpfDlW1gjxJFpyMtkJ6FcXIFehU4Guf1mKILIGo3CSQ','2022-02-23 11:00:55'),('3f2ae0a5-ec87-41e6-902f-40ff541b144f','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:25:59'),('3f2fb66f-835a-4853-8a2f-f633a769cc8d','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:59'),('3f384a2a-0357-4ff4-acbe-c76418d10283','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:27:36'),('3f3a71bc-a696-4a4e-a0f3-5f1c0db77a15','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:59:36'),('3f41312f-f2e1-46e4-a014-a4c92208e6a3','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:49:42'),('3f450c61-087c-47fb-b71d-5fbac1415472','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:59'),('3f49ee95-c05f-42bc-870f-b1ec7a1300f2','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 01:53:53'),('3f4afe7f-2869-4bbe-841f-3e26b5d36f90','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:11:49'),('3f4d86a8-7624-47ac-86fc-62c297cda7a2','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM3MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3IxTlE9MBd8w_g93O1Xc8XiVwtcyoQuameVRsyQ0u_Y','2022-02-23 11:02:55'),('3f5785a0-3f8c-435c-8849-098aca8da177','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:01:17'),('3f5cbe25-027a-4d86-8c8e-3f1ffbe6bf4d','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:14:42'),('3f5dda97-2f55-4d70-ab9b-0557bfb2153f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9f95b345-9b73-495a-a81a-1f5b1e7c4774] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 00:18:03'),('3f5e2c2b-b7c2-433a-a516-b9f8b2d3d98b','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:30:25'),('3f689128-feea-4d43-93f1-10b4cf466131','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:02:52'),('3f6d029e-fdd8-422a-956d-295ff38e9f6b','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:42:04'),('3f797a72-7b97-46ed-85c3-748a2d2bd55b','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:27:27'),('3f7b746c-e617-43fa-90b4-8dbc05a20922','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:14:59'),('3f8848b3-228e-45f5-9af2-c8f51f4a22af','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6582fe9b-629a-409c-8b6c-3cded432e70d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 04:39:03'),('3f8b4add-ef5c-4a9b-8285-2b9097cbeea2','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:40:52'),('3f982fc0-18d4-435d-a9c8-5e171ab063d0','zxJ7Elol2L1IxzWk7H2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"zxJ7Elol2L1IxzWk7H2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:10:08'),('3f9d8f9c-01fa-40e5-8671-f17cc32f278b','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:07:51'),('3f9dc336-754a-4faa-b3b4-07fdd04e2a23','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:49:50'),('3facc8c8-64fe-4ed5-b8f3-d707895e3e62','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:52'),('3faeb60d-88dc-4303-944c-07709ef1a94c','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:22:45'),('3fb42fa1-91f5-4621-a471-4cb1ae2ce2f1','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:03:04'),('3fb49cfe-adcf-42b5-951f-6d7e48544f29','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:01:13'),('3fbaf751-6122-4708-a9de-88d8a1cbf61d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[642639da-61c4-4032-91c3-4d177d9b8edd] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 16:38:02'),('3fcb7a73-cccd-4676-8390-e28a23996a12','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:09'),('3fe410ce-8ef1-44d8-bf2e-def016c796d8','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.z2RgosuzODzkMhdg898uv0TSYJJkkJ8TYdgXQrBRhf0','2022-02-24 03:55:16'),('3fe523e3-39d5-4daa-965a-83d7565d1196','PTvgTE2w98Gzr6uqnjN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PTvgTE2w98Gzr6uqnjN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:55:43'),('3feeb283-7dfc-4f4f-a506-0bfa8f81edf1','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:40:31'),('3ff1f6f5-5818-473e-b084-0df47a51a9a5','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:11'),('3ff9d5e0-aee4-4477-a34b-2aaffbb0ec58','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:37:08'),('3ffce3e8-e4a3-4cc7-95ed-d8200f7320ba','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:57'),('400c5a39-8c5e-4b3a-af42-ebd5223865c3','iBC085FKbqCIlAMiyKv','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614760277\",\"docid\":\"QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"iBC085FKbqCIlAMiyKv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:58:08'),('400ea46d-dfeb-4dbc-8bdd-25d67f51f56a','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SoTIjqQwqGw9yf6riqG&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('40110ba7-2bb0-4742-a919-b502bd4445ab','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:19:21'),('40123f28-78d6-44b4-a049-5cc7999c1819','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:04:28'),('4013cb41-a06d-4b03-9815-454384807c1d','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:41:04'),('401c44e4-376f-464d-81bb-c0f9f84fae44','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:31'),('40308a13-fa5e-4f80-980f-80adf2157303','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:05:42'),('403f2e03-0904-49a4-99bb-9d04e9f1ea6c','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:49:16'),('4044934d-00b8-4c0a-b2d6-8abfcac9d2b1','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 09:53:16'),('40537e24-dade-4dd7-b135-2166f000c5d9','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:29'),('4060cc2d-e260-48f0-8fce-5825dc22bdbc','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:10:58'),('406409f6-0b82-4676-951e-239bb73b8e39','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:36:33'),('40674e37-70bb-4cae-a062-bd6287f2f440','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:48:20'),('406d7b4e-b10f-4f31-ae97-75780370ba46','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:24:15'),('407845e2-aded-42ba-b142-67dfa1c9eef3','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:47:52'),('40899330-42e5-46ee-a18c-ac89e4e3a207','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:04:28'),('408f5a18-576d-4eaf-a66b-175fd1e35975','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('409c5fa7-9782-4a6a-af6a-03ae8003293c','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:53:40'),('40aa1e5f-cb6c-4b48-86ed-606a39939c6d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7e0540eb-92fc-40ae-99c2-52afa45396b5] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 07:36:03'),('40ac278e-e481-4aca-907e-3490afbd687b','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('40be6fb0-d0b4-464d-a053-ff327f889c18','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:10:58'),('40c537c3-f7d1-4760-8814-84208634e569','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:36'),('40caf87f-879b-4ac5-b9e0-2464f9ac566f','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:05:40'),('40e65bd4-b2e6-40db-9c3f-330561199177','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('40eab962-8d7f-4682-aeaf-5dc296e459d1','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 12:49:41'),('40eb5918-85da-4cbc-aab7-13e125b77438','8ZWNJDvk3cPtsAgki5p','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8ZWNJDvk3cPtsAgki5p\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:55:37'),('40f6b365-bbbe-474f-a076-9f90ca75b14a','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:53:32'),('40f72845-055f-405e-bd8f-01a1f967585d','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:38:54'),('40ff2eb3-30ba-459d-8208-6cc042182fde','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:22:56'),('4106157a-a0e6-4684-ac0c-1e2a3c7402d1','7z4zaHusgW549gaDW4Y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612174809\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"7z4zaHusgW549gaDW4Y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:15:03'),('410db1d5-1a62-4320-bc68-6512f12dfdd9','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:17:25'),('410db5bb-9f17-4c4e-817e-0fdff9689e3d','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:38:54'),('4110a869-436b-4e1c-9c6e-fce4c3d11c7b','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:29'),('41147156-8bce-4039-9548-96775bc5a3ec','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[91eecb74-2b82-4379-8b0a-ef614a2abd4d] 开始执行任务(1):回收授权到期后应用','2022-02-24 03:19:03'),('4114fd29-0907-4925-8699-79400e1a30ef','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:00:38'),('41162bfa-27fc-4cf4-b892-a149780149cb','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:58'),('41175ce9-51f8-4c11-b959-75aa5a56b187','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODI1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.wCIRmRcvP4uUo4FMpGljjhpKjsZdKHWRIBzDM4mpaFo','2022-02-23 14:04:19'),('411771cc-0fcc-4ad5-ba49-4a122ca5df10','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzA1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._SVI7LsnUMM85z0acq4Vdtb_3bJOFVxfFvqiiHh_CBQ','2022-02-23 15:24:15'),('411f0c4c-17cf-4dc1-8d3e-0e6b11a995e8','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:47:22'),('4136e38c-bf92-49b1-9526-41157b0ab3f5','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:15:48'),('4138af65-9aa5-4377-8221-1f3a09b7efe3','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:37:08'),('413f5b89-0b31-4fc9-8835-a9121ee8640a','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:36:34'),('4148600d-5f94-4544-9814-a6a17bc97926','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:17:25'),('414cd876-c172-4ab6-9d74-14ee7d384cd7','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:55:16'),('41545b7d-f874-4225-80e6-dd3c244e718c','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:46:43'),('415d9709-36fb-42f1-8e70-9c70226ee631','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:58:15'),('416c64cd-dbaf-48e0-9219-635730936d03','m2zA2wZlcKK6NOFaRIh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645630668359\",\"docid\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"m2zA2wZlcKK6NOFaRIh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 15:23:16'),('4170c264-5c6c-45a4-a9b9-67c65e84d6a7','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1crLxCVO4925WXuLMo1CrMn1FcrPsmrjHdSh7kRcMaY','2022-02-24 03:37:53'),('417a77eb-d87f-4ee4-a9c2-c3ff14c63a21','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a8bfd6a1-117f-43a3-811f-8f24390745ab] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 21:18:03'),('417c4836-3ec1-4acc-b2aa-f472a9ee70c7','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:00:35'),('41823267-0285-4e3a-9d54-b709951f44f0','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:49:42'),('418c0bd6-58cd-4454-873a-7aeff9d94230','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:11:49'),('418cd308-0993-4a3b-b7a0-f7b06a5fb9a9','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('4198fe95-2a9a-45a1-871e-01fb6a8e8609','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:37:08'),('41999f68-de92-4183-87bc-44da9710d530','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:13:38'),('419a26e2-1a4c-43ce-81d9-6753e40c76fe','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:49'),('419c60cf-a7f6-43c7-bf8c-3513c3a1b6f5','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:18'),('419cafed-fab9-4a6c-a1b7-6c1086a33dbf','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:38:49'),('419d6255-812d-47a4-b680-b32c3bce4f14','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 12:19:19'),('41a65c76-9efa-4ba7-8ed4-19058c702e6b','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:22:56'),('41b0b282-ba1a-4c86-81ae-801353447e81','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:45:00'),('41bbe6d8-6655-41e0-9342-934fd1500c1d','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:34'),('41bd0025-4b58-40cd-8588-227f8460e9a2','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:41:48'),('41c38c3c-c37c-49ce-9aab-0c1ed616b8f8','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:43:30'),('41c70f60-12d7-4b1e-8efe-8bf2582eaaa0','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:35:20'),('41d409b6-35e3-4269-a4d7-940061ef8db8','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:38:19'),('41d957b6-aade-43a3-a34a-39a39dc98ca9','sMFqn99be3fduyvB7nc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615090507\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"sMFqn99be3fduyvB7nc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:39'),('41df4673-5a2c-4aaf-b4f5-e57032bf9a5c','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:02:36'),('41e278ad-49f9-4853-84c3-f5efeb4e5d5c','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:49:50'),('41f7eafa-f9ba-464d-9ee5-19f2b794fac5','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:27:31'),('41fcd69e-4ed0-407c-9994-7dc6d0ccd330','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:05:40'),('42007732-9631-4c5e-87e0-6d73b78ba856','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:08'),('4200f233-6aa7-4135-ba02-cb4e430c0617','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:45'),('420ddac2-baf0-4de0-bcec-60fe375be708','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:27:58'),('420ffaf7-ee13-48b4-b6b6-4fd51b56cd1a','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:48'),('422cb815-6982-4865-af71-7fdec23e492c','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:48'),('422d849a-ba37-4f2a-bdc9-b2bc24625d3a','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:35:17'),('42364fb0-6914-4c27-a18c-437d9d7fce5d','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:25'),('424f8fa1-40fe-41d1-8483-9582b708373c','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:14:59'),('42543463-61aa-4dbb-a16b-f24cb2dc8d06','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:53:40'),('425820cc-12d8-4a49-9491-9e03c2af76ba','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:53:13'),('42582e53-dc2c-46ac-aeda-50a273d8171a','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y6xgOIzJ3nHQ3kanSYp_NiNA4lHSepRnmrrr0y0cBR8','2022-02-24 01:53:58'),('4273b3b3-87b4-4a1e-beb4-f6400f7fc757','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:25:21'),('4299ba65-66be-4f1e-9461-b8218cfc348a','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:40:28'),('429b2a6d-103e-4fda-83fc-c0fc70478f3d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e5dc2924-01a0-4150-9005-332691ccf01f] 开始执行任务(1):回收授权到期后应用','2022-02-22 20:58:02'),('429e3abe-ed75-4e60-975a-d7434b8f1a92','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:59'),('429fd81a-592f-4f38-80dd-a8b58016051a','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:49:41'),('42a22af6-9867-495d-a5a4-65d4a16a2c51','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 13:10:56'),('42aa2b13-9a03-462c-b3b2-7cbc755366a3','3N6gw5dHlMRCPXYbCqu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3N6gw5dHlMRCPXYbCqu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:21:52'),('42c356df-12e7-46fd-9f08-5ad25f45efd5','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:26'),('42c8141c-7df3-4c29-8c08-e0c91b5efb29','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:38:19'),('42d19b81-04e2-42de-a873-5b00282804ce','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('42d7fc4e-6562-4545-b699-fecae9611b35','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:47:22'),('42fcd8d1-aa70-4b1b-9edf-f23f2b2ceeb1','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:49:16'),('42fce6ab-26cd-4dba-b1a8-ec297d2a2532','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:39:02'),('430789ff-73e3-47eb-a0ff-a2f75d5b9191','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 07:01:37'),('43099459-576b-4a9a-9b62-a444356307b9','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:58'),('430a1c37-293a-4d19-abf0-468f68feb4c7','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:27:31'),('4317f8b4-4b5b-4fe6-a71a-4152ad9c8d73','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:13:05'),('4322113c-0002-4dcf-bb80-5a2297dc7669','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:35:20'),('4323650c-4b25-488a-a904-510c01ed22bb','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:49:42'),('432ffcf7-a5a3-4c60-871d-e2b737fbf776','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:48:20'),('43491f71-0201-45c3-9e95-db232610b611','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[cfe3b50f-97bc-485a-9331-e1c0101207f9] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 22:59:03'),('434a9daa-2827-4d04-b018-b3771501d6a4','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:35:17'),('4360d468-ce6a-4a3d-aa86-714109f2a3f4','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:55:46'),('43676bc2-ed43-4bfb-9124-59da56651000','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 09:53:16'),('436c70ce-3716-4353-8df8-0164d6b3d4e9','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:53:16'),('4372cf57-d5f1-4b77-9830-759db8f8867e','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:49:13'),('43796d21-fa05-4035-8817-745055fc8f6e','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:07:02'),('437da46f-19f4-46f8-89c8-5c6db708cc78','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:36:28'),('437fe05b-764b-4805-9da8-e57613f1da42','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:32:05'),('4386711f-d87e-4161-a6e9-09893e8321e8','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:25'),('4393251a-8ed4-48f8-8402-f86341dbfb24','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:46'),('43954937-25e1-4b23-a46f-54381058e127','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:29:01'),('43989dcd-3deb-4ea9-b02f-12a5cd81afe2','aMYl2tZRCt6aLzGZK4X','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aMYl2tZRCt6aLzGZK4X\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:46:57'),('4398a444-ff90-4c20-b828-d95489333040','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:40:56'),('439b2b2d-1453-4db6-87e4-17f9c74e1387','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:32:05'),('43a1be2e-b18e-426e-a8a1-598a8a71e2e7','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzExOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.eFpaoyWo7JLPGPzO0H3KS4LE0PNpOQ-7UH-zsBKx48c','2022-02-23 15:25:21'),('43bfc51a-a59f-4219-86da-7257de2993e1','4lMUXfSrR2uRw6RiGmW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614812896\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"4lMUXfSrR2uRw6RiGmW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:59:01'),('43c54431-434c-4a77-b69c-bb8114d20d0d','e9SPsOFsSYZTwhgci9i','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614744696\",\"docid\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"e9SPsOFsSYZTwhgci9i\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:53'),('43c64d53-d8b1-49fa-8d32-d563e264d19b','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:59:38'),('43cf3da9-b070-4b62-bc16-3eb43ed1f6ef','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:47:52'),('43d52d96-a3ae-456b-b9fd-918659040910','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f4637968-7dba-4a54-80aa-818f1b6f3cb2] 开始执行任务(1):回收授权到期后应用','2022-02-22 23:18:03'),('43dcee74-6734-48d0-89e1-e1b8a2952280','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:27:36'),('43e84360-0ddd-4b17-ae58-1c1145ff237b','RelPuPtSyTWVro0cwOL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615097072\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"RelPuPtSyTWVro0cwOL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:45'),('43ea8c55-39d1-4cf7-92ee-b420715e9af8','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:34'),('43eb4b27-7dd5-4e59-b4ab-1e4dc2cc9a53','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:48'),('43ef13dc-ce26-495d-a5f0-903f973e3500','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:51:44'),('43f20234-f5a8-49e7-8f97-4b14047a3df1','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:13:09'),('43f3ffb7-856e-45ef-b28c-1495f8d3898a','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:50:09'),('440cc174-a55e-4e3e-a6ce-e94086888a2a','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:38'),('440d22c5-07af-4067-bcbc-7a6cd58995a7','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:07:02'),('4416a917-747b-4780-a16f-a5b9e849fc1c','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:49:13'),('44240912-6b1f-4d74-9d1d-e67d408110d6','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:33:17'),('443aa0fd-5229-41e6-88dc-f0e1b433a956','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:41:52'),('443ad81c-5cd9-4221-93fc-cdb0e2c63083','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 01:53:53'),('443cc348-1b8d-486b-aa4d-c50cabf41c07','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:55:36'),('444874b5-be04-41ec-a110-d267d197b0c7','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:12:45'),('444b3cf4-92da-49d7-bf3f-d4b920f01978','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:49'),('444ec7b9-8723-41f3-8af6-febf46f2f589','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:34'),('4453fb99-27dd-4548-83ec-0f1647f3f5a6','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:54:03'),('44577b06-a154-4be9-af58-9e7ad9ade4dd','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:36:01'),('4466455c-2e07-4d43-affb-f2b5e1e9206e','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('4468e8bf-7888-4b43-b73f-00beea3af777','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:00:56'),('446e633a-0c82-42a6-bcb6-a7ad77ce2071','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:36:36'),('447a35a0-2061-407f-b1f2-08406b80d7fa','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 12:49:41'),('448b22e4-4d2d-4c70-92fe-2363c4afeda6','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:49:13'),('44961129-aded-47d2-88bb-05b64e360ea4','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:24:02'),('449b7f41-fbd5-48d0-aa32-8b11b47cb7d9','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:54:03'),('44a2c36e-3ed9-41a3-81a0-7a8951d24803','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:55:46'),('44a53043-4e90-48ff-a37b-7f804d146ccc','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:11'),('44ac070c-5a16-415d-a6fc-2a0d76af1194','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:22:55'),('44bad297-86e0-4629-bb89-2e2f93d6c545','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:57:56'),('44bbf1cd-e26c-432a-88c5-03fbfd1a88ea','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 01:54:00'),('44dac301-ed01-425e-b250-319cd48e53b0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f079dda6-29ff-4d00-a6e0-07b8b6bf997b] 开始执行任务(1):回收授权到期后应用','2022-02-22 22:18:03'),('44dfb90d-471d-4f11-97c6-658aef197094','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:38:49'),('44eb3f3b-c71c-4b15-be44-6cdca7ede08c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:37:08'),('44f0349d-ac44-4136-ac26-a32771cf43d4','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:49:50'),('4502d97a-b058-4171-b384-494c6c6bc4c5','FBxgjHxTFas5znFppzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FBxgjHxTFas5znFppzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:00:35'),('4507da3e-cbc6-432b-9a00-b0f5943a78f8','BwQdy7pMSGogxoUxhv1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615175241\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BwQdy7pMSGogxoUxhv1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:05:03'),('4511b087-de33-40d3-b162-72c6697b6f18','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:11:49'),('4515f0df-c986-4b6b-ae70-2d87246f36a5','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:30:25'),('4518a022-191d-4381-b3c8-07c1d080b5b3','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and 1 = 2 AND item_clientype like \'%电脑端%\'','2022-02-24 06:46:59'),('45525747-8a06-4a81-8048-d65776e3fe7a','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:57:59'),('45553e45-dfa6-48d1-b2ab-0e885aee986a','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:15:48'),('45596346-62ed-4ab4-861c-61d97624285c','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('455a5943-cb49-46f7-91c4-0df886c9a358','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:04:19'),('4562af08-3b87-4e8a-9305-fe97579cffc7','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 01:53:53'),('4567cb4c-3ade-436f-b74b-9cc2e1876094','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:39'),('45729c2a-9454-4edc-a040-6b001630761b','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:09:38'),('45731ce4-8833-4fa8-a5f0-acb813abdba5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:03:11'),('4578d1e6-59fc-41f1-a761-374fb15bde60','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:11'),('4580fb32-6933-4fb6-97e1-98c4e7372206','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 01:54:00'),('4582b191-2c03-43dc-a8ce-895fbbcabd07','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjg0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.puk36cB3pSHLqqgSHTRxaaHlDJwi15__q2Xcgx7dhYY','2022-02-23 09:47:24'),('458b830a-b681-402f-a18d-dc100ff036ff','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:33:17'),('45960791-dbc6-4d8c-b508-1f91b06cacf3','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.uA7XmuaZveHJvDiFHtxiVNDeiQwReFJu3bERou_FVWM','2022-02-23 15:19:47'),('4596b2e5-60ac-4424-a334-021e3bcd9917','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:40:52'),('4599b3b7-65fe-4cea-aadd-c8976121b184','fadHR6HOvf4dSQltYof','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645625603744\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fadHR6HOvf4dSQltYof\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 13:58:52'),('45a9b62f-be49-4ea2-a2a6-10f00ec5353f','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:19:47'),('45aa8c7f-9d46-48ba-9bbc-61880725af0e','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:38:29'),('45ac5b6b-ad31-4876-8dc4-c0035c22aaf4','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:22:16'),('45bbc4aa-086a-45e7-b282-b19e7f3626cc','xBV85yh05xhSfdDmci1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615088060\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"xBV85yh05xhSfdDmci1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:36'),('45bce460-faa8-4c9a-b1a6-c9e17ae9a07c','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:19:56'),('45c3ffec-aaeb-4584-9c93-4d06fc01dafa','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:26'),('45c561a6-1c4a-4b1a-a7b3-17cc4cf66670','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 12:19:19'),('45cfd6d8-b40e-492a-ac8f-b512995abae1','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:19:19'),('45df9fac-5b64-43f5-b36f-51916f14b7e6','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:00:36'),('45e3fbf5-e14b-434f-b93a-7ff9ed692814','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:49:13'),('45fbd6b4-a978-4727-8ca7-c5fcc556fb82','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:06:36'),('460cb941-b27d-4f4a-9920-2e2121299d47','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:14:44'),('461233da-1605-4c64-8707-43984f3ddbbc','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:48:20'),('4612cd9e-1e3b-4902-9800-c0de321ab623','KD79OZjexo4iKr46E3x','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KD79OZjexo4iKr46E3x\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:49:41'),('46156316-86f2-4658-970c-3ee971f66594','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzIzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Lk8puJCcmN3ibmklx-KU78_p8EunaNFQUSXchM0Z90s','2022-02-23 11:00:35'),('461d0847-e0e0-4bd9-9a80-10b306dc1693','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:30:25'),('462bf170-ea0b-46e5-a8b1-a78b4338ade7','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:46:57'),('462c8d0c-4efc-4483-8797-11aa159f913f','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:24:02'),('462ed5b4-4fc8-490b-b9e8-0215b14dbbc9','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:09:30'),('463b83e7-472b-462e-b688-694372168611','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:01:13'),('4655824c-327d-4696-b6f0-b5698bd13e7d','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:38:29'),('4676334c-0c59-49ed-901d-d0341fceb761','uQQ1BGKl6a9055J6OR8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614725264\",\"docid\":\"J13CD5Ug31yozM9JhjS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"uQQ1BGKl6a9055J6OR8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:33'),('4678b69d-71a9-4d30-9bfb-e2674b8a7cf9','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:41:16'),('46805985-108a-4946-9c1a-f4a64631d464','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:36:28'),('468355fc-6198-4c6e-9a9d-7c4a53f811b2','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__hyLXrVlltH9vENSgz0O\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"search_creditCode\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__hyLXrVlltH9vENSgz0O/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"30\",\"_viewid\":\"__hyLXrVlltH9vENSgz0O\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"_fieldid\":\"\",\"search_ID\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=组织视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,id item_id,id,name item_organization_name,field11 item_creditCode,( SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID ) item_registeredUsers,(SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID AND ( (field24 <> \'\' and field24 is not null) OR (field25 <> \'\'and field25 is not null) )) item_activationUsers,field12 item_registeredAddress,field13 item_managementAddress,field14 item_field14,field15 item_field15 FROM obpm2.t_domain t where id<>\'1\' and name <> \'all_users_zone\' ','2022-02-23 09:36:27'),('468e7b4e-3ccd-456a-b425-3d2c55bcf1cb','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:05:33'); INSERT INTO `sys_log` VALUES ('46a0bfa3-b955-4422-a6e1-9fd049f55c27','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:09:17'),('46a823ce-9b4d-49bd-941a-c91943b3bcfb','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:11'),('46b24bc3-e35a-47fa-aeac-bca580b91b0c','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:11'),('46b41ef4-ef43-41fd-9e12-569c1dfab000','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDY5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sFWtRoRzXWHn_mvY7L1jShdFngDk3Om-UElSkhDK1BI','2022-02-23 10:18:14'),('46cb7f17-6751-4577-9549-cb1a9b6197fe','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:48:20'),('46d075b5-5a2e-4e5f-b894-38eda373fc8e','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:35:20'),('46d33460-fae1-46c0-a2bf-6e42acba6bbd','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:39'),('46df24fe-87ac-4df8-b2ee-7ddfdd5cf2be','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:07:02'),('46ea9e20-09a6-4a04-8b70-b8576a9afb2a','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:36:01'),('46fc16f4-f9d1-4b60-ac06-7f0574cc3879','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:45:00'),('46fc81fb-8707-4bc7-8925-0a3b7a4f850d','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:25:59'),('46fdb448-3b89-416d-846c-9ec6c36aebd4','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzIyOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.PzbA6TaGH3reD5s0KFFG9toFmkrmdu69Bbhfd0ZB6fY','2022-02-24 03:40:31'),('47112c73-abc0-4c98-b11e-0779f92d4796','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:12'),('4715e1c9-679a-4f03-88c2-916b16bdab40','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:25'),('4718d2ce-4b06-4643-8952-e2f8f94e8db9','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:40:22'),('47392875-2887-46bc-b574-6a1a4be9fdc1','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:01:37'),('473c2aa6-9543-46b7-9068-f48f45f2dcc8','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:39:02'),('47486d18-6d39-449f-9557-2e9bb061b74a','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:24'),('476e064d-d6d0-43b8-aa9d-976566318fa5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:28'),('477d3aba-072f-4bdb-a3c9-8a6aaa364856','wmYgRlpdvlappokXBJW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wmYgRlpdvlappokXBJW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:04:26'),('478b2cc2-3bfb-4ae7-81bc-210cd0fe8afd','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BWf3HyDuL0C8LxqFuLJV57S9jlUJN9TmiNbv_TenCcc','2022-02-24 03:55:36'),('478d439e-f722-425e-ab2b-da1c43051cd2','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:12:45'),('478de1be-c9b1-420e-baeb-663bb03e1ed2','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:53:40'),('478f69f8-46e1-45bf-b7e3-6f36167f8098','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:53:40'),('4790ea81-c3aa-4a19-9943-0b409b2ffb5c','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:07:02'),('47bb501a-cba9-4dcd-ad1d-8820b1b4d957','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:05:33'),('47c064e9-de8d-402a-b7a5-e87f4f90e536','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:24:02'),('47c09527-4d48-47ef-ac82-af41d7ef736b','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:39:02'),('47d18a20-1eb0-487a-ac6d-fdd9cb0855a1','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:02:55'),('47d48078-18eb-4998-a9be-d78d8ab82310','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:42:04'),('47dadb39-ac74-41fb-bee3-f2b97d5dfad5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7SLDQnKgqX8jdZd9Nf1E1ti0YUMACUKosCgW79DY2cs','2022-02-23 11:03:11'),('47ee323a-53ab-4d57-8d71-bc67fed5e33c','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 09:11:48'),('47f96f70-c799-4b54-9a94-c77fead3e82c','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:17'),('4806e9cc-471c-4d37-987f-67cc8ca239c6','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:03:10'),('48128d37-3570-4dfb-bec9-63e0a9643104','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:22:45'),('481b5f08-3fa5-4db3-b460-ad6577ec0f47','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:33:26'),('481ee23d-eb07-4d13-9e7f-881ee749ce53','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:27:36'),('48200215-4a2b-44ff-83b3-933fefe0c1e6','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:40:28'),('4824498a-b304-4724-ad30-35c2440a7f32','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:49:47'),('48332415-7dec-4594-b199-7512efb23ad4','whDug4EWpNepKdHFOLX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"whDug4EWpNepKdHFOLX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:10:07'),('4835da84-b85d-43de-bca5-0eaafeb78cd3','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:32:05'),('48387e3c-9011-4c4c-bc46-7b7be3c948b0','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:37:57'),('48419554-2093-4f73-b036-f03e352f56b8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3d84bee8-2a92-41f8-a01f-f03ff61c5a9c] 开始执行任务(1):回收授权到期后应用','2022-02-22 18:38:02'),('48469dbf-7d6b-4195-97fa-c96c68baabd3','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:03:04'),('484db202-6bed-40b0-bdfc-e13786c7ca9d','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:47'),('484e79c2-22fe-4d6c-8bcb-76cee2ffd9cf','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:31'),('484fa83a-c935-497e-8f77-3ed778e53f2b','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:12:45'),('485c62ea-4e2b-4e1a-9b04-bea5c35a0c15','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:14:42'),('48690d32-5bc2-4a9e-8bb4-9acbc08ab3d5','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:05:42'),('486c2b29-c47f-4536-b80b-88d841950c8a','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:53:32'),('487181d5-ab1a-4001-bd13-6311b109ed42','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:47:28'),('48806255-04ca-4ad1-806d-53e77bc1e1ac','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:47:22'),('488136cf-daaf-42db-94bb-fda478fdb77a','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:53:25'),('4885b365-492e-4ca8-bff6-cf3c0f6c59e7','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:53:25'),('4886e51e-a914-4685-801a-2a2ce78869a0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[cfe3b50f-97bc-485a-9331-e1c0101207f9] 开始执行任务(1):回收授权到期后应用','2022-02-23 22:59:03'),('489815ee-3374-4a75-97d2-0a422ada5a0d','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:10:58'),('48ae0797-bc88-4658-9cb6-4700e749123e','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:09:33'),('48b22ff2-ad26-4796-bba3-f6a125166a14','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:38:48'),('48b4dcc2-a3de-4d6c-9929-ca03cf117811','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:17'),('48be2e87-dc04-4d81-a417-435424cc41fc','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:10:57'),('48c20757-616c-4d68-a0ff-ddef32c48f24','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMjEzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.92njxrhjXgNO2V7_h5bNiBbT5fX2U1pYWUL-C36_m60','2022-02-24 02:15:43'),('48c5d14f-e5e4-4d12-ac81-635b00041dd8','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 07:01:37'),('48ce5da9-1974-42fd-9bb0-232e32069347','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('48d4669e-3bed-4a11-ad4a-256b73bb6f01','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:22:56'),('48dd5881-750b-4182-a760-19f428c8231a','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:38:48'),('48dedde0-c538-4eca-9017-574c80d81685','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:12'),('48e18da6-b187-471c-aef4-45e4627b8125','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE2MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hcfSA1U2g0Pxef_F78vnrk69GTbEvSatbs9kh4bP_5g','2022-02-24 04:12:45'),('48e2fd4b-9284-4dd2-b6a3-9ca47b29d60f','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 01:53:55'),('48ef880e-f3b6-4cee-b487-6bd2e2d266ca','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:38'),('48fc21f8-b64e-4c55-bef3-aa99bbaaa315','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:49'),('490b01d3-1a6a-4fcc-9e0e-2c69e3937ba3','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:41:52'),('4911b03d-c7a6-4274-ab5f-f455eac41d6b','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:24'),('49154e56-bd81-400c-890c-2cd238ecedc6','sMFqn99be3fduyvB7nc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615090507\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"sMFqn99be3fduyvB7nc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:39'),('491ca640-3e01-4a91-9d16-2fa59cc19561','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:57:56'),('49202682-f684-48a6-a67c-fe92357de021','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:49:47'),('49383fca-36b4-467e-930b-79ee460d9d57','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:46:05'),('49451c00-acd6-431c-9499-52dd119d8ed9','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:07:42'),('4949b161-6dca-4ce9-947c-445a6bc4e9f1','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:10:57'),('49596e8b-c3b2-493c-9438-e38801569bb9','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:17'),('4960ca9e-5118-4b54-ac6f-12a2f1dc7390','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:49:05'),('4971045a-5d0d-435a-9aab-8adf63f57057','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:00:35'),('4974ccde-0a3f-44ef-8d56-a33d8fde30be','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xvfmugcphZZOaaYiwn4FrbUtXKCCwFDcbcZ8X_CiGFc','2022-02-24 04:01:52'),('4976955a-f370-4c56-8c84-629671701ab0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[497e0743-0831-4f4b-9c08-99ba74acc00b] 开始执行任务(1):回收授权到期后应用','2022-02-23 16:39:03'),('4978db0a-13c6-40c3-b5fc-59b0278b32cd','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SoTIjqQwqGw9yf6riqG&opentarget=detail&linkType=01','2022-02-23 11:02:55'),('497a5b19-3b72-46ce-98cc-ceabbb62bed4','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDQ5NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DCDuvx9AV7kspg0q-u1F-2ZR8b-WkMISiiYYl1cYUS8','2022-02-23 10:14:58'),('49a8a0db-dc17-4ecb-aceb-e00385ca5b4c','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:49:05'),('49a98e2b-8424-4a0b-83db-e7b85ecebec6','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:41:51'),('49b56b0d-fa9f-4c2e-9ca4-e0c68900a4d4','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:39:14'),('49b7c129-beb5-4b46-a59c-5069534f2134','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:17'),('49bae7fc-58ae-45eb-b02d-28fe3a3720d7','DzrXeKJB7PZIMTx7tRT','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DzrXeKJB7PZIMTx7tRT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:57'),('49bfa72c-8f35-4f69-8d20-802980f0a79a','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:55:36'),('49c07ee2-20b3-4317-b883-4a55ab9fba34','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:38:49'),('49c0b15c-221b-4374-999c-a7dcec0a47a0','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:15:46'),('49c3657a-075f-4d8b-9e73-af6e6093c483','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:02:55'),('49c42626-7f91-4e31-a10a-98e7aa2b2e91','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:22:56'),('49c56f76-587b-4358-ad07-2c142c610c0b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d3c53d7b-7a63-430d-84d0-9a93447b664c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 14:18:03'),('49d1e546-25d9-4df4-8bc1-fa069113c9dd','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:05:42'),('49d932df-ab97-45ce-92fa-0e0be92b923c','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:11'),('49db8081-1492-4df0-826f-1e6ddb6f6728','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ff261ad4-1816-4b96-9cae-862c9c718ed2] 开始执行任务(1):回收授权到期后应用','2022-02-22 11:58:02'),('49e66fb3-9453-4b83-9fbe-d10ac765399f','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:15'),('49f09fdd-bb8b-48bb-8306-f176dfb82ab3','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:38:48'),('49f241f1-8a3b-49d7-928a-4e16f0a60efd','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:36:36'),('49fc0279-92c9-41fc-bb4d-72faed3d5e40','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:32:05'),('4a05970b-38b0-477b-8bc5-bf117c48f962','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:49:13'),('4a110b26-88af-493e-8611-8c838691fd6a','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:40:22'),('4a1bafac-73ba-4e14-885b-b8c9799b430b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[efcff4bd-4e15-4224-a63f-ec0f8076d606] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 06:59:03'),('4a275296-577e-4923-845f-bec2351b1ad7','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:13:09'),('4a277b43-957a-41ac-b719-cec9113d6280','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:18:00'),('4a30f28f-6706-4094-9872-b80175833e63','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3ed3879c-39fd-4be3-89a2-eb577099bfd3] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 20:59:03'),('4a37992d-b032-4498-a083-8ed169fa043d','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:51:36'),('4a3d9f21-c889-4111-a4e8-23becc63cfcf','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:07:30'),('4a46e7e5-649c-4662-ad2e-bd3f7606ec72','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:39:14'),('4a4901f3-ae5c-48e3-a99b-111eeb4b6872','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('4a4b54fc-b344-424b-8e19-96790c1250de','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:50'),('4a4ef799-66ba-4016-8838-a6f40bdcab91','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:04:19'),('4a503f35-a4ab-4e17-a7e8-744844ec4035','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:30'),('4a531256-a438-4912-af09-b69865619203','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:31'),('4a56f79f-5c7f-4d9c-a1c9-b8b1199edc58','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:07:02'),('4a58815d-ca76-4df8-a79c-823ddd9da4a8','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:01:13'),('4a5b2a06-5c22-4204-928f-7aedfc386a6e','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:53:32'),('4a5ce82a-1f7e-4052-9043-8c2158ec5065','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:02:52'),('4a6071c9-4d15-4b1d-8cc1-c6bad995d00c','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:49:42'),('4a663acf-abd1-4ff5-ad42-9ea9f429024e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:37:12'),('4a721181-f1c2-43af-a939-315207a0b212','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:56'),('4a72896d-5d8d-402a-8907-55cf2d4a7c6f','PTvgTE2w98Gzr6uqnjN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PTvgTE2w98Gzr6uqnjN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:55:43'),('4a74be97-c7f2-4ceb-b4b5-2e9d46c1616e','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:49:16'),('4a756c58-ea5c-4e79-9662-9843422a4731','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:03:02'),('4a7723ac-1f68-4313-b11e-bd055a21402f','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:14:42'),('4a848e83-c813-4d40-928d-1ea8309fc539','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:01:17'),('4a878d2c-265b-4bfd-983f-d5a3c3b58d91','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:49:13'),('4a8f8bb8-ab88-46e5-bd34-e224a3d21f6b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e6322e8f-5da8-45d7-a5e8-d3b1b5d8ed2b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 09:59:03'),('4a971a20-6733-4c43-b0b5-7603b353bf85','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:46:59'),('4a9db784-29a4-440c-b060-49309b27383d','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('4a9f6d53-ca8a-45ac-8be6-d7e2b30fda5e','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:22'),('4aa26c94-fc8e-47ed-8fb0-0a5e0b52d928','KD79OZjexo4iKr46E3x','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KD79OZjexo4iKr46E3x\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 12:49:40'),('4aa3f6f6-237e-4329-9d3d-1123d6c920e7','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:36:36'),('4aaf6fb7-5262-42cb-aede-b3adfba81b15','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 09:49:13'),('4ac346b0-c52b-4837-86ba-0c1301e12df0','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 07:01:37'),('4acc2c2e-12b5-4641-b0d2-55557482caa4','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:34'),('4ad03326-d852-4150-bdcb-4e6e495fbcd3','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:41:04'),('4adc50c3-be6b-4062-a4b7-adccecaf2c14','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:41:04'),('4ade567b-04be-4ca8-a8c0-062646faab99','8ZWNJDvk3cPtsAgki5p','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8ZWNJDvk3cPtsAgki5p\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:55:37'),('4ae7223a-e102-4781-bde1-fa54d81f3c31','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:59'),('4b03c2bf-c33c-49db-8d9b-29175c373908','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:41:51'),('4b0a6e71-780e-40e1-b9bf-ab9c7cb9f715','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 12:49:41'),('4b250e50-eb83-45ff-b321-9771970ec4ed','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cHe41YnvDaOzv5Tap2dXMK2VHJJXzwjPMbMz3fNseVk','2022-02-23 10:09:38'),('4b273d77-eca5-48df-afca-a776285a08e6','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:53:40'),('4b2d981e-1544-4b85-88e5-b906111bfe99','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:41:06'),('4b3b603f-e82c-4b99-882d-472d7bae6b82','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:38:48'),('4b40389a-6478-4581-979b-873f517c1e47','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:25'),('4b41e875-b872-4694-b2ed-180187e219a0','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:00:36'),('4b4449c0-47fa-4922-942d-36e039a5d91b','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:19:21'),('4b4afbe1-580b-44cd-9ef7-fd203314532f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ea0a7b5c-dfaa-43ea-a7df-1bc63e2b0418] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 07:19:03'),('4b5fc62e-e986-4d6e-a31f-5a42922e4c2f','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:39'),('4b61b0cf-64c2-43e2-be63-f0524e36cfc5','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:40:52'),('4b6e8699-180a-400e-8ce2-e6323c2ceff2','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:51:46'),('4b74241b-6388-4d0f-b0c8-2da4a0e69cc6','whDug4EWpNepKdHFOLX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"whDug4EWpNepKdHFOLX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:10:07'),('4b8eb10a-d854-483d-9655-da6757f4cb74','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:49:47'),('4b91159e-269e-42db-abfb-3662d3445767','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:48'),('4b9da256-6da0-46d8-a0dd-1ba91511485b','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:59'),('4ba3d901-7f55-40b9-87d1-52aa29d320e8','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:55:46'),('4bade5a7-ec46-483a-adb8-8950d39930b0','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:13:48'),('4bb4ce13-f903-4bf7-8352-3b7b34c73489','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:12:45'),('4bb54d8b-748a-4a58-9155-9800b24b6367','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:08:27'),('4bbe8b97-40d8-4f98-b552-8b9f4928af0f','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:22:45'),('4bc1d560-cbff-41d0-bb60-fb94ff026b4e','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:38'),('4bd09135-4c41-4f7a-ae7b-948cc546b602','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 01:54:00'),('4bd30364-e461-42fe-b30e-7f474b839af7','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:51:44'),('4bd68019-544e-487a-b4f6-bde1c19bf5e1','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:22:45'),('4bd81a33-77c3-47ed-9701-103c6ca1d8e7','ZjvyvtGKP0zkdyy0g1k','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZjvyvtGKP0zkdyy0g1k\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:03:04'),('4be31283-429f-4302-b525-b12421c2343e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[387ae849-e4f0-4fd7-b29a-a96be92a641d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 15:18:03'),('4be56f35-8008-4e6f-b534-a5bf00ef91e8','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:18:14'),('4be81463-136f-47c0-8fad-330595ce9219','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:35:52'),('4bf13eee-7b25-496a-be98-273f712fd252','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:38:48'),('4bf542d1-f5b7-4254-9ed9-d825718c16b5','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:10:58'),('4c08b4b1-fc5a-44c5-914b-56ab6b95c8ca','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:01:13'),('4c147a29-e555-4783-9a42-1a76acd36273','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:45:02'),('4c21be07-19f7-46d5-840c-75fddd018af9','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:28:59'),('4c22de6e-d86b-47d9-a54f-783e49146c72','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:53:16'),('4c3005f7-db70-47ce-b2e9-d0f4abe13832','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:09:34'),('4c3db2bb-5bab-430f-88f4-9e572f964e6b','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:39:02'),('4c3e31fa-ed14-4a5a-8620-41bca10d60d1','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:36'),('4c441bd5-acf8-465a-a62e-44d4e1e13a0f','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:02:50'),('4c60b111-f792-42f7-afc6-c91008aee88e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:57'),('4c807024-5c9e-4cfc-8f38-bd5f78186901','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:13:05'),('4c89d146-d02e-41b1-a180-5ed662fdb0e2','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:07:51'),('4c8bdb11-9d41-4c17-a53c-7e4064951149','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:38:27'),('4c9675b7-fb09-4ab2-86e5-373cc635ebac','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:41'),('4c992c7d-0b4f-4ecf-8338-60238d2a875d','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:26'),('4c9c2f88-bc54-4228-a2ca-1c057d7115e3','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:36:01'),('4ca13ec8-1a80-4059-8cc7-9baacdc8e1ff','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:05:39'),('4caa3ce8-eaa2-4208-b139-169bd2ead6ce','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:18:12'),('4cbd2a7f-72fc-4c1b-8c23-a327d1b1069c','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:13:42'),('4cccf5f3-4fa3-42ab-b27f-fde468864163','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dixV3FIUgz5flKBjLvphkwJZMl_fT7KGh8izIwnU4CY','2022-02-23 11:04:43'),('4ce7013a-d279-4137-9866-ed4aa7b45a8f','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:04:28'),('4cf8528e-5d32-4e72-bdeb-6b9f7ccc07b4','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:53:40'),('4cfc2ba8-9a95-49d5-90b3-8f099b9aca14','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:40:41'),('4d073e03-69d7-481a-8f39-008a44b42527','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:31'),('4d19044e-453f-4db8-8486-bdb72c990156','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:58:04'),('4d1e2bb9-57dd-4668-bdf7-3c8465f6833d','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:54'),('4d243582-aee2-4c8d-a136-984b9368dc73','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:38:48'),('4d254278-7196-4a43-99c5-89ed4d980606','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cgRPEoXYSRt_N73whOTgCpRKpVPLt3YQrhxi5IRXhDs','2022-02-23 10:16:30'),('4d2f1cf2-bd1f-4ac9-9178-91d3864a7caf','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:22:16'),('4d446edf-942c-4392-9e1c-23eaa1768903','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:46'),('4d6701eb-6e3e-408f-9adb-a9166a5b555b','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:53:25'),('4d675d0e-e078-424a-ab5f-2d5d698901b5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:03:02'),('4d68c744-afe6-49cf-a8b4-f0a51be6f5cc','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:22:45'),('4d71489f-a1c5-4713-99e2-17c82f2b63cb','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[795b6b58-78d3-4d11-8b09-1ffcffed0f26] 开始执行任务(1):回收授权到期后应用','2022-02-22 12:18:03'),('4d72ab1a-7d3f-4029-8cd9-2b79da746ed6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[54af5a60-d60b-4c2b-a701-649e16f8a3c7] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 00:39:03'),('4d7500a5-5ec5-4949-ac09-374e85b4e352','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:17'),('4d778811-fa39-49ec-9b1e-3c14bf71790d','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:00:36'),('4d81dbd5-08d8-44df-ac2a-925c1019fedf','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:14:45'),('4d86b83d-b63f-4d34-8fcc-6029885ecca9','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:08:25'),('4d89a329-5295-4683-8161-fea8f358cc90','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:04:25'),('4d907f71-fdb3-4f75-92b3-5a5c5fd9d2b1','cc6n9PLIKYEJQaY2HoB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645619638435\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"cc6n9PLIKYEJQaY2HoB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 12:19:27'),('4d95c02e-0acc-4fc0-9df6-8bb5b76a3af8','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:40:22'),('4d9e2e49-b1d1-4fa8-833b-2662317c0c9b','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:00:35'),('4da02972-736f-411e-9a83-8274ead4d355','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:08:27'),('4da0e65d-fe63-44f4-aa1e-4975fcd49704','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:48'),('4da11b2a-1412-4bf5-83e4-dab2ccf706d7','wmYgRlpdvlappokXBJW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wmYgRlpdvlappokXBJW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:04:26'),('4da3c92f-cf7f-4aa5-9227-a8b28497ebcc','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:47'),('4dab08d5-8cea-416d-a9ba-c1e42f049f86','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:35'),('4dadda8d-ae72-4077-8474-40ea53cd27b3','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:38:54'),('4db8f916-1052-4dce-82a2-a5d24d67b841','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:00:38'),('4dbeb794-a554-41ea-9713-463765d3962d','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:26'),('4dbff36d-0d31-484a-a840-bd0c6d6d6fe5','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AsrboDfQXcpyCo6q1S8NUkd_kvy7YVszp0NaQxpcazo','2022-02-23 09:49:16'),('4dccde83-870c-40ac-9e3b-77d2622c38ae','5kJjOd7lsNXIKJ1yVFG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614838136\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5kJjOd7lsNXIKJ1yVFG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:59:26'),('4dd218d0-5ffc-481c-a7dc-bfe48ae178c9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5d919aa7-5e78-4ba0-8aab-22ff536f6e3a] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 05:59:03'),('4dd2cb31-2b6c-42c8-9787-8c1d0017007c','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== ','2022-02-24 06:46:59'),('4dd41fd2-dd70-4ea4-adcf-9414824d5164','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:31'),('4dd5fb85-d37c-4c6a-b766-d1606765e0bf','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE1MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TTW8-0zzYOnFsT0Ifqm1yMKHCmHttA3vp1vR6UCUapc','2022-02-23 10:09:15'),('4dd8932a-cbee-4798-8809-ae202896c106','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:35:17'),('4dea9ca7-72cb-4b9c-bbf6-c064d90587ab','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:53:13'),('4df92ea4-5a99-4223-a741-2229814f3c3f','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:53:16'),('4e03bf40-c09d-448e-8281-aec49f729678','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:34'),('4e03eaae-365c-4103-b077-bf3ad66123f4','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:50:09'),('4e066890-0907-4304-8854-06fede76ca39','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 07:01:37'),('4e0b32cf-2bc0-48f4-b217-0d10d671668b','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:28:59'),('4e1faf47-3b33-4b8f-85f9-72b2dff05410','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:45:02'),('4e27a6a6-ad10-4ae7-a902-155da03c656c','cc6n9PLIKYEJQaY2HoB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645619638435\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"cc6n9PLIKYEJQaY2HoB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 12:19:27'),('4e2c9aec-74b7-4c41-9348-c7411b3cb6eb','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:47:52'),('4e2e34a7-eeec-4a16-9e05-def8431a38f9','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:47:28'),('4e36dbf2-37a9-42b0-be47-72c100ca57fe','kt6r3JJNLCPqyGzsyuy','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kt6r3JJNLCPqyGzsyuy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:50:09'),('4e381ee8-4eaa-4e19-a41d-758bacf2bdb2','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:24:15'),('4e3c9842-fc3a-4759-8631-c0943582d06e','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:07:51'),('4e46220a-fb15-4f95-89f5-478cc5b16a7d','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('4e47ff16-2c0e-466c-872b-4605e7f7427f','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:58:15'),('4e49dc42-dc8b-4c84-a943-0738be5ac4c7','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:18'),('4e4f9de6-adce-4ed1-a985-44f75f67ef4f','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:35'),('4e520e0a-7762-49c6-a396-40a03ad07907','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:29'),('4e552fee-b0b6-4e2a-858a-408811a0d1c8','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:55:37'),('4e5dd462-0408-4ee9-a3b9-fee3a6ea0db0','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI0OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ytvEpeLFl73wh14GXFIKiTvrvW1kDP6MQGuXAs0b_tA','2022-02-23 10:27:31'),('4e604574-c118-4c66-ae94-741daf28bba6','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:53:16'),('4e6a4f1b-6b2f-4695-85d4-b64bab862c37','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:08:27'),('4e6e0dd0-2491-4e19-bfeb-4b870ef84aed','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:37:12'),('4e6f4575-038f-4b2e-b16b-33d7014e7462','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:07:30'),('4e74e883-1792-4729-bd1f-bf7266d402e8','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:49'),('4e7c6418-b38c-4673-906f-c94b1bfb7aeb','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:06:37'),('4e915030-588f-4d47-9dfa-040e6dd71318','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:03:11'),('4e9642a6-7d74-4f91-9b30-35389895022b','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:39:10'),('4e9ec815-9bb1-4068-9c00-fe5c2edeb7cd','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:53:40'),('4ea88006-7149-4280-8352-3bffe386e791','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:05:39'),('4ea898ba-f9b0-45c6-bba2-f06146ebdaeb','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:53:13'),('4eaeb1c8-fff8-4e0c-8d65-a64a388ecfe4','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:00:35'),('4eb70aa9-6008-4481-a09d-5b45d6eb7c35','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:29'),('4ebf0111-dd83-47ca-b4da-62145c0364c0','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:07:02'),('4ec0edcf-8515-427c-8730-b2a3f603b4ae','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:27:27'),('4ec6b4c1-0f29-4294-b397-3b138b6a6004','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[79812ebc-628f-4829-964d-a96bd6768f87] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 05:39:03'),('4ecc5775-a0ba-4a2f-8c59-3e42ffefbb6c','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:41:16'),('4f04c49c-f8c2-41cc-a485-e4b57200ed6c','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:00:55'),('4f0520e3-25e1-40e3-af09-bd08c0140f8e','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:13:38'),('4f05a19f-84c0-4b6e-a4c9-2fc13bcb68f3','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:13:21'),('4f082bf1-8072-4925-9ce1-12b30854f2e1','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:51:44'),('4f1f016c-8a2b-4b9d-a698-1461f127508a','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('4f21206b-ca21-4761-bbca-709eea2ec062','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:53:13'),('4f2f84e6-d55e-4025-aa4a-8c2ca70d550e','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:41:16'),('4f366b3a-fda5-4cfb-ab9d-9904bd84dae9','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:36:28'),('4f376fa4-758d-4f98-b7e0-125cdbb64dd0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:03:10'),('4f37c831-e52d-4ead-bd79-67481def8a5d','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:40:28'),('4f3c3abb-f7a6-4978-bae4-613eeb98a640','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:27:27'),('4f40d1a1-97d1-4cef-802b-67601d114379','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:59'),('4f410b20-2e1b-4bc1-b956-9ccd2d3e8dc5','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:49:16'),('4f4b8dd7-5676-4347-bfa5-00201e63ddfe','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:45'),('4f4cf081-a8f7-43c5-85b0-f6691c3ca735','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:26'),('4f52d088-c6f9-405a-bb2c-19b32dfb21c0','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:34'),('4f70f4d4-1b81-4fc6-b62a-51258bc558ba','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:04:25'),('4f7255b9-ef23-4b8f-a686-b89ac0f8ed4d','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:14:42'),('4f7331a2-7d1a-4b8e-8a02-b08aba24f0d7','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:53:36'),('4f7ba147-a2a8-4745-b63c-fcced9fe9606','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:19:21'),('4f8258f3-43af-4a85-9467-68bd4319d3b6','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cHe41YnvDaOzv5Tap2dXMK2VHJJXzwjPMbMz3fNseVk','2022-02-23 10:09:38'),('4f85f670-e537-47a7-a03c-b4b74896c813','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:13:05'),('4f891f1d-d8c0-4b2c-b600-29cc09287d72','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:30'),('4f894cd0-bff5-4589-b57a-bf6c7370dbf5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b502dddd-5a24-414e-8695-01a472eeadb4] 开始执行任务(1):回收授权到期后应用','2022-02-22 03:16:02'),('4f929839-af15-4f33-99c6-23a8b2dfd5e2','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:55:34'),('4f951768-6c9a-4ef2-abb5-f344caf220c3','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:12'),('4fa02cf4-f354-462d-b91b-5fc185fb1646','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:59:38'),('4fa05fdd-7dbf-407d-9be5-9ba0442890ed','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:07:13'),('4fb62671-c794-4497-a407-11a4db1a731e','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:51:46'),('4fbb6150-dd3b-41f4-990c-da5e93f681ca','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:24'),('4fbc7802-af13-46f1-8a11-ed863b3580b4','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:38:19'),('4fc2b1a5-90f7-4f28-a368-688bbee7819e','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:01:49'),('4fcca9d0-23a0-4d34-98a4-23dd21abbb27','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:51:36'),('4fd5c7c1-c624-4808-be8d-b73184871b2c','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:25:21'),('4fe0bbe7-3e27-4c45-9b5c-c2ad816759ba','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:53:40'),('4fe0ea8c-8bc8-4cf1-849a-5057204fc362','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE1MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.L0n6qW6b3lXe8Un9TYammP3nLUrz-k8QuxHAWsp5C5k','2022-02-24 03:39:15'),('4fe5a5b6-4e7f-47a5-9e95-6ea9c2b2b302','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:35:22'),('4fe7572b-d70a-42b0-a75e-f5a5bc75019d','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:58'),('4fea9c48-b21d-4cb6-97c1-2893ed00846c','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:59:37'),('4ff63507-f743-4ce2-b2be-733319b85d33','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:14:45'),('4ff9dd54-a39b-42cd-8ae0-18941ecac401','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[646b1950-eaa8-4085-855a-bf0a0ddde084] 开始执行任务(1):回收授权到期后应用','2022-02-23 14:19:03'),('50089bd6-81a5-40be-95dd-64c1da4a932e','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.FrdllYdZq7ikJww6bHPyy7VSX8gIjVy3XiAcCfP6vKI','2022-02-24 03:38:22'),('500ca7c4-5e81-4e4f-bf08-c1496c560e05','Wh4KXIDMVVg4ENs5xzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615007929\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Wh4KXIDMVVg4ENs5xzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:02:16'),('500cc394-8365-4c9c-8572-69e98a89595b','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:40:31'),('501e06df-7dc1-450a-8fb7-d7cf7d1adc71','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== ','2022-02-24 06:46:58'),('502d0f67-2888-497c-bff9-29a0c449de3e','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:41:48'),('5037f727-7c9a-4517-97c0-e8548a3d41d2','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:38:30'),('503f83b9-7e26-43ab-95d1-4aea7d8e44d6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[487a3c20-f1c7-4d69-90d9-6c994d3b1061] 开始执行任务(1):回收授权到期后应用','2022-02-23 11:19:03'),('50431e18-c378-46a5-b70c-bba986c4513c','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('5043b2e9-6dd8-422c-b753-d37bc68d4244','80Fmy7EHkI3SKZnCS1l','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645624335130\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"80Fmy7EHkI3SKZnCS1l\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 13:37:43'),('504428a5-995d-4155-986d-f081409e1c2a','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:22'),('504fdb6a-145e-48be-b0ee-7440fe81d428','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:36:01'),('504fe321-0bec-4090-8658-5a7b5d42974b','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:56'),('506f644f-d659-431c-893d-80508844c6cc','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:35:52'),('5073746e-00ac-4230-92bc-946bd28490e3','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:46:43'),('507627af-ba85-4b53-8cbb-37bc99774d84','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:47:50'),('507ccdc1-374b-45bd-99a1-e1aafb0aa090','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('507d9c39-79b6-408d-86cf-3901b587032d','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:14:59'),('5083358c-e934-496d-861a-4efeb3ed3cd7','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:11'),('5087754b-b9cc-4aa2-9182-4cf297731cc7','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:30'),('50971211-980a-4920-b1c5-5aca30fce38b','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:12:45'),('50a3fc0a-daf1-49e2-9ea6-6e9df96ea72d','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:59:36'),('50a55763-6a79-49d6-b248-7b52e480d23d','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:49:42'),('50a67ed0-082a-44da-b94f-49cebfc6ddbb','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:40:41'),('50a77199-1543-4986-9d02-0930e956778c','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:52'),('50a96be5-70a4-4620-a1ed-72b2d6d3eee8','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:36:44'),('50aa0c79-434c-4488-9378-58d8f7be5d54','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc4MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YzCysx9Ty2jFwb7inorsEYSrwxgwK1pLCapheX88csc','2022-02-23 15:36:25'),('50aec024-8900-4791-a06a-4b74af86971e','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 01:53:55'),('50b2b561-bdfa-4242-ae76-b34bc0c15d24','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:18:00'),('50c70913-aa67-4b0d-832b-17a95c601404','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:25:21'),('50e09850-bff3-4694-912c-76685bd1f4fe','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:41:17'),('50e23aae-ebc8-4adc-9ae4-c22e6e8ba91c','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:17'),('50e42a0d-3d8f-40c0-a446-b5b7c79b6f20','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:07:02'),('50e63461-05b8-4665-a295-3fd421ba071d','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:14:59'),('50f8aca6-abe2-4670-8f57-71833b5df459','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:58:04'),('50fcaa9b-3721-40a2-ae19-84ccbccf308e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:59'),('51017189-53c1-4491-b2a9-925914dbed5b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BauiT8wakl8Xo-vXbAcylVQQrRYvDkHo1XxcrX7wK58','2022-02-24 04:01:31'),('5101cf90-18eb-4eff-8064-3a796ae78361','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:51'),('510201cb-9277-463d-bfac-cf75758a1a08','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:19:21'),('510e0ae6-7767-4cd1-a462-a5d5ae12a7f0','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:14:59'),('51139b78-72cc-401b-9edf-bf06e5c523dc','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jpl9uUchHxeyZyA7_Wx4oq015eV2TjwO2EcciwNoUE4','2022-02-24 03:53:36'),('51209445-0d97-47ae-a04a-2e7fbe4d389a','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:49:13'),('51217f77-ced3-4287-bc2f-eacaf7feaec1','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:40:22'),('512badf0-fc7f-4d40-aa85-dd1801e92506','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:37:53'),('51462a8c-1cda-47b2-b3a1-6f64a353b821','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:38:29'),('514d85a6-3d6f-4981-a40c-a4c23f9b10c0','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:05:42'),('5152ab7a-c687-45bc-ba6b-9ab91133576f','PgYHIupMoJjb51ucmhx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PgYHIupMoJjb51ucmhx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:27:36'),('5154fe05-5f80-4f67-9917-4474058bd3d9','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:27:25'),('515ea434-6543-4deb-89b0-c013720bbccc','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:19'),('5168417a-e9c6-4855-85b3-152e4439f178','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:53'),('517559a8-99a2-4a3a-b6e1-b76cafd3ab3e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[de2248d3-71eb-476d-a015-99dd8ac86891] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 08:16:03'),('51802433-956f-48b9-945a-d411951372fd','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:35:22'),('5192952c-c33f-4808-ac64-589285eaf5a9','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:19:21'),('5194415e-435d-4627-8056-b5ea67801dd2','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:36:40'),('51b2d129-d787-4239-bf36-72026dde281d','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:59:36'),('51b4a9f8-689d-4701-99cc-c9d070ed383f','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:47:50'),('51ba58a6-35d7-4e25-a057-d3ab2985c627','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:53'),('51d17dca-44e6-4058-a04a-ad5b426fe65a','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:46'),('51d209a7-e438-401b-b38f-2115ef716504','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:55'),('51d546da-cf70-4c38-85af-fb4847dc216d','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:22:15'),('51d8bbfc-a572-4eb1-a43d-a01b0123411f','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:12:45'),('51dc5b33-5f9b-48d1-ac79-6621722fec9b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qlBeca76-4vY9QQXzOvaCX5SP2z-ml9EHz0uvQKOZEM','2022-02-23 09:47:17'),('51dd4b54-c32c-4ced-bd3b-3cb55f2407dd','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:07:42'),('51e07955-bb16-4353-99d4-96857a4c9a21','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:30'),('51e989a4-4c8d-4a46-8d56-a2e39666dc9b','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:55:16'),('51eadfde-c2cc-491d-b401-ab029338ebbc','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 07:15:44'),('51efb530-1843-4032-ab52-2cab68dfb1be','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:28'),('51f03494-dee1-4caf-92f8-cb389e77a240','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:10:56'),('51fabe70-4807-49c3-8e16-f998c3a934d3','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:11:49'),('520c209a-6c4a-46b4-849b-8d4011601a8f','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:32:05'),('521729d9-dd0e-4845-b40e-137d7221fced','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:35'),('521b645a-b741-4ee9-be3a-3935a5246cc6','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 12:19:19'),('52203fed-a32d-4be2-bd5b-ef6a902e49c5','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:46:57'),('5223ed7b-c8c9-4ca9-9913-493e4ace0ceb','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:36:28'),('5224395e-c4d9-4e28-b2c7-75e6defc4433','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:35:52'),('5228a96c-b347-426f-9a14-6e4b06943f3e','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=操作docId:owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL','2022-02-23 10:45:06'),('5231dbed-aa9d-48f8-b019-2b137d79745d','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:49:50'),('5238ba7c-fa62-40cb-bcaf-619d222a2fe2','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:42:04'),('523a35cf-dd81-41eb-9ba9-79ba36637fcd','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:39:12'),('5240c3b4-917f-47f1-b6cc-ef5f43291c5c','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:35:22'),('52418f50-992c-4fe9-91c0-231bbf152ce8','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:38:49'),('5243d0ce-2d52-4d2f-88ab-6d844d646831','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:50'),('52574c95-360e-4252-af48-89064b89b21d','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg3NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gCKuLMJp-GhwQaQVgX5QkLN8ySVu5x_h1luWA1tcsCY','2022-02-23 13:58:00'),('5258c316-15b6-4ab4-a096-af5fb592e6f6','X0fhkHer4HGyVPOuYgC','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"X0fhkHer4HGyVPOuYgC\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:05:21'),('525adea2-942b-467f-aeb8-31b4261ac0ea','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:52'),('52620cb7-d5d2-40db-aa4c-14ec35b00569','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQ1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.6RzxhSind0sE-PLcR0AlMM2MPLJnCmujtTsDnKO1ntk','2022-02-23 09:40:56'),('52620f2e-7b4a-469e-aebd-00ad481351c7','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:33:26'),('526529ea-de9d-40d4-83cf-f7efd17cc057','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:19:56'),('526ba82b-bbeb-46ac-aa9e-9b49f57fe8d6','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:00:35'),('5290cfd7-e30b-40a2-a3a3-f120fa01f930','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:59:36'),('52a953ce-4098-474d-8321-f494dfaedcfc','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:17'),('52b0a89f-9465-4c53-8f97-0e11d6e709a1','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:22'),('52b2c059-5e0f-4454-8cba-f222575ffefe','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:19:56'),('52b4ede0-7f5f-4d9a-9123-789bb0dc7043','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:41'),('52be1f7e-00ee-4cba-88a2-19aaf6a6f3b6','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:02:50'),('52c1110f-dfef-4914-b641-be3f8c986669','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:47:50'),('52c16544-49d2-4e67-a45f-56f4cf9dd5f7','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:25:21'),('52c95bdf-0553-4549-a214-8b649f5c5736','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:14:42'),('52d30f35-0e19-4bd7-8dd1-a58e82e02d7a','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:53:32'),('52e50ac2-ed0a-41a0-aa07-8f9359c0348c','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1crLxCVO4925WXuLMo1CrMn1FcrPsmrjHdSh7kRcMaY','2022-02-24 03:37:53'),('52e5c3ee-b7be-4b94-bcf5-1863904c6a78','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:02'),('52e646c8-dda3-4e08-8bb7-c5b50b786ef0','kfDrvkA9PMc9DexjJfp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kfDrvkA9PMc9DexjJfp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:32'),('52e7fb5b-9196-420e-a0d8-5c977ee0a6ae','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:05:39'),('52e81df7-53dc-44a4-9cad-e244df03edde','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=doctest----:有效','2022-02-23 10:45:06'),('52f5bd1a-a85b-4923-bada-46efb50237b3','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('52fe6881-d13f-4694-81bb-d220615731a6','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:13'),('53066160-96ff-4511-83d7-60983545d763','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:41:06'),('530f6e9a-4cac-48ba-a84a-5737e516485d','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:51'),('5311ee7e-5fd9-47ed-9630-075f989b5b2e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NkLTaVihcg0YJSEIS2cNghQHefJwtn15uz4yUefBVVQ','2022-02-23 11:02:52'),('53146143-6cd9-444d-a713-5246dcffc203','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 06:49:47'),('53335bb8-4675-4604-8a42-94a18894e344','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:33:26'),('533a95ac-71c1-4804-9966-bd077ef7c6aa','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:17'); INSERT INTO `sys_log` VALUES ('534a9ee6-63b0-4950-8b31-fdf8bdcf8b29','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:00:56'),('5358b66f-de36-442f-898e-24123ae0a4b3','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:35:20'),('53593b13-6be8-4075-ba4b-21db48072d9d','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:08:27'),('53647f06-ca6f-4811-be48-a4b0fa433f95','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:58'),('5369e58f-6d24-4b2b-b3da-e2ea0f6d927e','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:18:14'),('537af293-0447-448e-9a82-b9958b53e09e','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:07:02'),('53939bff-7745-4ec2-bb43-faee4856e8c1','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 07:01:37'),('53a22d7f-a895-48cc-a191-49511b282f76','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:09:17'),('53ab2cbe-b911-4a2d-bc4d-b94d04314871','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:39:14'),('53c6233f-a91a-40f6-8925-6ff3af39c96b','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:14:59'),('53d06040-43dd-4c25-89e0-a4abfe10c0b0','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE4MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JdN0ucgauT488-nmePrLM5rO5lvpF54BlDFeAwSC2Lk','2022-02-24 04:13:05'),('53d14b65-68ed-44a8-8974-6183c56919be','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:42:04'),('53d8c0a6-5708-49a0-ab47-e3d3f04cdb76','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:39'),('53dc0c7b-55b8-4bf1-9021-8232ed1bc09e','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:00:38'),('53e3ed9f-5ac4-4b40-bec5-96c12ccef7b6','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:55:37'),('53e427c1-dfd3-49f5-a3c0-106acb56f972','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:38:48'),('54124195-9224-4aab-ba0b-01e4f9714b99','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:53:32'),('541a9aca-b96a-41f6-a60b-5695a6f62799','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:22'),('5421eb28-9670-46ee-a882-2c662eaa8eb4','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:52'),('542448b9-bb85-439d-826c-bebb76c32602','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:02:55'),('542a02ee-4263-4b43-ba23-cc28d75e140d','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:36'),('542b713a-8d9e-4808-bda6-44c3adf28f5c','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:11:49'),('542c2ccb-015c-4616-a0c3-8f7c2dd10d55','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:44'),('542c91d1-7b41-4936-86f7-f6e476e625ff','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614892830\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:00:21'),('543637e1-640a-4594-b200-45895ec90f3f','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:36:40'),('543fd59d-32fd-4831-ae04-32c0f803fcb6','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 01:54:00'),('5445f24e-f41f-4832-879e-724a9e6c475f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e0a26d20-50fa-41b5-b043-25c7920009ae] 开始执行任务(1):回收授权到期后应用','2022-02-23 11:39:03'),('545b75a2-a353-4743-8447-f709a8a268d2','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:13:21'),('545dde87-e4d7-4141-9fd8-882fb85f3a48','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:18:12'),('5474dd0a-ac8a-46bc-9c75-4674870ead07','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQ1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.6RzxhSind0sE-PLcR0AlMM2MPLJnCmujtTsDnKO1ntk','2022-02-23 09:40:56'),('54810abc-3e61-488d-bb09-1539380c3cf5','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:01:16'),('5487ea69-a3c5-4355-9f04-502c1da522ff','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:19:21'),('548fa259-bcb3-46e6-a364-8e6e658224df','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:30:25'),('54935fc0-e8a7-4fde-aa78-728d07d16466','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:55:19'),('54a03af9-8406-4557-afc3-512a87c21997','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:34'),('54a0fd8e-f1a5-4d22-ac83-7990988ad89f','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:34'),('54a18b33-9fd7-457b-9cfa-bb2f947a7c3e','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:41'),('54a33968-1795-4793-9599-6d5c58bde4e3','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:38:48'),('54b7c882-3db5-4816-9c58-367191f793da','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:36:01'),('54d1fa59-e08a-4acf-b313-a9543cd128d5','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:36:25'),('54d8b2f6-1220-472d-ad80-3d563118873f','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:09:15'),('54df45de-6fe3-4072-9426-c67ae8cb6c2a','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:04:44'),('54e785a8-f60b-4904-9aed-4ac892b11140','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:30'),('54f6dafa-d38c-4fbb-94f3-88958865a6ed','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:01:16'),('54fc8e80-6b08-4571-a7e2-446020227a83','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:31:52'),('5506547e-5f99-4f3d-9575-90768547c644','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:37'),('5508c79b-45b3-4ecd-a83d-7f47f7016bf2','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:38:26'),('5516ff5b-8676-499b-bae2-2b9e7a5e3785','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:02:55'),('551f7cc7-590b-4484-8765-f1b5e7a0faa8','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:40:22'),('5520ed52-0167-4b80-933f-a8df768fc893','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[487a3c20-f1c7-4d69-90d9-6c994d3b1061] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 11:19:03'),('55219d8c-7f99-424b-b249-338361d9ae93','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:13'),('5535cfaf-2e75-4cd0-bed8-3280fddfef18','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:08:25'),('5536dc7d-d3c2-4ed8-8267-af9c03c4dac5','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}]','2022-02-24 07:01:37'),('553c4735-50f7-4851-b52b-eaf4a60ccdb7','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:39:15'),('5548536b-6793-422e-b7f0-73fdda6ebb31','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:49:16'),('554fcb13-da65-4892-9260-df8e4c04b50a','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:38:54'),('55629dc1-5816-4597-a74b-914cb06041f5','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:12:02'),('5567658b-da29-4a65-8b7e-921c9ffdaa79','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:58:04'),('55800fc0-e35e-4f6d-849e-73a2f44e4007','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:02:52'),('558125a8-f83e-4929-a30c-e2237728e7e3','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:19:47'),('5588e82a-a54a-4712-af28-6a9d5c070539','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:18:14'),('558fc2f3-0f91-491b-bbc2-4d93dce8651a','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:36:01'),('559be0f9-69d6-4035-9e26-16cd5e2776a4','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:39:02'),('559bf3d5-cebb-4546-a5cc-d17d6a769fbd','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[be2f5853-b08c-4544-8037-f9d0dd8c3957] 开始执行任务(1):回收授权到期后应用','2022-02-23 19:59:03'),('559c4108-c1fc-4751-99fd-082257349312','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:04:43'),('55b04274-031c-49c1-890e-3d415f819810','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__S1C6VJgKq1UVN6fwxfq&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('55bfb726-7509-4f4d-99cd-2b544696fed5','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:09:17'),('55c00c16-092e-46bd-a6c9-6158f8ac8be7','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:05:42'),('55c1b378-7205-411a-9ff4-6f0f3c439ed8','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:39:12'),('55d93f11-7651-4ef8-8c6c-d785899ca8f1','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:13:38'),('55e49812-3be6-4b44-9fec-d01b7a5a57b2','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:38:19'),('55ee6aa6-cab4-4e81-a987-e1de965d7655','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:53:40'),('55f0f68f-7358-4036-a450-03a3b674db0e','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:54:03'),('55f6c44f-92f3-47be-afae-6459a863a4a9','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('55fb6aa0-372d-4009-812e-3fef2ec974fd','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:36:37'),('560c7b02-7377-4402-9d7a-2a507063182b','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:53'),('560d3825-ec59-41fa-85af-c11d81145d12','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:14:42'),('560fa804-e3c6-470e-9041-8ecb2c91d972','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:00:38'),('5618bbfe-2019-4799-8b5c-3467f0088e06','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:30:25'),('5639617c-00bf-4faf-852f-3038e5a4428f','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:15'),('56417328-e1ae-4c26-809d-5b89ef7353bf','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:27:27'),('56489c13-e67b-4c92-8217-515b3e2ba463','qvSlUNYnqwWAXa66oQZ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qvSlUNYnqwWAXa66oQZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 10:05:40'),('564ac37d-42ac-463a-9b76-0584bab48761','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:03:11'),('5658b344-46fb-4024-bae7-ea2da0956417','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:04:19'),('565e8b23-5930-4337-9d54-169ac979a6da','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:01:16'),('5664dba9-57de-46a3-8d4f-0248e474828a','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:19:21'),('56674758-5822-4b38-972d-7134ffeae04a','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 07:15:44'),('5668a56a-d70a-4acc-8ca4-0b06c6603eae','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:07:30'),('566d9d8c-9c76-4219-b7fa-8267afad562a','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:55:46'),('56734b7c-586d-4c24-a0d1-35430b255829','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:49'),('567e3721-1d45-40e9-afe7-9b6885c3733a','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:49:47'),('56860dbf-2afb-45c6-8b1f-29de61088eda','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:35:52'),('5691127d-dcf3-490d-945a-ecfe8fe6c63d','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:47:28'),('56bc8c3b-a43a-4cc5-867e-3eefdc9e0bc2','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:55:19'),('56c152ad-e743-4eb5-aafc-ef3c69fabfee','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RKE3t_RMDXdVs-okZVB17wIbssX0sxln5BE1KWeeA6A','2022-02-23 09:37:12'),('56cb9546-a5c5-47d5-86ff-a7b48484b470','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('56cdd1c2-8c90-4078-b74c-459196c30740','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:12:45'),('56dcf7b9-626a-4cba-bf1f-da3093debf2b','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:08:25'),('56e35fb1-65c8-4915-b5af-debd80b914fa','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEzMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TuHMrbIcReE69VxlGeozc6w7dQKYLyeLCKqtgZ32XsM','2022-02-24 03:38:54'),('56ebba33-4af4-4d42-a2ed-267d835e3a30','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU4NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.VT0ngkosLotdNRN7-rzyf7xkP7Pd8jhINkBx6pGHbYs','2022-02-24 04:36:28'),('56f8f03e-e92f-4a6e-adaf-4dfdc1f1701c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:12'),('5701522b-1e38-4b9d-8ae4-b6cc5040f770','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:31'),('571a076e-7799-4544-9af6-d5a3db1fb86c','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:01:17'),('571dd3a5-9ca0-4d6a-b71a-f8cf69171c6f','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:10:58'),('573310a5-bde3-4943-8e24-ba054330a303','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:09'),('5733f2a7-938e-47e4-8f62-c15b7ec28505','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:28:59'),('5738cea3-9eb4-4dbf-bf78-10155fb4177d','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:38:48'),('573cad83-f15d-4c33-9956-56f87af63445','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:11:49'),('57415069-28e3-4ae5-b983-705d5745e909','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:15:44'),('576f0440-d1ce-4d43-998e-8dea99b0d7c5','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:25:21'),('57813806-2ba4-4b46-93fa-290f8b252df9','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:05:42'),('578c162d-d5f1-42b9-92aa-590be412851a','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:19:56'),('579382c1-9125-4d6c-9ead-8a48bd223ce7','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:04:19'),('5796ac7e-3e90-45cb-a170-d47841b9ec75','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:02:50'),('579e5564-8803-47e7-9985-25557db0b3f0','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:39:12'),('57af8d5a-9116-4838-9a45-b1e6cdfba74f','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 02:15:43'),('57af8f7b-2d27-4c1e-8421-879bf67274fd','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:36:34'),('57b5411d-2f22-4829-9a25-b14b25208411','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== ','2022-02-24 06:46:59'),('57b65ab7-9ee1-4bba-bbb5-1a4de67212ee','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:38:29'),('57c0742b-7237-4014-84b6-df9cb053c81d','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:07:42'),('57c35747-2eaa-4ecb-a086-47985b9e71d3','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:05:40'),('57c62b62-e500-47dc-829e-178878d29426','bQKqGEI8QSEZisgP8mt','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bQKqGEI8QSEZisgP8mt\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:47:50'),('57c75b50-f361-4dd9-86ab-16af893946a0','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:12'),('57cb1665-a148-4feb-b529-c49a0537c069','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 12:49:41'),('57d7c8f5-e789-4348-9781-d53c211e24a4','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMTI2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.onZRPOHFs647unlrUbJG7zbPN6LOb2Gd4KNJXcoZyRc','2022-02-24 04:47:52'),('57d9d681-11f5-4fbf-a8fb-97a012d97bcf','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:49:47'),('57dd08ae-f871-49c4-ad81-a793a2f265ee','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:53:13'),('57df4e7e-1798-48a7-ae79-1716f1106dcd','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8b0aba17-09a7-4cf6-b63c-2939117d3dcd] 开始执行任务(1):回收授权到期后应用','2022-02-23 18:59:03'),('57e23941-a102-493f-a7a9-9be9622781cd','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:32:05'),('57e506ae-4870-43c1-ac07-20797d0bbcf2','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:30:43'),('57e6e594-9f00-4704-941a-2a7db5ab5019','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:30'),('57f21bc0-ac93-4013-8be2-6165fd498e57','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:42:04'),('57f6815b-32ac-46d3-a0ff-970294263a50','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:35'),('57f6977b-bd88-4176-8923-6f7645daea9e','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:40:52'),('57fb2f8f-48fa-43ad-9467-b986a19f4821','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:35'),('582cbd99-1457-416a-8b7e-d983d2e720ce','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__aDZwv5jkfCmg2mkHMUI&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('582f452e-f83f-415e-a2f4-717f1d6bfa38','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:01:16'),('58356872-96cc-4151-a109-3239dead6ff9','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:09:30'),('58460c3b-4e91-4bcc-855e-925e3ed17fab','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('585572d6-9ffd-4611-bf0e-38c5fb3f28f9','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:22:15'),('585f563e-e5ef-4a58-831b-d3a9ae82be87','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:53:16'),('5876124a-e9d3-4911-b4b2-bcd347255a8f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4z0PlZZATCkvAtZGZC4hGvC7hfkOcvfwnAuOi2fFEbM','2022-02-23 11:03:11'),('5879674c-e047-4c43-9f74-8e1b037f0ef7','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:37:08'),('587a6f97-5ddd-452e-81e9-0d231a7dac86','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:00:56'),('588008b6-a1ad-4e94-b849-64af3a935665','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:53:40'),('58832cc3-048e-41b9-bce7-619c39992ece','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:53:16'),('588db0c7-ea74-4c69-92c1-059ca91a5865','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:53:36'),('58a32cab-b0b0-4f9e-8094-684eaa680829','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:13:48'),('58a483ac-f26f-4e1d-a649-e23a2ffbb1a4','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:53:40'),('58c16146-5b78-4def-b2cd-5b90149f36ea','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Z0CGOfatwFKEez5ZiRM&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('58c6a951-9cbb-452f-8aa0-aa6b38e2ad9d','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:40:22'),('58cc09dd-3bd4-4462-a13c-cde5e0948013','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3659fe23-b6b3-4984-82b1-6dbcc3398b7c] 开始执行任务(1):回收授权到期后应用','2022-02-23 04:59:03'),('58cc7fe8-92b2-4f41-8312-26e8425b2a7e','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:53:40'),('58cf102b-d2bb-4624-86d7-e94892ac5aeb','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:53:36'),('58d3bd72-e80d-4f25-b35d-86a8fb676886','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:19:54'),('58dd3b00-d84a-407d-83e3-3b1a3ee3a571','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:55:36'),('58e1d784-13bc-4726-a144-aab8073e8080','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:36:40'),('58e1fcfc-7e5e-421e-8b45-cde69652f325','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-6gcAlwAlSdKA4R56DB1kYTsVXgz3IKHwYAubUO96FU','2022-02-24 03:39:47'),('58eea6a9-b02e-4465-96d8-182d36478137','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:34'),('58f19607-dcf7-4a01-9188-508d3a3d9230','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:28:59'),('58f37b6c-e4ed-45d6-8926-1d7e2598828d','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:17'),('58fb2c98-5454-46cb-be53-de1155b0a4a6','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:53:16'),('5908a388-6d38-4ba4-aa22-1382ca80e06b','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:27:38'),('592cc55f-af5c-46d1-98e8-0c0444b08ec6','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:49:47'),('5938e7d2-ca28-4c92-9f6a-62d9087b96f3','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:55'),('593b2d26-e57d-4824-81f1-a388c1a53449','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:07:13'),('593e9f53-4e76-4259-8ff3-72541ef1b7c8','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('594abe28-9861-4719-8103-4f7ca9b63474','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYxNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JCJtKF91yhhL4qXe6aqu1jf7ijjkvK_IrEo2t8eMo7I','2022-02-24 03:13:38'),('595a2250-29a9-4310-b617-7bcb95083d30','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:02:52'),('596d54ae-fc77-42e0-9561-1d2c5a24edbd','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:00:56'),('5971c9fd-c2e4-4434-8b3c-57e627d94605','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:01:16'),('59781113-ecb5-46e5-babf-b3d9548b683a','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:19:21'),('597ddf59-1dce-4ad2-ad9c-592136812bfd','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:47:28'),('598436e6-4ab7-4959-aa17-bb3bfa9a2a54','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f137c36b-e887-4ebf-a112-3d76ef5e59ea] 开始执行任务(1):回收授权到期后应用','2022-02-22 04:56:03'),('5998182d-a990-4f73-b90a-97b534c13ce4','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:02:50'),('5998eae9-3b45-4934-a9ee-c4f80cf5c0e1','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:52'),('5999e7ae-5c34-420d-9e19-481ff950a8c7','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:03:10'),('599f0aa5-5684-42d5-960b-4fca6b58f307','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:53:32'),('59a626f3-c9b2-43fe-8f15-fe15abdfdd27','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:04:26'),('59a76bb4-a793-4328-8655-a42451e188c0','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:06:37'),('59a98215-3bcb-41aa-ba7d-8740f0a7eae5','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:39'),('59b42133-7aef-4c68-a631-faa9c893e94e','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMTI2NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RqUtUVOu12YVTENY4boMIOqUHkWwluj3oG7kKUVgfls','2022-02-24 04:47:50'),('59ba407f-d278-45e0-b36a-f8b58b90b36b','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:05:39'),('59c1a063-551a-4367-871e-ade2e05b9cee','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:48:21'),('59d08c51-3596-4f13-9f49-daed4163a45d','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:52'),('59e6abcf-1e89-45b7-bcbb-d3eef46e8298','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:03:04'),('59f113f2-c8d4-479c-92fb-94fdf0db3dc8','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:05:40'),('59f94931-a3d8-451e-92b3-5f4e1729d043','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:27:58'),('59fd5643-61ff-4661-978c-a7c803eca7c9','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:15:48'),('5a0973e5-ee42-4a19-842e-22dcc35c6bd0','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:39:14'),('5a11f99f-88ba-4186-841d-45da6ca9c6d8','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:11'),('5a174032-ff22-40e5-b273-987308908b93','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:14:42'),('5a175bbb-02d6-411f-937c-c76ebb17ae12','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:49:05'),('5a25696b-aa7a-45f3-9a93-bb490e2790a1','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:25'),('5a2917c8-5af0-4b93-9745-3f26e550d62f','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:25:21'),('5a3d3bdf-0e36-431d-a4c6-9189fdbc5d72','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WxfNdh7-H31MawA7NEBewxUuqTokjqPw40g6WKgdy6Y','2022-02-23 10:07:13'),('5a426d17-9358-4819-8e54-78b67bdccd73','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:06:37'),('5a52027c-b282-48e1-995b-5f18a7a489e7','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:54'),('5a54767c-6b7b-421f-8ad7-5114cf5670e0','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:39:12'),('5a609950-1e70-42b1-8273-d4528d925de5','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:18'),('5a657219-8fe3-4210-be98-5ddd54f17b96','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:24:15'),('5a6becca-3685-4582-8318-d839dc309dbf','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjg0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rCafVuRxkSfWJTRYcyYnKrCnOYVFK7I_pexMiPMgQ2M','2022-02-23 09:47:30'),('5a782a0c-3118-4643-9f40-a6c023cc28e9','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:49:50'),('5a7e266f-b19e-41f4-87b9-686cfdee31a9','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:40:52'),('5a86ccd6-8014-459a-93be-0ab524c9bb8b','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:59'),('5a8e8762-0fbe-4247-bc1d-5af3103b2455','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1b61dd2c-a6d1-4a92-95a5-cde85efaf332] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 15:58:02'),('5aa05c45-c8eb-4add-9509-59f7891fcf00','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:15'),('5aa50dff-3589-4d9b-820e-6c2dfdc255e4','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:32:05'),('5aa6fc72-8ec3-41d5-95ff-dcc48b8f5861','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:10:58'),('5aa7ddf2-3dfb-45c9-bc88-e13cbc7740fc','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:34'),('5aaec0f4-7c80-4d36-a625-0bcaf0aad3b0','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:00:35'),('5abbed23-3af2-409e-80b7-24fc57f33806','bQKqGEI8QSEZisgP8mt','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bQKqGEI8QSEZisgP8mt\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:50'),('5ac0bf3c-0b90-4eff-ad5e-2d8eada64140','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:01:16'),('5ad8283b-87ac-4a2c-b4be-29fc4b82c743','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 07:15:43'),('5ad8ac41-d706-4def-bccb-4271d05f11a9','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:51:36'),('5ade71ac-e8f4-4037-8202-86f5c0d34ce4','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:37:53'),('5ae01ae2-117b-4da8-adc7-0e2687adfdd1','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:05:33'),('5aee3c2a-b935-44d9-bb07-5a4b9fd7db18','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9d9add8b-1afd-48c1-b292-45ce2912bccf] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 20:38:03'),('5af0ad80-8375-452a-bf63-f00fac4df724','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.kRzRmCL2a7Hrt3HRT0GMcLdZfz7oF_Nfqfr0i3RullM','2022-02-23 10:09:17'),('5af0e287-3f5b-4036-83f3-314fd588708c','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 12:49:41'),('5afb0539-5742-48bd-ae74-a0ce0c75c80f','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('5b03a8e1-e49d-456a-bcea-e59d04d84b03','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:29:01'),('5b08d1f2-904f-4bf6-ba30-7c0ebecb2c56','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:12:45'),('5b0a00c3-dc8a-4dc1-8f02-c117c9d07485','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:43:30'),('5b1606b1-a3ac-49cb-b2b2-bd67180214b2','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:13:38'),('5b24e973-cbc8-41c8-b9b1-46f4ec550ddb','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:07:02'),('5b479058-50dd-45bd-97f4-949df0d38adb','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:01:13'),('5b4f0723-5c75-41fb-a91e-948a8f27aff1','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:38:54'),('5b619c38-d34a-4305-a1ae-9371b309ba7f','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:34'),('5b625dcc-f5b0-47db-84d3-e365b7566305','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 13:10:57'),('5b66f6a9-ad93-4911-9307-d6e4dc35106a','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:53:25'),('5b6758eb-ca29-4b55-968a-4caaf589c0cb','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:52'),('5b7a867c-c4be-4a6d-bb5e-947611058363','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:13'),('5b9d280d-246c-40ab-9784-9ced0f4904a5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[620c3e72-6207-41ab-94e3-9f0ce9312acc] 开始执行任务(1):回收授权到期后应用','2022-02-23 10:39:03'),('5ba29d2e-44bd-4f5a-8eda-dff4ff9e7531','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:29:01'),('5ba908cc-7ea9-44ad-a211-2cbb8537b95d','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hp0lgSFhdtrF8diRg7uFz5jrVU3ZxO68DM1gwvg_XSY','2022-02-24 04:01:49'),('5bae58c2-e76d-4066-9e94-0f2949e87680','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:53:40'),('5bb8f682-e0d0-42f4-bf53-f27db93e2cb8','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:49:50'),('5bbf5c60-baa7-4bda-ac70-6afdaf35ad9d','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:49:05'),('5bc52d6c-7702-4611-88e5-9b1c1caa2d5c','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:45:02'),('5bce1779-c476-4fb8-b87d-154cf9a3c9b9','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:54:03'),('5bd888b3-bf94-4f64-9ae6-9785ad2346e0','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjg0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rCafVuRxkSfWJTRYcyYnKrCnOYVFK7I_pexMiPMgQ2M','2022-02-23 09:47:30'),('5bdc466a-c0ce-4f85-82aa-d84b2db5e1c1','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:04:10'),('5be6928a-509b-432d-9e25-12f488c6c18f','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:42:04'),('5bf59061-c97b-442e-8e5c-ea959152cd05','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:39:02'),('5c0514a0-3b85-40f1-b765-52fa93144fd4','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:04:43'),('5c07ba1f-6fa3-49a5-abf2-047e4e00e7ec','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:27:25'),('5c083b7b-89b9-46d4-be96-d68c0ac53eed','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:40:56'),('5c0d4f56-d095-4f82-8957-284d30d4383f','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:40:56'),('5c2b1eff-394c-42b6-952a-a788f587a5aa','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:24:15'),('5c3138fa-b9f1-45b6-93c1-44fa37ca7de8','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:41:06'),('5c319986-cade-46f3-b183-a3db5e1ea677','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:56'),('5c40d71f-56d8-40a3-94e8-5fd71225ab56','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:53:53'),('5c428f4e-b5f8-4b5d-9275-9979b9b74934','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:24:02'),('5c43d2a1-a87a-4294-861d-d2a12fbffc06','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:38:27'),('5c45a96a-362f-418b-a94e-4b5f789c4854','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:13:05'),('5c465dde-5f6c-496b-8de4-f8344be8243b','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:53:16'),('5c4838af-3cf4-4cd2-907f-d71f37be7647','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:01:13'),('5c51d9bd-8b50-495c-bd6f-9edac458a2c1','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Tyb-UyJv37bys_hdzTwb8DofTeOLWsIzmGXiy_OTLnk','2022-02-23 10:33:17'),('5c532a8b-6733-474d-b02f-95e83102127e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3811189f-1f90-4d47-95f1-89826c857830] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 11:18:02'),('5c67113f-0fb4-4cbd-a7dd-a11293a505fc','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 07:15:43'),('5c6be42c-edd7-4af9-8015-53412a42eb92','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:36:37'),('5c779d01-7c0b-4b85-8013-bb2c0c04a653','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:53:32'),('5c859e84-e3b4-4f8d-a93f-927e8ca2db95','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzE2MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._A-yW4Ro3_-FX8KbfzUxJWdWUH5WTuenUPkJjko0vqQ','2022-02-23 13:46:05'),('5c868457-4a8b-438f-a06f-e830e9baf00d','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:50'),('5c895a76-3c39-4c25-9d8c-3e162c686930','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:00:38'),('5c97f7f7-8fd1-40a6-ac47-e6efb025fca7','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 12:19:19'),('5ca175db-5288-4d08-9809-c2deb5ed30cf','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:55:43'),('5ca5c24c-c5df-4b91-99b1-68f9f5e4ab08','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:32:05'),('5cae8bc9-7f2e-4692-b173-f454b795a003','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:35:15'),('5ccc4181-d60d-4df1-a08d-d29c9184d8e2','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:36'),('5cd32ce7-c83a-46b0-aaf5-32b53c999b74','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:59'),('5cd617cd-059b-40fb-9274-de0e6d9ede56','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:42'),('5cda1693-9a31-473f-b52e-bef517df562b','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:38:22'),('5ce49641-11bb-4b90-9eef-e60b86d51faa','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:18:14'),('5ceb58ac-83cf-404e-84e7-a9c4a276809c','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-_Vx3XUqsro5QQAayJz6mjfBbcDKsSJ3yQUxAD5WhIc','2022-02-23 09:40:22'),('5cf6c610-cead-49b4-80a1-ebae09e70e16','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:40:52'),('5cfc3751-1618-40b3-946d-78cb52d16d37','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:50:09'),('5d04bf15-8965-4425-8949-37e59751bc17','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:53:13'),('5d148bd3-6b81-4801-a521-98d99df9fcac','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:50:09'),('5d1500d1-d1be-4f67-bbb4-e34cfbb54f1d','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KTgvpsEJKjRamwdxx41ocmiR17ZfFME34CLxHOoZHPU','2022-02-23 10:35:15'),('5d19fa5a-8e65-45ba-a98d-8c652fd18543','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:09:30'),('5d1bf5fd-4ed4-4824-97a9-6fd331766256','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.77bpHTDInR6uwCDQwQIXKc2HPt46FgACSY279np2cgM','2022-02-23 10:16:46'),('5d1d8c81-8f2d-4b8a-8972-6fe94dd062c5','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:04:28'),('5d240829-7b86-4209-ac7e-a3b54817db34','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:46'),('5d2e725e-5d4e-439a-9d75-f120400c6116','7z4zaHusgW549gaDW4Y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612174809\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"7z4zaHusgW549gaDW4Y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:15:03'),('5d3748ca-e7c6-47a4-8ce5-b286590095b7','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('5d37df50-540b-4571-b975-52cacb484922','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:04'),('5d39a586-eea0-47af-bb54-9e9f0dfaa3a8','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:36:25'),('5d3b88db-2ca0-4d95-acc9-170cb1356bec','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:18:12'),('5d3d3be5-2ec9-40df-ad52-776166b29975','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 06:50:09'),('5d3d7741-4ad7-4451-b318-5790501d4524','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:12:02'),('5d445451-1485-4117-92aa-278094666543','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:22:56'),('5d497f9e-060d-41bd-b35b-b5a23294024e','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:53:41'),('5d4e09cd-3184-4b26-81f7-94ed2d86503a','ADo89wZsNu6pDrEd9Ut','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ADo89wZsNu6pDrEd9Ut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:56'),('5d4e2f0e-5844-451f-af7c-9c458b2991a9','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('5d5084a0-5c53-4357-afe6-b721be353dd7','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:47:52'),('5d662414-202c-4d72-a49a-987b6862732b','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:51:36'),('5d67d777-6224-4c64-95b7-746b940ac2d3','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:25:21'),('5d686a4d-3473-47fe-94c8-23bfed46b149','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:41'),('5d6beb6c-2184-4bd9-90b6-a281aa7af10f','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:51:46'),('5d74a15a-99aa-483e-8fb9-460bb5adae08','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:47:28'),('5d7b21a6-0ec7-4b10-ae68-8bc370d073b9','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:49:47'),('5d8199f2-da4f-4b09-9c0c-6c2f70a18972','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:46'),('5d91c4c6-9a41-4b32-8de7-18473a2b19b5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:02:55'),('5d9404f3-f072-4923-ac6a-c60da3e13431','yBKw1gBfLKpoT9Lxuvi','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yBKw1gBfLKpoT9Lxuvi\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:22:16'),('5d9759dc-25ab-4df5-95f0-92ba0eeb9375','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:36:36'),('5da13da0-dc6f-44ee-b62f-7891b3c97c2f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:03:02'),('5db90d0e-1a26-4084-a529-9c481d94448d','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:41:51'),('5dbdb607-c477-4685-b4bc-a51950249325','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:38:22'),('5dd60fa2-308b-4136-82c6-af10026f286a','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:36'),('5dda1cd8-cd6c-4439-9acb-5904d3f08b11','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:33'),('5de4574c-fe4c-4f87-82c3-a4df69941d42','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:24:02'),('5de6fc84-3224-4db9-abea-d7df2a55e972','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:59'),('5dec55df-8aa5-456a-a934-6ed1663f0a42','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:27:25'),('5e018822-1260-4387-9916-3e177dd41e8e','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzI0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TbXH76nv45EGZ0UZIlaUKHbtcP0eEs-u5jJacls6Fwc','2022-02-24 03:40:49'),('5e03f292-aeee-4c40-887a-ce8a9df69988','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:31'),('5e058c6f-eccc-4d59-9de2-ca5f022dae4d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:14'),('5e075542-d71c-4c0a-bff6-81754bd36033','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:49:16'),('5e10cac1-8df4-4684-b123-337825c4bf98','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:49:42'),('5e12796c-7630-45b7-b8dc-d8cff3c8b0e1','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:40:31'),('5e1dc7b3-2e09-4454-b07e-654e325d83a4','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:25:21'),('5e3655e2-46cc-4d09-a77d-b23e67a00833','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:09:30'),('5e3672e2-20e5-422c-9626-71dff9a1b4f8','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 12:00:36'),('5e389692-b08c-485a-ad57-43171caf7dff','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:27:33'),('5e39e55b-09e1-494b-88c1-e61fe35f0a4e','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:52'),('5e3c1170-1eb2-4c07-a4da-69c92aaaf659','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:38:22'),('5e4641f6-e740-4a90-9566-e8e6ad397470','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:49:13'),('5e5221d9-a79a-4c6e-85ff-a6d3f173139d','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:41:04'),('5e57771a-974a-4593-ac5a-f2fd2bd028bf','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:05:42'),('5e63daa6-f358-46bc-862d-96093b38d8ce','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.umyoQ36GOev6cbzos0NcdGfn3ex0X-JcLtGDqwe4i4I','2022-02-23 14:03:45'),('5e645fb9-8569-4047-8b53-c75056b4d488','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:06:37'),('5e86e73c-9276-46f7-bacd-30b743d6bf6a','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5dc74596-d3c0-4131-9964-e29b6a7d0fb0] 开始执行任务(1):回收授权到期后应用','2022-02-24 06:18:03'),('5e8ab5fe-6b30-40c8-93fc-12083a3184bf','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:50:09'),('5e90722b-63d2-4e74-98eb-78fe6f9c50fb','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:24:02'),('5e941ec4-0754-4792-9d48-50a529c7d756','m2zA2wZlcKK6NOFaRIh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645630668359\",\"docid\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"m2zA2wZlcKK6NOFaRIh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 15:23:16'),('5ea5b520-aab5-4e14-88c5-d4419c09ef30','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[745dc6a0-2d60-48b6-99dc-cc966cf048e1] 开始执行任务(1):回收授权到期后应用','2022-02-23 06:19:03'),('5eac25ae-2665-4e8c-bdf9-ae3b08e89fbd','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[19e48a60-afda-41f2-883c-b4a0df46ed10] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 15:39:03'),('5ebaece3-f51c-46ab-b1bb-f2c123551ac0','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:22:45'),('5ebb210b-834a-429c-b7f0-dae6cf986d9f','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:15:46'),('5ecbd80d-63b1-43f5-80ce-d179f19ee110','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:47:16'),('5ecdbdb9-9370-4a6e-b5d4-14a3f5c0184a','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:09:17'),('5edcc20a-df42-4844-a67a-3e80967ec748','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:24:02'),('5ede2811-cf4c-43ee-bc40-10ee6da2ab46','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614892830\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:00:21'),('5ee6dbcf-4eb4-40d1-804d-14de23c9ad8f','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:46:05'),('5ee83b7f-d9ae-427f-9265-c4b4935c8959','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:37:07'),('5eea8b5d-fac7-4cd8-afde-9c78b7f9834a','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('5eef5b87-1394-4c7a-b8fc-e15581d16062','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:36:28'),('5eeffce3-6440-43a4-b0c2-e75b23db6b85','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:58:15'),('5ef291e7-b979-4af4-afce-f8439fd92efd','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:37:07'),('5f1de5ed-a411-4a14-a7d7-20336d12f224','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:49:47'),('5f1eae08-f179-4c60-9462-53e58bc794a1','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:47:22'),('5f25c95a-7aab-41aa-a388-123d2660088c','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:40:22'),('5f374064-7411-4127-b723-6c0ed14f6e10','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:39:12'),('5f38271e-ac20-4be8-af3a-bf2b50d7265b','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 07:15:44'),('5f3b9278-5094-4f87-990b-fa98562819a7','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:53:57'),('5f461328-fd29-455c-adca-2bb37c06fb9e','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:02:50'),('5f626628-0eb2-4fca-b3bd-086ea4068e2a','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:10:58'),('5f6299d6-5668-4b21-a119-60dcaf9463dc','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:22:45'),('5f62adb4-e743-4128-bbc5-ed07cc217a00','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:18'),('5f6b78e1-c222-408b-89da-3eab2712f5fb','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:47:28'),('5f7d907e-bcf8-4d6f-9ee3-ca22fdbec848','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:59:38'),('5f7edf4d-1440-4cd2-b2f4-e93d9a1bd46f','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:07:13'),('5f8d0b66-0a7a-4387-814a-1e0cc20af345','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:41:04'),('5f9046d8-d8b2-4760-b0d1-c02c5e4b2bce','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:38:29'),('5fa89dc6-8596-401c-b3b7-6e1341ab7bd4','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 10:07:02'),('5fb9d38e-dcc1-499a-a297-5dcf5f2a18bd','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:19:47'),('5fbb07d5-61a5-4036-9228-5c96c78c068f','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 0','2022-02-24 06:46:58'),('5fbd3b5c-db10-4361-acb4-07d1b7a4fb66','e9SPsOFsSYZTwhgci9i','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614744696\",\"docid\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"e9SPsOFsSYZTwhgci9i\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:53'),('5fcd7a03-7405-4d8d-bb2e-4ba22b867b01','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:10:57'),('5fcedceb-e1f0-4eee-ab9a-7a470f6cffb9','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:39:02'),('5fdb220d-98d7-4876-adaa-09d4fbbc4530','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:15:46'),('5fe4e260-cf42-4361-ac3a-16dbbdb7743b','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:05:40'),('5fe74ef4-37bc-40d9-9958-b563fde765b7','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:42:04'),('5fe8f4c7-5f7a-4005-aaea-c5ca32e02a85','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:52'),('6000e199-ef3c-4ba4-bef9-1b402a9baaab','9cZjcpXClMUdt5F9Xsy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9cZjcpXClMUdt5F9Xsy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:40'),('6007661f-b927-407d-9afb-20420692a6a7','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:47'),('600a11bd-4d04-41cd-835f-fbb283ef768d','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:08:27'),('600fa6ee-02e9-4ad3-84b9-551b16a80492','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:07:14'),('6015c130-fac9-4d09-b2a4-4ca4526425cd','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:39'),('601b9c26-794a-4ce5-a333-a9a8341eecad','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:36:44'),('602068a4-1b8f-417b-b970-10f836538520','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:59'),('60387543-fd56-468b-8fe3-af8c67a5e698','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:07:02'),('6039af6d-18a9-405b-a864-c78784317f45','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:29:01'),('6040fc49-b044-48a5-b794-d8d537b1a70a','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTYwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.z0nmwgJL4ec9BlJC9vT8yK4fWfUG4xaLR5Q9f_Eoofs','2022-02-23 10:33:26'),('60443d71-cb9e-4c28-ba7c-f96637625c03','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6becf517-0115-46e2-b558-98ed12062760] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 19:19:03'),('604c0d95-6161-4fe3-af3d-87920ab101ee','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:35:17'),('605c9fc9-8961-40e8-bd19-94174d1f07a1','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== []','2022-02-24 06:46:59'),('605d0da2-a6da-44db-99f7-d7dff215828e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1f06b057-c5b0-4744-ac02-bec5cd57154d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 05:16:03'),('6061f555-46eb-4911-a066-fd5ddd0a010e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:28'),('60670dbe-5aa7-4af2-9cce-843d6e4df244','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:13:38'),('6067eece-0395-4a01-a53c-8ca34b9ced65','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:14:59'),('60680d06-e0a2-4ac8-b887-a48190a5d2dd','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:05:33'),('606b1d27-6796-405b-ad83-cd3f220bd725','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:09:38'),('606da739-5e24-4c93-9503-9923bb302443','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:02:55'),('60723855-f021-4a03-bab8-7f206b4f2161','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:35:52'),('6072b783-c95a-4981-8356-f518b388581e','ybgHjIwqHfjG2hBWpeY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615000479\",\"docid\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ybgHjIwqHfjG2hBWpeY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:02:09'),('60787524-518b-498b-bffd-1f53c58888bd','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:37:57'),('607b82c9-f9f4-4140-98c4-4bb05e275b6b','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:39:02'),('607ed8c4-dec9-4d43-bce6-2df6e30b8629','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:17'),('607fa84a-ba8e-4eea-9c9b-fe2cb06d2d58','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:19:19'),('608c5440-581f-43e9-9fc6-f840f084c62e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:14'),('608e10ab-1a19-4354-980a-c699952ebda0','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:27:33'),('6092a640-d7b7-442c-89ef-574c812be534','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:27:27'),('6096ce2f-ca5c-4a50-86ac-8ab30114f3df','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4c5db4fc-01a9-4d04-9445-0732145d86d8] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 17:18:03'),('60985fa9-9c3e-4f08-8361-5cc90384957a','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:38:48'),('60a0fb45-10d4-41ab-bfc6-9beeb8a36e07','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:38:27'),('60a911a6-d319-41ce-970f-7c22c6363e2b','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:42:04'),('60b08b33-4b7d-4a7f-a48c-e70015e494b8','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:33:26'),('60b2993f-f8fc-45f4-a10c-2cd14dc55942','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:41:04'),('60b65f91-5497-4a7d-b140-61fc649d0a52','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WxfNdh7-H31MawA7NEBewxUuqTokjqPw40g6WKgdy6Y','2022-02-23 10:07:13'),('60bc7a94-7c80-4e48-8904-ff94fb81a393','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:00:36'),('60c5471b-40ba-489a-9eca-1d59461971da','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:08:27'),('60daa625-c41d-4a96-ac07-c1953628248b','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:40:28'),('60dbd5a1-c3cc-4072-bad1-b646bb49125d','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:19'),('60e24727-335c-4350-956e-f258d6dba681','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:37:57'); INSERT INTO `sys_log` VALUES ('60e25dbe-41a9-49ca-8380-8e8a4993fa88','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}]','2022-02-24 07:01:37'),('60ed6747-7a45-4367-aa54-3561af42b04b','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:00:36'),('60f09002-ea20-4737-bcf5-0eaf0cc61012','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:27:33'),('61069bae-dee8-4f04-8151-0ef6d215eacb','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDQ1OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.d3S69Ki10ExmJFOTsTrE3fI8CftgL5MXt-OTQGJGJ6c','2022-02-23 09:07:42'),('610b535a-ff19-4e68-8c9f-b9e926c650a2','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:25:22'),('6118dba7-2ba7-477c-bd11-8a8fbd0c265a','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:53:40'),('6133e40f-fcc7-4865-ab48-11a20e8f132a','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 07:15:43'),('6135f8bd-038b-46ad-84e5-694dae8fb013','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:31:52'),('613969fc-9bc2-4c47-a3aa-3061599b1d88','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:40:52'),('613c5a58-ab30-454b-b087-9f988cda9b50','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:53:16'),('614e19de-d609-4f68-9678-1742591d8c3f','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:50:09'),('61527c3e-1274-421a-8c49-00558024b1a2','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:43:30'),('615c1c94-984b-4e60-ae1d-b29822135606','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:00:36'),('615c9a25-eb54-40fd-adbd-f6fa6973c30d','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:05:33'),('6161c891-01e8-4e1f-9191-3d054cdc41ea','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 12:00:36'),('616baf5f-c9fb-4112-ac87-709b00495f66','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:04:19'),('6171d0e0-38f0-49cd-87be-d56312e1ed47','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:57'),('6178c86d-ccef-442a-94df-a3629ca12139','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:06:37'),('618cf1bb-a60a-4221-b484-b84998594884','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[bae7794c-be87-43ba-a995-c5e2eeaa56e0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 10:59:03'),('6199d258-8beb-4441-a8ff-9abd55343031','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:30:25'),('61b4de71-d0b3-4879-802b-2582f75648d9','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMjEzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.92njxrhjXgNO2V7_h5bNiBbT5fX2U1pYWUL-C36_m60','2022-02-24 02:15:43'),('61b7c1ff-7be8-433b-b3b6-ebdbadf781c0','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:01:49'),('61b8b3c7-8e85-4458-b0aa-04d619952593','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:13'),('61b9abb3-6559-4074-829a-c7e7455a227c','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:39'),('61bfc8b7-5679-47ed-892c-5f630942504f','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:45'),('61c96a55-d4fe-472e-8db0-0278f083f8ee','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:49:50'),('61d02e0f-27f0-4ebf-81b4-8162bf122f12','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:12:02'),('61d81d44-bac3-4be5-9673-75f538ea6535','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:03:04'),('61f6c472-2b8e-42e6-b9c5-e738700e845c','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 01:53:55'),('61f78d99-84b0-467b-8e88-d794e8856171','KD79OZjexo4iKr46E3x','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KD79OZjexo4iKr46E3x\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 12:49:41'),('6200539f-132b-494d-9a89-33b5ef8e2479','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:03'),('6201dc53-3c25-4f12-aa9b-058933841585','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:45:02'),('6207e72b-b4a3-4e85-b661-51e3eb9b878c','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:14:42'),('6212b731-1646-4b19-bf80-130404eecddb','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('621a2258-6e98-4706-8b4f-07fb548b4b2e','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:41:48'),('62211093-3a2c-4025-ae3e-7734656ad769','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:36:01'),('6231ff5c-4d6d-426f-9b61-3088af8ddf31','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:39:02'),('62466cb1-993e-4b0e-8fee-fc89ad9c7e16','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:49:13'),('624881c8-56ec-46ce-9965-29e33bb46c70','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:47'),('624e4cbc-bc2e-4383-ad14-57cd0ee49bf9','MzgBThJmQg1hIoSoilf','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MzgBThJmQg1hIoSoilf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:06:24'),('624f789b-ba31-46fa-8f7a-c9436e0273c0','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:46'),('62544f08-f42e-4b77-87ef-d8149e9c83e5','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__h0fxOYBf2gPKGICatmN','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__h0fxOYBf2gPKGICatmN/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Ou1Ofd1H2U1wSXITQC1&opentarget=detail&linkType=01','2022-02-24 07:01:36'),('6256cfaf-67bf-4f69-b35c-067d9a6bf1c6','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:55:19'),('625aea09-964f-4d7c-9f1c-6a2ec9e86b4a','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:53:58'),('626dfafc-a4f1-4ec1-a0ff-513ba70dec31','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('62745343-02ec-4835-9d49-1d71eee4593f','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:56'),('6279815e-2916-4c73-8b86-46c0e772be6c','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:07:02'),('627b5c9b-fb3a-4573-9021-f4bb2c856684','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:35:22'),('627ca786-a363-43bd-aa5f-1cf7657e20d4','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:33:17'),('6283e47e-ff2f-4b5a-a387-0b597030c45c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f8e783d4-bb7d-4ee7-85df-c4f2e66f6a38] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 09:58:02'),('62873161-2ac9-49e5-8792-ea20653dee36','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYxNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fRUBA8LnQlAq-59uy6UkfPhCARh5b-GEZh9Q3bbv8qA','2022-02-23 10:16:59'),('628f6a18-5f27-4840-a558-f6dff7b83adf','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('629efd17-af6e-4d9a-a782-b0a41d489599','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:39:12'),('62a09f56-cc59-49b1-a117-3a51d039fc73','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:18:00'),('62a7cf61-a6cb-4efd-8777-8d67cb341040','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:39'),('62aee62e-75ec-4b9d-b91d-141b78e1bcf1','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('62b184fc-58c3-48d9-9e2e-050fbae26819','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:07:42'),('62cd71df-f24b-4441-85a9-a008cffc99eb','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:46:58'),('62d1457c-8790-485c-97ec-b437354bc931','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:36:01'),('62fa8302-3b10-4d64-ae18-6b17c34b2c03','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('63047295-3fcc-4360-84eb-8e19cb76e269','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:47:50'),('63072467-05b3-4bf8-ac8a-025785b923e9','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:37:53'),('6307b3ad-dc57-429b-b978-d8fe012641db','9cZjcpXClMUdt5F9Xsy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9cZjcpXClMUdt5F9Xsy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:40'),('63109378-23f6-4fdb-9e0a-53f856a494ee','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3Spw3uR1b_v4HQ9jw2RHQ40J8ZVLUi4eoUQE-zb3URE','2022-02-23 09:35:52'),('63110828-d117-4da1-9315-debe55a8f7f7','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:04:28'),('6317bb5c-f8ae-46ac-a45e-17a465bbef1a','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:52'),('6319f25a-7ea8-45d8-b2e7-1d902ae17f0f','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:49:16'),('631beb67-79df-4b61-899f-814818530fae','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:47:16'),('631d4132-3a82-4a46-aa26-6fc6efac08b6','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:27:27'),('6322acbf-58a3-4822-a292-c4a30ff2f5b1','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:11:49'),('632adb23-ffef-4ab3-92cb-ca2fe4a0dcf3','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:35:15'),('632f5346-95b2-44cc-8815-b55fe8cce0cc','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:41:51'),('63309adc-cad9-4ec7-a036-0bdc8dd4cbb6','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:14:42'),('633622de-b38e-479d-ae76-07228f001b32','wmYgRlpdvlappokXBJW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wmYgRlpdvlappokXBJW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:04:26'),('6338b0e2-5791-41df-b404-d4d034cd7cef','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 01:53:53'),('633c1b32-c006-4429-8adf-69a92f877f1d','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:53'),('63430472-c584-4f89-b937-947c1fc2969a','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:39:15'),('63530310-c1ee-4301-9a28-0469093d8c55','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:25'),('635384d0-c4d9-493d-a70e-8600bf917f2e','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:55:43'),('6354c007-5053-42e0-a78e-2fab967c3434','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzI0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zr4rvTDJFaki7IVOtART_HyhdasFVuIv4etrMpp431I','2022-02-24 03:40:52'),('63567468-bde0-424a-9b8b-28a34c805805','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:42'),('636a6d89-e091-4a52-8b0a-487286b401ea','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:53:16'),('636fc333-723d-4de4-b965-839123a1f1f9','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:22:45'),('637711c2-6343-40d3-98c4-9c7d5dda35a2','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzUzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ccanzAS7S00bpuW2lXU7XGKLZumtCLinDN2fJxZOtPg','2022-02-23 11:05:33'),('637c781e-b392-4baa-87ec-f37a38ef23df','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:36:28'),('637d4e69-a0fb-4f40-87ca-76fcc6832881','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('63847a24-8a12-4506-934f-23009ea52121','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:35:20'),('638fac89-6390-46d2-bf33-a88a394d626b','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:36:40'),('63940a82-4fa1-443f-b79b-92cde9a21dd1','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f4fd6661-c786-48ff-b9ad-b2528c4778ee] 开始执行任务(1):回收授权到期后应用','2022-02-23 04:19:03'),('639579f3-9459-4423-85e6-e3c00c8ec899','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:38:48'),('63ab8a9b-ea07-49b8-ad7a-e76128f23691','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:59:38'),('63ae3873-c7fd-4157-abe8-ce6ca7bc6c4c','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:47:52'),('63b9bb16-be3a-424c-8195-c5d5534d3851','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:53:16'),('63bb5b21-5e60-4823-aedb-f62390c10f4f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:13'),('63cbf386-123c-4830-9e05-8c2686346e6e','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__ilSiXEoIcPtVkiJFOHL\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"comName\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"zhengjianheyan\":\"\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"cardNum\":\"\",\"telPhone\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__ilSiXEoIcPtVkiJFOHL/documents\",\"isRelate\":\"\",\"shiming\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"10\",\"_viewid\":\"__ilSiXEoIcPtVkiJFOHL\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"userName\":\"\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=用户视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,t.id, t.name item_userName, t.LOGINNO item_telPhone, a.name item_comName, b.name item_deptName, t.LASTMODIFYTIME item_updateTime, t.field24 item_CID, t.field25 item_location, t.field11 item_field11, t.field12 item_field12, t.field21 item_field21, t.field23 item_field23, t.field13 item_field13, t.field22 item_field22, t.email item_email, t.field20 item_field20, t.field18 item_field18, t.field19 item_field19, t.field15 item_field15, CONCAT_WS(\'-\',t.field16,t.field17) item_field1617, t.field14 item_field14 FROM obpm2.t_user t left JOIN obpm2.t_domain a on t.domainid = a.id LEFT JOIN obpm2.t_department b on t.DEFAULTDEPARTMENT = b.id WHERE a.name <> \'all_users_zone\' ','2022-02-23 09:41:04'),('63e22f57-8400-4da8-95e9-aab64267b6ea','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('63f133ad-8e37-45fa-9363-50c82b5ab5c7','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:55:37'),('63ff1c8d-e9df-44ca-85dc-0594841eb83c','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTczMDE0MCwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.iH528uyCc7fNu_K6PDAckDFHvEn4NKOi6EFbTY-ZWY4','2022-02-24 07:15:44'),('64044f54-61d6-42ec-aa4f-1ce47529c8ba','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:09:17'),('64096a2b-c972-4413-b5d6-bab9a2e1e78f','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTA0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.m8Qy61Dux9-vT7ckFO7BQrtig0MtUBq6mSMLplMDj8I','2022-02-23 11:30:43'),('6413126a-f689-467c-95ea-466f6d5f17f2','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:49:13'),('6416c59c-b971-44b9-8acb-7391edf16026','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYxNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fRUBA8LnQlAq-59uy6UkfPhCARh5b-GEZh9Q3bbv8qA','2022-02-23 10:16:59'),('641e6ccb-dc01-47db-a40e-b06d57830b9c','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:13:21'),('64234c2b-76c7-43ae-a90f-4860cd92637b','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:02:55'),('64241690-73d6-44ac-9205-0075fb68da41','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:32'),('64344fd8-cf0b-496f-9bd1-412caafc5895','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:47:28'),('643cf663-0475-440b-9811-ab79699e0c90','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:36:37'),('64431bb0-5035-467c-a63d-cb620016e494','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:10:58'),('644387f5-fc96-44a6-909d-a8d7473897ee','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:36'),('644854d4-66ef-4137-b4f7-727dd4c1ba7e','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('64555fe6-4613-48b8-b502-267dfc607c32','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:58:31'),('64565c01-3bd8-4f17-8aaf-2ed3117bc423','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:22:12'),('64644f22-98e5-4d50-a0c9-205d444ed798','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[79812ebc-628f-4829-964d-a96bd6768f87] 开始执行任务(1):回收授权到期后应用','2022-02-23 05:39:03'),('646b718a-de3d-448e-b4ed-bb6be0fc7e00','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:37:53'),('6472aee1-c8ba-43f0-8e27-edde7a7a94df','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:41'),('6478a3a2-b2a3-4df7-b54f-8ef156d64e81','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:35'),('647c865b-c0df-495b-b7ad-478e5d4f066e','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:19'),('6483b892-7bc4-40d0-953a-3cff2ca3987c','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:09:38'),('648e79e3-513f-4a8b-9009-8d11ef23c261','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ce25bf45-bc13-4799-90e2-612f2f2e857b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 21:38:03'),('648ee04f-9228-46d7-82fc-f0eb7d7cb1a7','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:09:38'),('64904a3b-0dff-4dbe-bade-4b9f694a5624','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:54:03'),('6491a256-fd83-4c71-ba04-8bcd1699ffa7','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:41:48'),('64a6041e-a66f-48c6-8571-26788e4c0b77','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('64a8aff6-8bf2-457d-9f76-3a1c01f23183','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:31'),('64ac4025-5398-4ec7-a28e-1676e6b93341','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:51:36'),('64d158ca-bd08-49b1-910d-a97a70eda7fc','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:38:27'),('64d87dc3-2367-409e-97e6-ae9e0dc4be77','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__sTBG6RC2iiovoIL5Y93&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('64e6f571-ebc2-4d2d-bc9c-0294ee5a19bc','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:04:28'),('64f04c70-1854-482c-8720-05a24283af58','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:38:26'),('64f29bc2-9701-4504-86cb-85d8e33d7827','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE1MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TTW8-0zzYOnFsT0Ifqm1yMKHCmHttA3vp1vR6UCUapc','2022-02-23 10:09:15'),('64f3be45-b05a-4389-ab8f-5d4705af403d','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:28'),('64f3d77c-ad11-42ce-9b01-2809e26f89f0','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:04:28'),('64fd05f0-a4f8-43eb-873e-bcfc1c19ba3f','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:41:48'),('65009c36-7f9d-417f-bd1b-a4cb7b4843e4','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:05:33'),('650b9737-124a-4e87-b47a-458fc7baf7ed','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:42:04'),('65198e9b-d64e-4996-8260-21308ef9a691','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-_Vx3XUqsro5QQAayJz6mjfBbcDKsSJ3yQUxAD5WhIc','2022-02-23 09:40:22'),('6525c6ea-573a-43ec-a081-e0001bc35f87','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:24'),('652c9e43-97d4-4cb1-b527-73ecad4e771c','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:00:36'),('653437de-4f13-4b61-ba80-6ffe79750845','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 06:47:16'),('6550286c-addd-4215-bd19-5f941c497a9a','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:27:27'),('655196da-6446-4da2-864b-00fcf59591e8','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:38:19'),('65539fa8-9e4d-4984-a80b-9d19b0c9f4de','NWw3pvZoUaYMD6q7hc3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NWw3pvZoUaYMD6q7hc3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:47:22'),('656229a5-2082-40c2-99c3-eaa47d3cae53','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:19:47'),('657b1bb7-9e2c-414a-bd4b-0d2b48865b36','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:17'),('658c96a8-0c10-49aa-8c36-f00153233034','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:13:05'),('658cc9fd-25e1-4681-9d23-a8a38b5ab7fb','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:36:37'),('659defa0-109f-44c4-89b7-8a45885ec943','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:59:50'),('659e7ae3-6572-479b-9f48-b93ffca32669','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:03'),('65a45382-0bb3-407f-b2e9-4ad40c1bc253','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:38:54'),('65b3d899-a1d7-4984-9207-10ea3c60f5f8','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:36:36'),('65b4b0d2-345d-410e-84df-0bb12a8b8abd','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:19:47'),('65b7cf8b-a546-4285-9199-74b92427e7a0','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:38'),('65bc1618-ca11-4a4e-a6a9-35f5758d2a2f','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__sTBG6RC2iiovoIL5Y93&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('65bd82fb-13cc-4174-a243-1bd1b846b44c','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 02:15:43'),('65c6bc08-c32f-4085-a3b0-4454d08b7472','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:28:39'),('65e9b6fa-47f2-4430-a426-3ef384f7a87f','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:49:05'),('65f5cf28-549c-44fe-8bd0-f3bb20177975','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:39:02'),('6602edef-2415-4780-bfa1-80d7107cbbba','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:38:19'),('6605c14e-cf76-4320-bc1a-717f0da79a95','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:46'),('660dc75c-a870-4b21-8e72-0007720ab37a','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OKVJ4cS5h_xrTlNKVI-htV34SnbjFWs8mdunU3Phv80','2022-02-23 10:35:17'),('6634abdf-5b66-4d29-b5bc-12ce54da4606','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:01:49'),('664a1c76-02e6-4ed5-8198-5516b40bf578','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:22:12'),('664cc776-1c07-46a0-aecb-d7886e6e2b4e','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:58:31'),('664ce16a-2181-4f43-be71-efd20aa2c0d7','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:36:28'),('664d527b-87f0-4cb3-bad7-202feeb62b2c','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:27:27'),('665b0c3d-a129-47a7-a09a-62792fefe9a8','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:04:19'),('665b3d41-6cc5-4296-869b-a53809f3d04f','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:41:04'),('66623721-6259-4bad-b53e-c108a4ccad35','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:59'),('666521c2-157c-45eb-93da-45a8a220c530','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:36:37'),('6672a06f-5d3f-4ff8-87df-9bb86e585ce3','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:57:56'),('667c0c9a-38fd-4fb6-a98c-1736c1c391f2','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:18'),('668bd4b6-57a4-48dc-a91c-9659883bf9a8','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:49:42'),('66958a17-f8a0-4e79-b03f-73bd46dd7aaa','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:29:01'),('66b98e9b-04c6-444b-971e-33839408ddee','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:24'),('66cf3f48-8ad2-41b4-8556-8875391fc398','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:05:39'),('66d2227d-5870-49d9-b01b-ef7a6ed5d8ce','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('66d438e4-ac04-4d95-8674-886f260535b2','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:38'),('66d70b8f-4fb2-4e83-83fb-81f8b9a2a7cf','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:27:58'),('66dc9662-0191-48cb-a00e-bde4737e4689','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:36'),('66dddade-6de4-466c-a40e-ad6dea90bcd5','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:50:09'),('66dfc151-460b-4928-9d7c-644775d319ce','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:38:48'),('66dff99a-8117-4947-8bed-99a66b4616f3','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:57:59'),('66e43a45-955d-422f-8622-fd8858404bc2','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('66f9d3d8-99d2-4925-b01e-094b577035e5','yyTm89jM3zcKf1RaQF3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yyTm89jM3zcKf1RaQF3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:14:42'),('6706c795-f418-4f5f-bca1-a698980c352e','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:47:16'),('670f8e84-a69f-4e3a-9227-43d8216e6885','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:53:25'),('671011d3-05cc-4e90-8d35-aba7cde8bacd','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:05:33'),('67152f74-724c-48d9-9aa6-60c618d7f743','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 09:11:48'),('67159c2d-349b-4204-8a36-57351d60c1b8','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:04:44'),('67189e4a-5e85-43a4-8f12-c5128dc9118e','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:24:02'),('671abd1a-b698-4838-a3c9-75a785782b49','kfDrvkA9PMc9DexjJfp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kfDrvkA9PMc9DexjJfp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:53:32'),('6728c48d-4bad-4d8c-a876-8fe343a07312','v4o8wFjxG9WX7xGXv9U','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645674873809\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"v4o8wFjxG9WX7xGXv9U\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:40:00'),('67290220-1d0f-4639-85d6-cf3037628f58','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:36:28'),('67366de6-622a-442a-934b-eb4c6cf61991','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:53:57'),('67395ff2-7c78-4d64-ac1a-2ccb9b55cd88','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:47:16'),('673f35fb-9068-4ad5-b126-3a8ac16c3c47','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:07:13'),('6742c926-9b46-45be-b26f-758c1abd1458','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:13:38'),('6753fed4-f13d-491e-9490-37ad4a666914','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:47:16'),('67546e38-baee-4256-9851-0df59f4c652c','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:19:47'),('675e0c6c-540d-446d-8bfd-f7a6f7f63642','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:59:36'),('67600250-5f5e-4622-bc59-034edc474a78','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:55:43'),('678496cd-1691-48a6-8fb7-7cb2d7d03e70','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 2','2022-02-23 09:07:42'),('678a8a07-0938-495c-a18c-c53d8472a3f1','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('67911caf-7baf-4637-ab73-5c8d217e28e4','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('6795928e-f2aa-4a62-8d46-b46089468e75','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:36:40'),('679c23fd-791e-4a0d-b9db-328900c2fc9d','lDYoruKOGkQn1Z4p5vD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lDYoruKOGkQn1Z4p5vD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:21:52'),('67a1d841-d7e2-49a3-a5a8-42aa23412c6d','X0fhkHer4HGyVPOuYgC','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"X0fhkHer4HGyVPOuYgC\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:05:21'),('67a2375f-0c14-4db8-8854-3515bad89347','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:03:10'),('67bb3cc5-cf4a-4d6e-ae7b-5e46358c3cb3','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:12:02'),('67bd79e3-b87c-4853-b857-c89abe249b11','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjUyMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fpWUbcs9nhNtsokYmO9q-Wre4ukc2cL-3Pnad2fb9go','2022-02-23 09:42:04'),('67bd9627-7c3d-4b8f-9b94-6171468f4173','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:39:10'),('67c03e80-ec0a-4ade-9342-dcb00ea336b7','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:40:31'),('67c2dc01-ddd9-411d-b0fd-292175e7e00b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f4fd6661-c786-48ff-b9ad-b2528c4778ee] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 04:19:03'),('67ca59b6-1205-4d4c-ad50-51e5d7384c6e','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:47:22'),('67db4b3a-8fec-4d6c-8506-12daa7ca0978','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:01:16'),('67e0e1b9-8871-4934-b072-396d95800cf1','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:53:16'),('67e78f54-91f7-43ed-8369-236be0a0a82e','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:45:00'),('67ea7a2c-32fa-4c47-8a4a-d3c5dd3b4fca','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:03:04'),('67edd5ac-b7f3-464b-a51f-5543757c1f54','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:36'),('67f6bef7-5059-431d-b0d9-be5c7f83582f','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:57'),('67fd0c40-597e-4c61-b54b-134cb00edbf1','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:31'),('6810af24-d739-461d-9dcd-910dd8acf843','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:55:37'),('68134730-496f-4627-bd82-2c1f96319af0','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:51:44'),('6817fd23-1678-467c-92e0-600980d02042','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:53:25'),('6833e203-4b77-4e4a-8dcb-f10caebfb51d','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:30'),('68480e52-9366-4ad1-883a-209a002c03ec','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:32'),('6849d1c5-b2e5-4879-bbff-78162c7de5d9','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:38:48'),('685e3d30-485a-477c-9e97-2a67357dd9da','DzrXeKJB7PZIMTx7tRT','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DzrXeKJB7PZIMTx7tRT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:57'),('68690da8-77fc-4c7b-9cff-6dda321298d7','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:49:42'),('687f35de-4aad-4edf-9b0c-04784cfd09c9','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Q7-l6IGc78-66U7CHNwxJUCzkZxcELgMLA8-Thw3cgo','2022-02-23 12:19:21'),('689f3872-f57a-4799-b509-9af78597b320','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[217712f8-b5ec-48ec-8ce7-d1ca1ccb4611] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 01:59:03'),('689fc18e-3482-456d-b6fc-075b63835643','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:13'),('68a0a10b-a613-48b6-84a0-e6c2f41ae4f2','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:41:52'),('68a580e4-d913-42df-a8d6-a67699ee54f2','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:53:25'),('68a86da3-39ad-45c1-94ff-64ee1fef9134','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:41:04'),('68b15979-e408-40bf-9c57-32c4bd64551f','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:42:04'),('68b5e85a-8308-4dff-8a3c-ffc54c47d597','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:30:43'),('68c44da8-cdf1-49a0-b5a2-edfc19d3227a','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:36:44'),('68c4d173-3f24-43f7-9c40-d57d45fd3b84','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:26'),('68c8b1f8-ef0f-4b18-bc80-27bca5b99e66','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:55:19'),('68dd1bc3-d5ef-4655-97b8-d094324ffdc8','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:24:15'),('68e0e28f-8ada-4a30-b9c6-42a83c088442','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:29:01'),('68e17742-17dc-427f-a7d5-38a55f0dcd1b','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:45:02'),('68f1d39a-3167-4273-9a3d-714e637038a0','FBxgjHxTFas5znFppzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FBxgjHxTFas5znFppzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:00:35'),('69020297-e1c9-4a91-9a1b-0222c6e11316','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:34'),('690908e7-fb2d-4358-a09a-2ce917978df6','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:35:20'),('69144930-8276-469d-9c01-d347b0697a4e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:37:07'),('69150c4a-5cde-4f41-9efa-1b387779c136','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[11e012bd-6a0d-449e-a1c2-26766784d57d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 12:19:03'),('6915693f-8245-4062-a621-88c9d567f13f','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:47:45'),('69191ebd-97b1-4222-bdb4-089c223db5db','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:03:04'),('69400be2-45dd-44ee-bfdb-ea5a8508b15c','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 01:53:58'),('6948e70d-3cfb-4250-9843-eff486ad0d83','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:47:50'),('6951a29b-9747-4503-8662-a226885ff601','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:36:28'),('6954560b-89e7-4a84-9a36-4f20bd94a833','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:11:49'),('6959d787-5e6a-4bbc-8007-a7465dbbdc0f','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:30'),('696589e7-ccef-471e-94f7-5ab60a3d2bfd','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:15:44'),('69682657-a55c-4d12-8c87-ff641b78d53a','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:59'),('696fe779-11ee-4292-8ec5-542c710440bf','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:46:43'),('69811c19-8623-437d-aaa2-854e333d011a','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:39:12'),('6983b097-7a9a-4933-902a-1fa03ea23c80','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:00:35'),('69961f95-289f-46cf-b0fb-b5dedf340e5a','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 07:01:37'),('6997fea9-8da0-4ed5-9e5d-eac32dbf508c','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:35'),('699e2d9f-7f9b-43e0-826a-db38eb00716c','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:36:36'),('69a1bed1-50ee-4c02-82bc-ad62eaecc392','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:53:32'),('69aa9bf1-b8be-437f-ab2f-4d2471b82da3','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:02:55'),('69be3d07-2c9d-4ea3-a3ad-515705d34114','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:38:48'),('69c08950-3550-43c8-b22c-8a70b41fa264','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 14:03:35'),('69cbc3e2-2598-4770-b75a-f30ab156759b','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:47'),('69cf7fbe-6eee-4f45-82bb-ad0156226305','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:27:36'),('69d47492-e202-4207-bf6c-5214c824cf77','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:54:03'),('69d4d571-5df5-4b21-8143-000cc257e1bc','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.kcffT0-EJ2Z8cXJlKt5YdakiSOyDAZOBvVLGacoceEI','2022-02-24 01:53:55'),('69e56bef-ab96-4afe-a029-89feaf692519','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:47:52'),('69e8b7f3-8581-4ce2-9350-c532eaebae00','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:41:48'),('69e9ac12-bb8f-4be0-8b4f-bacfdde697ca','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:46:05'),('69f00607-b85f-4826-b6d9-7c6c62dc2028','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:13:42'),('69fb90f5-3c5b-43e4-bbe0-41af0c3d750d','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:24:02'),('69fdc2dd-04c7-4c5c-8519-a1fbb2cff704','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:13:09'),('6a082f61-480f-410e-93ec-96a4d829d5e6','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:48'),('6a19fffb-8ec7-4f7d-afa7-61adf4b86ca6','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:58:15'),('6a1f5156-fe94-481f-8686-2eddff886b4d','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:36'),('6a282297-6759-4f65-a413-c0514a65a9f3','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:40:28'),('6a3e25b7-2eaa-4bf1-a519-0f8d233f1d6e','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:04:19'),('6a45b8c6-e2f0-40a7-8e6b-569d9fa638f2','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:51:46'),('6a46dfd0-d303-4349-be12-ec8d72193879','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:14:42'),('6a4be8ed-0b91-459a-83d5-9a2cf9c38dca','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:30'),('6a50b300-41ae-488e-8d59-7921b71d2a98','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:49:05'),('6a5256dd-1c91-466e-9636-e5f9414d1133','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:38:30'),('6a5c1b10-873c-4cb7-8e58-2689783359f3','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[79633fb5-e2c4-403f-9ff2-4a18957b1ff4] 开始执行任务(1):回收授权到期后应用','2022-02-24 06:38:03'),('6a5e3f4e-37ff-4b61-b366-ce2aebac7492','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3726929f-83b7-4371-947e-58986532605f] 开始执行任务(1):回收授权到期后应用','2022-02-22 06:36:03'),('6a6541c2-3884-4d15-a736-30a5e5106dcf','PTvgTE2w98Gzr6uqnjN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PTvgTE2w98Gzr6uqnjN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:55:43'),('6a7730fd-a6c4-404d-b769-097eb43fd36a','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:35'),('6a7f71b2-653d-419f-a9ad-bf269233e80e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:30'),('6a80c139-2859-4ae2-a9ca-5cd1207ad0c3','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__h0fxOYBf2gPKGICatmN','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__h0fxOYBf2gPKGICatmN/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__h0fxOYBf2gPKGICatmN\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Ou1Ofd1H2U1wSXITQC1&opentarget=detail&linkType=01','2022-02-24 07:01:36'),('6a8ac6f0-0d92-4e13-893f-9d6bad5957d2','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:07:42'),('6a96ba57-4f2d-44ea-8ba2-dde154fb9e19','iBC085FKbqCIlAMiyKv','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614760277\",\"docid\":\"QH8iPIM47E5nsWdT8zX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"iBC085FKbqCIlAMiyKv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:58:08'),('6a971ed2-77d0-4608-894c-aeb5b49daea4','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:05:33'),('6aa75cb7-e114-49bb-a54f-fff7726c51fd','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:13:05'),('6aa8e8c1-2149-46c1-8bc1-f65d1d99fc9f','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:28:39'),('6ab9a8a5-e957-4372-96fb-0d204ecb8019','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:47:22'),('6ac5b97c-2eca-4ed9-bda9-ac51e31d33a6','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 01:53:58'),('6ad0df25-f8c8-4a89-bdae-eb954d2f478f','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:33:17'),('6ad68001-eacb-44a7-a843-c8276c424944','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:30:43'),('6add9d56-a983-4688-9166-d89426c6dcea','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:25:21'),('6ae3bab6-5592-4938-b2e4-3fd1baf80eee','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:07:13'),('6aef7be3-0291-40df-a679-78e47966ba6c','5GB7Sqzqw9uqcdLyS1s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5GB7Sqzqw9uqcdLyS1s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:06:24'),('6af794d0-1a56-4435-94c5-87d9204e3707','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:35:52'),('6af9f45f-c475-4df5-8c87-4bcc544a7f9c','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:38:19'),('6b0ed458-16b4-4554-bd31-58c2f1a75e2f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c13e3681-9cb7-4a3f-a20c-82d8ba97dad5] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 21:39:03'),('6b106222-6d78-4ba9-a9e6-6cd52cfd192e','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:55:19'),('6b1212df-0aa4-49d7-86b9-79e21e523bd3','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('6b125e25-2d1e-4388-87fe-7eaf9276dfb2','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:13:42'),('6b1deb09-d6cd-49b2-8f8a-85c0cd310ca4','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.L9hYFmRwHsI-mK1Yh7xWluHEpWlptI7ctyIRg_bZGao','2022-02-24 06:49:47'),('6b2090ba-f500-435b-8c36-ee96be0aa09b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:59'),('6b2471c2-80b3-4bb2-aa9b-de448900cfa3','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzIxNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ic6XPZv-wAs3g7Y7VLGhB8eDmGgAR9rKhQNl8JUpbn4','2022-02-23 09:53:40'),('6b4da796-d952-44c5-af81-c045c8857b15','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:19:56'),('6b59d01e-4350-464a-a250-a959354e36d0','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:36:34'),('6b5cceb0-af3b-4ff9-9d05-b903fad1a09c','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:39:12'),('6b67f3dd-6d0a-441b-a2fb-e825be8b1b76','DzrXeKJB7PZIMTx7tRT','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DzrXeKJB7PZIMTx7tRT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:57'),('6b69c73b-aa7b-4f11-a058-40ca79be572e','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:47'),('6b6e3ab9-d531-4ab7-b6b9-06444d581dfe','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:25:21'),('6b7501d3-f86f-4ddb-bf6d-6f3a6a6b1899','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:38:26'),('6b7b0d2f-fc6d-4035-b480-e410b62a61ab','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:42:04'),('6b8295f0-1920-4181-b965-df260faebdb9','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:11:49'),('6b868b9b-3f24-4c0a-86fb-ff200f554881','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rRUsjUDJ95106qW8ExvYt487Rj2LQPyVL5cbgH-k3cs','2022-02-23 15:36:40'),('6b8e504f-79b2-4492-bcf0-cf0d49917e21','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:28:15'),('6b925dea-c432-4745-b2fa-5626c75efb23','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:35:22'),('6b927d07-3d8a-4bd5-a548-8172d7aa0c50','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:59'),('6b94adf5-fff5-4376-b9b9-3cf190dc2484','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:13:05'),('6b987463-4cf8-490d-a4fb-adb499f70b56','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:49:42'),('6ba000d1-b102-4413-befd-e474b051019f','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:09:17'),('6ba535bd-f61a-42dc-b03b-3d00852a4113','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('6ba623a0-40dc-403a-b192-fbb20e4965a9','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:47:22'),('6ba8123d-f160-4578-a16a-b9b518777fd9','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:59'),('6bb3d3b8-baa4-4a4b-8d89-4c80ac3f3b01','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:35:17'),('6bbe02d5-ca91-4b58-a0c4-a88ead057206','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:37:57'),('6bbe21f2-7a7b-420c-86ee-4086aa9f65b5','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDU3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5hHddAHS7jo7U-igQRnxG-SYKRgvrCJX2U69Vzv4_vM','2022-02-23 09:09:36'),('6bc8daa1-336b-43c2-abe8-9b11044e429d','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:17'),('6bd0a8e8-c77a-4888-bf66-7b4b73e7ad2a','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:49:05'),('6bd1d408-fc7b-4b04-9b45-e07c17816ef7','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:25:21'),('6bdf2ba5-70b7-426c-b9f9-02dcba950ce1','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:49:47'),('6be9b07c-0469-4761-a36b-8d1be4a49836','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:55:36'),('6bf6c0a9-a314-4d54-a170-a27cd660af72','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('6bfcc9e1-0cb3-47e6-8c7a-ab898e4e6802','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:42:04'),('6bfffdf1-fa46-4e39-8cfc-f5453aa0b230','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:03:02'),('6c0531b5-c60f-4b0e-a6a3-29400a28a6b3','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:53:58'),('6c0e3d8a-6c32-436d-820f-88a5556b634c','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:53:40'),('6c1184f8-dc9c-466c-839c-7ab2cc08cc28','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:47:16'),('6c17ec99-757a-445d-bded-32e112b4f498','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 07:15:43'),('6c1a544c-20df-4add-8e99-ef030cd8535d','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:27:58'),('6c1ef7eb-9a70-4baf-9ac5-0ff77ce579b0','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:28:15'),('6c218d85-7760-4d58-8c9d-6ce393a09244','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:53:16'),('6c25d475-25d7-44bd-aaad-d32f8d0b40b0','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and 1 = 2 AND item_clientype like \'%电脑端%\'','2022-02-24 06:53:13'),('6c2a1b80-ff8d-4325-8b14-c4db0e45a237','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:10:57'),('6c34b923-1f9b-4803-b87c-46ef1e72f791','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:07:42'),('6c36692b-54f9-4b12-9f56-20e22f4ac6c3','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:53'),('6c5bf1ad-4fcc-4cff-91f7-62e9369d67e0','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:07:30'),('6c611fa0-9f80-4c74-8e65-95af1680c69e','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:14:42'),('6c6cc7e4-1c9f-424b-b568-cc3c4c1e1f3f','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:45'),('6c6db3d6-46a8-4a70-a6d6-3b41e1433015','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:12:45'),('6c6e6f61-100c-4819-b8f6-9aa08dd0da1c','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:15:44'),('6c7b7382-26cf-43c3-a2c1-b0c5a367e814','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 01:53:55'),('6c7e789f-a59f-4876-82cd-284c34eac288','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:47:52'),('6c932283-2549-40a5-9a45-43883dc956ea','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:10:58'),('6ca4cd93-3bc3-4464-a0c6-a2e05dfc50ba','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:49:05'),('6ca893c1-1eb0-41e4-922f-ab360e18e5e0','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:36:37'),('6cadc96f-4c5d-412e-85ea-d94a91e131cb','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:48'),('6cb1168b-7032-483b-b68f-4f66896d6707','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:53:58'),('6cb22904-ae65-4880-b849-568a09816d3c','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:29:01'),('6cc968cb-9230-49e3-a254-152b2187ae94','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:35'),('6cca3e1f-74ab-4aea-a105-8b4c1c16b0c3','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:04:43'),('6cd5af55-f090-4f2c-9079-bd2bb05d79dd','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ybf-MIA-AWLoEAGVNMW6ziD2QVFgo9DnyLd825Kdu2g','2022-02-23 10:05:42'),('6cd633b7-5f12-43db-af14-6903a7cb0b1c','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:42:04'),('6cddf667-7b9b-432a-8231-36601a7145d7','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:01:17'),('6ce8bf3b-b643-4ae3-a316-89faf7741841','sMFqn99be3fduyvB7nc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615090507\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"sMFqn99be3fduyvB7nc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:39'),('6ceb6d40-19dd-4ea3-bb44-693e45ef5404','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:50:09'),('6d045562-e6c4-4028-b287-5a39b5107ad1','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 02:15:43'),('6d136184-668f-4ce2-84c3-e3a091996b02','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:37:53'),('6d17f7c8-170f-404b-8959-cdbe6114374f','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:12:02'),('6d181664-e41f-4167-af2e-4b6973946f4d','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:09:15'),('6d1d2c22-b47a-4fa6-9693-cc6b488cefec','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.uA7XmuaZveHJvDiFHtxiVNDeiQwReFJu3bERou_FVWM','2022-02-23 15:19:47'),('6d1fdb24-9f8e-4214-be2d-3c34c87b2139','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('6d29008d-3099-42ea-9ea3-c23bad5d601b','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 02:15:43'),('6d2a5dad-1511-48cf-b2d7-4acf52c8afeb','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ybf-MIA-AWLoEAGVNMW6ziD2QVFgo9DnyLd825Kdu2g','2022-02-23 10:05:42'),('6d2b7d4e-1580-45cc-b4b2-d824f9a380b5','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:30'),('6d596958-17f1-49b7-9b1f-b8b759a43a8a','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:37:08'),('6d5a20cc-6304-4383-9237-4213ec443e79','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:08:27'),('6d622b85-6ac6-455d-a947-34a2a3094955','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:49:41'),('6d6ab17c-be1e-4065-b0c9-7771302ad0ce','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:50:09'),('6d6bbfb8-286e-40ec-8480-623246282499','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:11'),('6d744a7a-8052-45a6-acde-04db5acc1034','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYxOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Ab1IhQzp5w0EtW24gbw2lkVzhebeoXlRV4kyKgHFtI','2022-02-24 03:13:42'),('6d7b0b98-3f82-477d-932b-3d3266053f53','kfDrvkA9PMc9DexjJfp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kfDrvkA9PMc9DexjJfp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:53:32'),('6d8416d2-c25c-43e4-b1f4-7acbf9548485','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:13:49'),('6d8e9dc3-4ab6-4d1f-97fd-99f0e7332881','DzrXeKJB7PZIMTx7tRT','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DzrXeKJB7PZIMTx7tRT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:46:57'),('6d911732-9483-4f8a-b90f-c42ab58f9434','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3fc099ee-7502-477f-adac-df6944cf6295] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 06:39:03'),('6d924f89-06e2-419b-89e6-db3d8f871c9b','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:14:59'),('6da58ee8-df9d-43e4-8c8b-4da9a00185f1','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 13:46:05'),('6db5039c-3e56-4794-b6e6-4278a98223f2','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AsrboDfQXcpyCo6q1S8NUkd_kvy7YVszp0NaQxpcazo','2022-02-23 09:49:16'),('6db62cb6-631a-4b38-96f9-607402c6fca4','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('6dba62da-be4d-4db3-ab84-045af5b83f70','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c4da4eda-01ee-48a0-94f0-7a575fcecaed] 开始执行任务(1):回收授权到期后应用','2022-02-22 21:58:03'),('6dbc0627-637e-41dc-ba57-cbed5a9199b4','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:37:12'),('6dbe7962-469d-4bd1-9aa8-deb433b7d76b','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:57:56'),('6dc6c4b8-8a12-4eb9-88a9-1b62d90f75de','xBV85yh05xhSfdDmci1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615088060\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"xBV85yh05xhSfdDmci1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:36'),('6dc80720-909c-4a74-b808-5f97cf20068c','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:49:47'),('6dcdfa58-d856-49db-ba3e-38ac68a165a0','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:41:06'),('6e0d99c0-cfe3-449f-b6e6-1ae355f8466c','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:27:27'),('6e0fe756-054e-4d37-b4f1-6212a0876e8a','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:07:42'),('6e213816-22a3-407e-bebf-c6b431832ba4','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:55:43'),('6e28b8ab-1263-499a-b1ee-ff1bb5819ac8','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:28'),('6e298940-eef3-4acc-ae97-933a4878836c','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:59'),('6e2fb80d-15f7-42e0-bcf7-0c1b1bd0be1c','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:55:43'),('6e59dd83-062d-438b-bbc6-5972d657ed55','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:41:48'); INSERT INTO `sys_log` VALUES ('6e5e4070-2e24-46c8-a98a-bb05d1b08a63','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:30'),('6e5edf07-6d38-49d1-afc5-fe70111c3cd5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[cd9e52c3-4867-48c2-aed7-c888be0fe5fb] 开始执行任务(1):回收授权到期后应用','2022-02-22 14:58:02'),('6e62d3f1-2a66-4bc8-8746-2c82dc6c61d9','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:47:28'),('6e668fb7-d21c-483f-981c-f59f54e121e5','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:13:09'),('6e69267e-7bac-4a77-aaac-85ec894f370f','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:35:17'),('6e7e475c-a74d-48ee-88dc-aaf794e5952b','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:47:28'),('6e7f74bf-5a06-45a1-9572-1e99b03dd818','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 12:00:36'),('6e82dd5b-0410-4cd2-8238-b56ccf571f0a','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:52'),('6e863fff-693e-4010-bfe1-aff95a30e934','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODgwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.aUjg_jW3xfARYkNZ16_txkWEH3AEpMAHLcRqkMwKQlc','2022-02-24 06:53:25'),('6e8c390e-ffdb-44e9-9fac-a474c7b8b755','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:09:15'),('6e932149-4d12-4477-8017-cc0fdb7bb1a8','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('6e9948e7-41e2-4c0a-aadb-ae6af41a332c','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:04:44'),('6eacff2d-9f14-4911-b7c5-5918fe6579ea','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:58:00'),('6eb012b8-f1be-4570-9a9f-ea1c7e733e71','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:53:13'),('6ec4cd89-e6e2-4f75-a792-78119b7f690e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:24'),('6ec5a152-cf01-4fbe-a351-13e0246b065b','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:52'),('6ecf0804-ae93-45f3-b707-391828e7aac5','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:36:40'),('6ee3413f-7403-4255-85d5-addb88f01fd2','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:38:22'),('6ee3f9a2-f585-4f18-b726-b5218bcc0ff3','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:38:48'),('6ee419c4-797c-4a97-b29a-4a2a382c3634','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:09'),('6eeb5ccb-5808-49b1-af81-1effc43236dd','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:13:48'),('6efb03b9-fdbe-415d-b823-f9be61a38e25','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:38'),('6f02c35b-dae2-4363-9550-b3eadbd6720e','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:49:42'),('6f03459e-d7e3-47f8-a857-26d0b147b0e1','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:07:14'),('6f1aec34-f1d6-490d-97e9-9a33ad99d574','pULs4u4AGJww8LTWXMN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__vzHulAD3PA8U7mHfFkL/documents/owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pULs4u4AGJww8LTWXMN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=判断不等于1','2022-02-23 10:18:37'),('6f26c201-fd70-464d-9a4d-4c2b27bca96f','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:47:16'),('6f295c5f-6d6e-40cf-b8ad-b5e68d8310ed','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:00:56'),('6f2f4c71-f9f9-4885-a789-03e5deda8fc7','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:55:46'),('6f3d4948-1ece-447c-bc39-aab2a3ed3126','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:17'),('6f3d75e2-2b6a-45cb-95c1-ba72b67b805b','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODE5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jw0QVOKrJkyqJv8WSMM7bPpSi3Vub6Y6_teBbwdP30k','2022-02-23 14:03:14'),('6f41aa1c-e991-4d65-b7cc-c83af10379a8','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:53:25'),('6f63c688-8e72-4f1b-bebb-8bbcafe4f09c','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:22:45'),('6f67f962-b33c-4dc8-b273-789017a0f2a2','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:48:20'),('6f6b876b-3ad5-46cb-9f81-5f6b9a6e8bb2','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:53:36'),('6f73ede9-b46e-48a7-8b34-37abd2a4e574','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:30:25'),('6f777131-b7a3-4283-bb11-ee62f91b4a1e','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:57:56'),('6f7f8bc4-c3d5-4f49-bac8-2b2e9caafbfa','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:00:55'),('6f824cc7-ff8c-437e-820f-b9ad8d2fb546','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:13:21'),('6f8653a2-0b9e-4ad5-ac30-89c25081c3ec','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:03:11'),('6f876841-bd36-434f-832e-5f238a89a19b','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:07:42'),('6f8c4643-ee45-4b8f-ac56-7ad58826ff2f','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('6f8cd0af-3011-4731-8b41-bf57b976f103','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:04:10'),('6f91e901-d58a-4888-9ed9-1d467e10a9a1','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:47:16'),('6f9d1101-9bf0-4a08-a065-9525a13aabc3','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:49:50'),('6fa4a541-46bd-49a2-b300-ac15e79445ca','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:46'),('6fa994ab-36f7-4b59-bc44-a8538fda3990','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v83E4nXY9hV0s34PtGbYVBbLBWeLVAYX5Xu_KssKc2U','2022-02-23 11:41:04'),('6faea162-2de2-429c-b8f8-a55a15822ff9','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:53:16'),('6fb1db39-6fa6-4070-9c18-15b9299b6cbc','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:35'),('6fbacc9d-62b2-4bde-92f3-3d29b7824bb0','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:55:46'),('6fc151f5-30cc-4970-b83e-66c3d9a789ae','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:25:21'),('6fd101e5-ff95-4c4d-b977-2d57205e7494','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f0a64101-eac2-400a-8851-4c17fd6bdc56] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 07:18:03'),('6fd209a9-bff7-4dd3-9e2f-e07cb614b2b1','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:13:38'),('6fd33862-72b1-47f6-83c0-0186c6f104be','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5cb38e86-4f1b-4117-9fe1-1a9e767bd3d9] 开始执行任务(1):回收授权到期后应用','2022-02-23 18:19:03'),('6fd8a86a-7282-41a1-8de6-8709b7fc24cf','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 07:15:43'),('6fe66d93-8135-41be-8e77-224e20d93b03','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:02:55'),('6fed1f51-cca0-4499-8b56-2eab3e792ab0','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:36:01'),('6feda04c-b433-4022-a1f2-7c40abae5210','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:06:37'),('6fee0ede-748c-4c5f-85d3-cbfd140d5138','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:36:37'),('6ff43606-478e-4444-bb1d-4b35258db36f','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:26'),('6ff6c766-c80b-465b-a7e2-8bcf000dc958','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:17'),('7009ee73-bac5-4b7b-8c22-9b8e7510e564','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:28:59'),('7014256a-fc08-42b6-b5db-58bb01a142a3','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:30'),('701766af-cf38-43b5-8141-4eb27a268c70','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:22:12'),('7019386f-7c02-483a-814c-99f8b7afb442','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:47:50'),('7019c802-a9b5-41e9-9862-7e81a332627d','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:51:44'),('7020b520-201f-49a1-9c4a-6008538c261d','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:57:59'),('702522eb-8ed5-41a4-9c40-5631dfa36853','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:18'),('70261f06-41a2-4b68-bd9c-0b3fa5150e17','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:22:45'),('702688c7-6cb7-455c-9900-531ed8a9196a','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:04:28'),('703282e1-54fc-4971-91c7-83f6bdc874f3','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:47:16'),('70377b0d-d6be-4c50-aafd-a9e14f9a595e','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:19:47'),('703bbca8-ddb9-4222-8319-0c55b225076c','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:49:16'),('7040f79f-f684-45d8-b8fa-e33d119440a1','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:14:45'),('704e1748-fd55-438b-826d-ca93004b0c17','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:35:52'),('705ef470-e0b2-46d7-a71d-ef54d1ec0fd4','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:05:40'),('70622a2b-252d-4b03-8444-5a5b849f6147','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('70642b18-979f-4ddc-9aa1-4e4350690638','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:11:49'),('706c63ef-8b7a-4d9a-9287-38f1271529c5','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:41:52'),('706faf56-c3cd-49b0-b3e5-f274af97b6b0','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:08:25'),('706fe3d7-450e-41c7-839a-744ef2f6215b','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 07:15:44'),('7074e09f-beb1-4c41-873c-34ad65f845a2','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.nWA0_w2LSy5xjri4Zo9k7po_KC13sDHYcEhmrblDwOI','2022-02-24 03:55:34'),('70799062-edee-47fa-b9e2-690dff0c6952','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:40:52'),('707b6d15-dca3-4d25-af76-a07bdf104800','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:08'),('707fb8af-8bec-4160-999c-9844c8887d00','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:54:03'),('7082ffdc-56c5-4eb0-b71f-8babdb6afd8a','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 10:41:16'),('708869d8-5730-4f86-8204-924f65bb0c1f','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('709fd540-c313-4334-a68c-b9a8faf04d86','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:34'),('70aa16c6-3cf8-4f9d-ae08-950054e35495','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 12:19:19'),('70b32b8d-dc56-4f22-9990-2a420acf51cc','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:39:02'),('70bbb5e5-eac6-454a-91f6-a82b23083a62','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:29'),('70bbd506-adf0-417d-9087-3d129d38352b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c9b73d18-c4d3-4b54-8e6f-3eab3c4adb39] 开始执行任务(1):回收授权到期后应用','2022-02-23 09:19:03'),('70c4c7d6-9424-44e0-973d-f9a4ec27e9e6','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:59'),('70c5d96b-f983-4713-90ac-78bf9ce081e6','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:53'),('70c92c25-c088-4524-b608-2783afb81758','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:53:32'),('70ccbb7c-6d79-42f2-9743-da021fab4628','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:43:30'),('70cf89f9-b403-4c88-88d7-f63a5ca779da','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDY4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.MghlcdXsO5QyQ7ywT9UBI5FLdnTvsckUvm0-g886Dl4','2022-02-23 10:18:11'),('70dc258d-8607-4224-9074-9595f378f9ac','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:39:02'),('70f0bafd-035e-47a1-b613-4074c1db0661','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzkyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.EyiFczeeYZlZaOMysS24kXy1Sh2ntelAU2qvnVT9E-I','2022-02-23 15:38:48'),('70f430f0-8e2a-4a36-8c0d-16747045a62e','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:08:25'),('70f8b3ee-1a0b-4c82-9293-1f6fad67d89c','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:29'),('711394df-0a5d-477f-8447-22601042b611','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:04:43'),('71153ecb-ccf6-4aae-9d75-8ce024a8a3fe','yyTm89jM3zcKf1RaQF3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yyTm89jM3zcKf1RaQF3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:14:42'),('7116a001-d9ba-461b-bfc0-a269f0850371','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:49:47'),('711ae2ce-49c2-4423-9bc0-32609cf1feb1','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:51:44'),('712c5c53-9edc-4209-9477-e3d9976d1e28','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:55:46'),('71343cd1-2fd0-4318-9163-496f7b468349','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:36:36'),('7135bb76-9da9-4b45-ae74-bb9fb5b59f1e','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:18:14'),('71484b40-2cf7-4135-9abd-8c82f38dc68e','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:55:43'),('7148689b-5145-4510-8761-74d0fbf3bcb7','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjUyMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fpWUbcs9nhNtsokYmO9q-Wre4ukc2cL-3Pnad2fb9go','2022-02-23 09:42:04'),('7153a730-5476-43df-ad3a-dab4b9f96823','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:27:58'),('7158018a-1b23-4046-810a-f80d7fbd993b','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:36'),('71596bc8-a68c-4c8e-8965-167534c74981','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:07:30'),('715c6323-fc01-4a7d-a1a3-32188dd9b282','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:48:21'),('715e458b-c001-44d8-ae77-9103f4c0d414','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:04:25'),('7170adc9-fd05-41b7-9440-7b3b1e0a840c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:34'),('717193d4-b486-465c-8971-df78ce964cb8','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:09:17'),('7185c717-0775-4ba3-b08e-1a855095676c','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:36:40'),('718a7c12-0821-484a-9015-1e54f84ccef7','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:45'),('718e80d1-7a31-4065-92f3-7490f904eea6','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:11:49'),('71914e4e-fcc9-4a1d-a0e9-3c60e8ff40ff','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:36:33'),('71a078c9-c854-487c-96cc-4e734e48fff8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7721ee33-2fc6-442f-a93b-b5474a189332] 开始执行任务(1):回收授权到期后应用','2022-02-22 13:18:02'),('71a944eb-4b4e-449a-b999-6c6542f6c439','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:03:11'),('71b7d437-9527-4c2c-9747-07e273d5a8a1','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 02:15:43'),('71bd31ca-5aa8-4e12-837b-f7a94a4460ff','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:28:59'),('71e87336-7d10-46c8-9bf8-67f46ed9b972','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:07:42'),('71e8b180-f256-4574-91c4-4d49e9118e77','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:38:29'),('71e99008-d2eb-474f-bdaf-6965880034b0','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTQyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-3CAcfKEtBSIooSs5rZd5Np3m6CcAe3Dzb7wHja5kmc','2022-02-23 10:30:25'),('71f95066-eada-412e-9fbc-a70df3b1a707','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:41:17'),('71fd2148-e568-4fbe-a5b2-0d90da25453f','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('71ff3040-ab85-48bf-91b1-6a09b2561979','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:03:11'),('720108cd-7f6d-4653-87b3-95552c741391','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:41:16'),('720e1255-2740-4d20-aacd-edf3f6df96ee','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:17:25'),('7224f60b-bcae-4f3a-9f05-20ffb6ef816b','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:48:20'),('7225ed72-305f-4625-9068-82e39881d2f5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:57'),('722747bb-c4fc-4740-9504-907ee71bf5e9','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:07:02'),('72373c85-95eb-45d8-9aeb-d2c85b09c14a','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:04:28'),('724c523a-9382-4370-bb35-350c6ad83b33','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:27'),('724fbe89-1405-4b16-acea-bfe6355aa6e7','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:42:04'),('7250a750-f0ae-4606-9ab1-53183539ff3d','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:39:14'),('725bd229-4b12-458a-9d7b-03cf4a712135','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:31:52'),('725ed2b5-3082-4310-9354-15b1214c5d3d','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BWf3HyDuL0C8LxqFuLJV57S9jlUJN9TmiNbv_TenCcc','2022-02-24 03:55:36'),('72681f2e-90ad-4bd6-872a-7c7640fa99a6','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:08:25'),('726a1d2e-5dd3-4519-b448-1fd93ab3e506','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('726e0177-6b75-4da6-b37c-178594fa5205','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:08:25'),('726e1cdf-1430-4a7a-ab98-3e2d692c2217','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:13:49'),('72787a05-492a-4cd8-9175-504bc1cab0fa','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:37:57'),('727cc9b6-4a88-4efc-90c5-e26850bc50d7','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dixV3FIUgz5flKBjLvphkwJZMl_fT7KGh8izIwnU4CY','2022-02-23 11:04:43'),('7280363b-00a2-4a77-ac7e-f90ecb0a1010','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:38:19'),('728d157f-bb1f-4f36-99be-9b0127ec2166','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 12:00:36'),('728dc91c-5260-443b-b93b-445f2e68b5dc','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:15:48'),('728efa51-23a5-4651-8e7a-40be4eb35494','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:29'),('729413b7-5155-4274-bb54-3f1a0138c778','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:58:04'),('729a5c17-b466-47a1-bd37-f79755f5d712','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:47'),('729ca2bc-20db-4369-a33d-49cbfce72b89','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:38:29'),('72a24271-7178-4bb6-8ffa-c2a30f052837','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:49'),('72a4a80c-1ca4-4de6-9a77-0e45c720dd6e','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:50'),('72ae808b-69b2-4c4d-8479-d8d1a538c0a8','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:30'),('72b46f55-fe33-42cc-b4b0-315394e47c8d','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:02:50'),('72b8ca5c-ae71-40f5-b42d-cd15b489d431','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:09:36'),('72ba3866-9235-4daa-a580-6c6a5ab6a0bb','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:49:13'),('72c1256a-ea2c-4327-9fbe-23bd42b73c4e','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:15:46'),('72c22722-d008-44ae-a355-f0b41cbaaa93','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:13'),('72cf99bf-89fd-4a2d-b19b-831a23b7d86d','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:41:48'),('72d4b855-6cd1-46f4-8760-f96dc149715f','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:27:38'),('72d800e8-293a-4cb1-8993-bea8993576f0','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:17:25'),('72d96d80-d5fa-42a4-8d84-c714d4c31a01','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9eeadd78-a946-435a-ac24-34470d54836b] 开始执行任务(1):回收授权到期后应用','2022-02-23 17:39:03'),('72da5696-3828-478b-9eda-c5357de72454','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:09:36'),('72efb07e-9d1d-486e-a0cd-632e9d4fd0c9','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:27:33'),('72f366e7-7269-45ae-958a-6d51db24ceac','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:38:26'),('72f6620d-2013-4432-875a-a5286d5b9b1f','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDU3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYRUap6u_lFFPQKM1E6WA-XwIKZN7TfDC0Tl5zvg2f4','2022-02-23 09:09:33'),('72f84c7a-074f-47d9-b878-74c0dad2e725','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDQ2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pjZLspYQ_idYFOS1IUujOQEiq7lTbYKX0pRnG7mPWIU','2022-02-23 09:07:51'),('730d4b57-6aca-4c8d-9021-f2e50cca6485','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:39:12'),('731062bb-c04f-4895-a3e8-dc6ec9ea2aea','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:38:29'),('73120cbf-83a4-4ede-8be0-122309963e7b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:13:42'),('7316578c-255b-4c16-b9e3-9aa176be8e5b','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:22'),('731e8b16-914b-4e09-a7da-03cb084311fe','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:07:30'),('732d0c2b-f330-4d13-a0d7-d55bc9a6429e','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:36:36'),('732e1cc2-0350-4811-8c49-784b0ba45588','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:51:44'),('732ee1e0-e9e6-44d1-b20d-93062a2fffb1','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:04:39'),('7330fa24-5851-4a94-b127-b30a9ba643ab','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:27:27'),('7333016a-2318-441e-8dba-37774eb1ff25','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:42:04'),('733d112b-0482-4c7d-8c0b-997afc7f5c3f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b10e18b5-e928-4d43-8d31-1917af0de37a] 开始执行任务(1):回收授权到期后应用','2022-02-23 20:39:03'),('7343eb7c-799d-4099-b2d3-95d8b5a29d7e','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:27'),('734aec5d-d0a7-45ed-8535-f466c61db922','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:19:54'),('7351a36e-9ec7-4306-bd11-a714c710dde9','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:19:56'),('73583f04-a139-4489-a398-588419e154c0','yyTm89jM3zcKf1RaQF3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yyTm89jM3zcKf1RaQF3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:14:42'),('73653122-d90d-49eb-a3fe-552e42ec8252','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:41:04'),('73712bf2-5219-41c7-a3a5-76c8f5fbec0d','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:17:25'),('7379660d-65df-42ca-9184-8062b98dc722','3IwMDoMKfU5TThKtHp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645675696704\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3IwMDoMKfU5TThKtHp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:53:43'),('737c962c-daf0-45e3-898f-552e70ab17a3','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:38'),('7381b015-e437-4031-aa7c-904077f1f31b','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:19'),('738ef72b-9a0e-4cdd-8198-cd65b2c13481','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:47:52'),('7393a010-a751-48b8-b9b5-210f01bc1389','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:59'),('739497c6-3b39-43b8-90ce-3b179cd40cfb','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:05:40'),('73b55e2d-7296-4de9-a425-5c4120052c12','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:30:25'),('73b8f16a-c187-4881-a9f6-d938d0d37835','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:15:46'),('73bd217f-36b5-4963-898a-165ba5aede80','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:46:05'),('73c3dccd-2f48-4ec0-a356-958b5555eb23','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:40:22'),('73c6feea-7895-4fad-be35-45cd10176538','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:30'),('73c9f307-466a-4971-8d52-8dd7305cff9e','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:30'),('73d47402-e37b-462f-9d3c-06c620c4cebe','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:11'),('73dc4ae3-e9d6-4222-a546-b018685947a3','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:15:46'),('73dccf79-1736-4478-a285-fbef2df150a0','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:24:15'),('73de8be1-dab0-400a-b19e-17a0b0e67a88','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:00:55'),('73e15a95-4dcf-4cc1-8c72-f4d572136c34','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7de71809-2fe5-4e4a-bddd-f919b3d8847a] 开始执行任务(1):回收授权到期后应用','2022-02-23 20:19:03'),('73f69d8a-ccb3-4f30-9793-b605719bf63b','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:04:43'),('73f9e626-a267-40f7-9ad6-f8af7f83b09e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c9b73d18-c4d3-4b54-8e6f-3eab3c4adb39] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 09:19:03'),('73fa2a1e-2acc-49d3-bf88-4729b320fa7a','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:36:44'),('73faa6e5-eaa3-4a2e-be63-b732da8e21d2','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:55:19'),('7405366c-87d6-4854-b663-5e3f0a2766e5','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:00:59'),('74150cf7-0e6b-456e-9fcf-89f2ee4cf3b1','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lyqeEi3DScLVYTbtiA501o-vg6hi6f3_orfs1tuN4_A','2022-02-23 11:04:44'),('742b8c0e-cfa8-4a0f-a66e-df17569a8e4a','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:37:12'),('7449081f-a613-43ac-b366-3e6b44c7eb90','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:48'),('744c9341-304d-4696-a628-f7d50e72ede2','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:12:45'),('744dd0bc-687f-4fce-9511-bab29ed0a78e','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:13:05'),('74523beb-0586-4e0c-bc11-9b1c0e3a1ebb','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:03:11'),('74745e6d-023f-4c83-96b2-b54d160788cf','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:28:59'),('747d4b76-1c4c-493d-8c91-5f895e63cf10','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:05:40'),('7485c9e3-2bae-4db8-a795-fddd2e996a2f','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:05:40'),('74a0522d-5925-4698-8f17-3d40589ee089','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:10:58'),('74af1c07-0b7f-4864-9c2e-e571a39eb17c','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:24'),('74c0c377-3870-4ffc-a9d7-fef0c0df6fae','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6d0488d3-0b82-42c1-9b0d-19be446b7859] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 08:39:03'),('74c29cf2-3f83-47a6-bf2c-e59894c597f8','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTgwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.j_a7tQCanIdZ6yesxzJpPVoW5AgZ96Jnnm398gG9UKI','2022-02-23 11:43:30'),('74cb0822-e58b-4718-a503-5b4c7b604c22','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:13:19'),('74d55d37-1617-412c-b974-2ab0e8f9c10e','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:14:42'),('74dc53db-823f-453f-8a1c-d4f5de9c601d','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:40:24'),('74e4ca2f-7a96-4bde-bde1-588a9a039a42','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('74e945e0-61ec-4997-939a-548e665c89a4','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:35:52'),('74e94cf7-843c-435d-b283-77f6883580bd','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:09:34'),('74ee3cc2-5f19-4294-bc08-440f141d17c2','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:49:47'),('74f0655a-fc5f-4e8f-92da-096527cd3464','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 01:54:00'),('74fd783d-095f-4c91-808b-d497a0553d9a','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:38:29'),('750097ae-7110-461d-9ce8-6b7f9dd35464','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 13:46:05'),('75067424-345c-49e3-81a4-eb3a85a633fa','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:08:25'),('751501b2-63b5-4482-a458-99ec5caad100','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:03:11'),('752da250-3247-41f2-a6ee-d1d21fb11089','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:25'),('753477e4-d9ee-4f6c-9607-91b44a8d5462','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jp2WPnR7WW6MNew--Pd5A_49tyN9poncK5KIVUPES7w','2022-02-23 12:19:19'),('7537d5bc-cda9-4d8e-9fe1-e848e20bd856','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 12:19:19'),('753b7b09-99bf-4dd2-9f4e-4eddf1221319','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:51'),('754381ad-bdd2-448c-8fbf-a84f54901f8c','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:55:43'),('7550e8f5-79cc-474c-ae26-91c5472feb28','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:40:52'),('755252c5-023c-4f7b-9310-84ad3c435e37','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 01:53:53'),('75570f4f-9c8f-4ff6-bc70-7fb2aed485f5','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:59'),('755f3bd6-c54d-438b-9dbb-279d3fdd0d84','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:18:12'),('7560c680-f6a7-435d-b81f-7354c47fd70a','QiT9bg2QJAEBk4tNw6M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611659210\",\"docid\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"QiT9bg2QJAEBk4tNw6M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:06:28'),('757229da-47fe-4dd7-b529-b900734db919','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:38:27'),('7586d0d0-f322-4725-94f5-8a396730eb19','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:49:05'),('7595847b-b62f-4c9d-b522-54ccaec3b368','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:46:59'),('759658a0-b381-43f3-83a3-e378a2bd3083','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:47:22'),('7596fdcf-98fc-472f-bbbb-3bbdfedfda93','9cZjcpXClMUdt5F9Xsy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9cZjcpXClMUdt5F9Xsy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:40'),('75a5a864-ff3f-4f81-b1cb-90c45082b5b6','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:39:12'),('75a6a534-46d1-4013-9977-bae87940340c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:37:08'),('75a7c7ea-4bb9-483b-a704-1b043beb9df1','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.mCBEkNPrqF5rOwFiKGsim3mXZTx12zozapIhiUth610','2022-02-23 09:47:13'),('75b49f98-6574-4e12-a7a2-a309b0a31531','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:41:51'),('75b82a50-f264-4b1b-af28-504a919ffae4','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:31'),('75c07a8d-5898-4300-b61a-999dbbb42674','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:40:22'),('75c08b64-547b-425f-bc1a-472a5f5868e1','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:13:05'),('75c12c39-60de-46dc-9af6-82cafd3e9de8','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIyOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JdoHegisA7sGG5UjCyxml0cdpe1LxQUL67W54TNDxPI','2022-02-23 14:03:52'),('75d3cacd-5086-4543-809b-ea6bccc62696','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:14'),('75d8b5a0-7ea5-4987-a882-f62020dbeaaa','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:40:22'),('75e0976f-f9f6-40a5-9871-d01532ed87d0','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:30'),('75e47253-d932-4432-84c3-695be5a327d7','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[01ba36da-cdfd-4d8a-93ce-60024d4d194e] 开始执行任务(1):回收授权到期后应用','2022-02-23 12:59:03'),('75e873c2-d726-410d-ab34-6aa08be45947','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:08:27'),('75f5a386-2ca1-4923-80db-8f0b8f41c409','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('75f620a3-d8c7-422a-bc21-281331c645f1','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:19:19'),('75fa3ed8-ad6d-40d2-8521-2d1970147d2a','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:47:22'),('75fd0bac-3833-4427-b4d5-53ad5ce46e24','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('76009a3a-4782-4e91-bd3b-d807e79459f6','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE1MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.L0n6qW6b3lXe8Un9TYammP3nLUrz-k8QuxHAWsp5C5k','2022-02-24 03:39:15'),('7601f132-9893-406c-97a8-8c2f520a70f3','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('76091c02-6eb3-4bba-bf20-5dc7fb8c1a37','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:46:43'),('76248c4d-a2a6-477c-aecd-00e37c45bc95','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODI1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.wCIRmRcvP4uUo4FMpGljjhpKjsZdKHWRIBzDM4mpaFo','2022-02-23 14:04:19'),('7627f7fc-fc86-43ab-8452-98080bc306f8','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 01:53:53'),('7629fe49-f81d-428f-9f82-d2b1c4af7337','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:36:34'),('762ba191-1272-4214-84f2-10174e6d0d9f','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.uNSW8ohG8YsjPi8SjF8hh76RmVZj1FniUCrlUGAurmk','2022-02-23 10:35:22'),('762eb5b5-1b56-449b-a117-bec42ebf4968','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:02:50'),('7634000c-35b7-4b78-8aa8-bd5303e3b661','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__10oAyTVxwOhXa88v1Bk','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__10oAyTVxwOhXa88v1Bk/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__pIGUuTBCIzXZvRcob8K&opentarget=detail&linkType=01','2022-02-23 14:03:24'),('76491263-9318-4286-aa0f-4b31f468d134','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:59:50'),('76511d38-19a0-4dec-b4a9-c373ccb4436d','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDU3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5hHddAHS7jo7U-igQRnxG-SYKRgvrCJX2U69Vzv4_vM','2022-02-23 09:09:36'),('765576f8-891e-4068-bda0-0151cec99234','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('766d7c44-6957-4cb7-9d95-92fe988f82b1','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:01:13'),('769e9cd9-e00b-4c4f-b888-dac29d68c009','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:30:43'),('76b22112-44df-418e-9b64-578d2a913ef2','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:38:26'),('76b74c0e-bd89-4e5a-b5a6-aec3c7f19fe4','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:51'),('76b9fb6a-a94c-4334-af2e-984455ecfb57','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:35'),('76ba4312-6302-43df-b594-bb764b7da647','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:38:22'),('76c0582c-be99-4174-b752-bc3d42f94c82','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 01:53:55'),('76c1049a-637f-43f2-9c27-b8b65f931a0f','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:27:36'),('76c25298-49fa-420a-b1f9-352499640f75','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:13:38'),('76c61242-bd3f-4f2f-8a6a-acea6f041260','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:14'),('76cbfdd7-834c-4928-9ddc-be9f2163ebe6','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:55:34'),('76e72346-2100-4aeb-9d21-51ab66dd63d4','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:16'),('76e93d3e-0542-42a0-b36c-70a6ee3d234b','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:55'),('76f64a2b-7b74-4d5d-bd75-19c2b13e4a87','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:47:22'),('7706ef8d-33f3-4305-a644-771b2b7c84c0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:52'),('77280919-20a1-4285-832b-342df282ec1f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9ce8a432-db18-47c3-b763-5b29f6f4f672] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 13:58:03'),('772e592d-cd15-4b0c-a70f-3eae82af01f8','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:03:11'),('7754f87e-bd41-475e-9450-0a9be9657e90','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:05:42'),('775baafd-bfaa-410b-9c30-31636ce584cb','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:14:44'),('776462ec-1957-4b73-b1f8-d45e5c753a87','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:47:16'),('777817d1-bdac-4c26-bef1-e8744b66970a','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:49:42'),('777e8e48-fba9-4ede-8ca1-afef2dc57c99','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:40:56'),('77873288-0f3c-4350-8684-76ae43ab00fd','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:09:17'),('778ea4c5-4513-4028-8bdb-e27c2e5f4962','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.FRmpIhZ7dC3JlJvIjnhDth6RF5iNOHIHGq6NwtCnqFM','2022-02-23 13:36:37'),('779822d1-1b40-4422-af9b-6559d9919aa6','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:39:10'),('779c2cd3-a7e5-4d26-8df3-4b50abb87ce3','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:08:25'),('779ddcae-1442-416f-994c-3b72f5cb83e3','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('77a4f063-c8eb-4c56-8486-439b4be3ffbe','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:09'),('77af7ce1-ca8a-4141-a48d-9756b236eb2f','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:00:38'),('77b96d64-9a82-4751-a5cc-b1b7329d292b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[058215f0-a458-4cae-a20e-39834fcbbc73] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 18:39:03'),('77baf7de-2fec-4187-ae6e-dfe0dc23d33d','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 0','2022-02-24 06:53:13'),('77d3a7dd-83a8-429b-986d-d3518c9cb563','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3ce65b65-b2e7-4d3f-9864-00b90639771a] 开始执行任务(1):回收授权到期后应用','2022-02-23 03:59:03'),('77dacd85-c3ac-4dfb-b720-0a7ea6a806fd','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:08:27'),('77ed89aa-3deb-4685-a3d4-220b563a0076','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:13:05'),('77f03f46-7bba-473f-8d3d-102c2b1bdc60','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:39:12'),('77fcf0bf-ab2a-4e26-9262-691f74cdd16f','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODI0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.kMYeJmgd0vDo9Rqdswoj7kNPB1wR2nq9TNoUKPY8r_A','2022-02-23 14:04:09'),('780e47de-f4b3-4a75-86e8-ce355b94f855','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:38:48'),('780e5cfc-54c8-485f-a5c1-30630bcedf50','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:26'),('78104ffa-8412-4518-b32c-2cdb34cd8979','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:35'),('7818f69a-d21e-4efa-b37f-086e1f4163cf','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:53:40'),('782d002f-b85b-43b0-a221-a3431089eccc','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:52'),('78301d2a-7e81-49c3-885c-5fa33a307a24','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:45:02'),('784189ae-ae76-48eb-bdfa-60b0074ae50f','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:27:27'),('78480132-419e-45de-8078-da92b695b87d','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:46:43'),('784d6342-8605-4b49-9a83-4b5126a32e03','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:17'),('7851fe96-965f-44ea-9b29-557792a466fb','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:59'),('78805382-d9c8-4e96-a8c6-310ff20a322c','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:35:15'),('78a32ecf-a63a-452f-b7cb-71f249c1a77a','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:47'),('78b45d1a-4fcd-4172-8ddf-9f66691156ba','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:46:05'),('78baefb2-3da3-4307-bc27-73b66e110ee0','B3hKjshqMvOSfahM8P8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614708801\",\"docid\":\"BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"B3hKjshqMvOSfahM8P8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:17'),('78bd7012-86ef-4cf8-b5f7-22cdf1bbcd8f','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 01:53:53'),('78c667cd-537c-4f8e-9f08-022cf8b5c2ff','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:27:36'),('78e24fcb-8721-490b-899b-fa6c0c8e358b','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:37:12'),('78e3e661-d503-4050-a1ee-4568b847504e','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE4MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JdN0ucgauT488-nmePrLM5rO5lvpF54BlDFeAwSC2Lk','2022-02-24 04:13:05'),('78e4c208-ff2b-42f1-bcff-b9f8795af6d6','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:22:45'),('791b72ab-6c8c-42b1-93e5-43e213b84a6b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[19e48a60-afda-41f2-883c-b4a0df46ed10] 开始执行任务(1):回收授权到期后应用','2022-02-23 15:39:03'),('792a136d-ebf4-48ba-b3b6-79b02036ee26','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:57'),('792c31ed-c0af-41ba-bc98-8f1b52709b2d','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:00:55'),('792e8d88-4a4d-4405-81e2-2acbfc08a864','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jpl9uUchHxeyZyA7_Wx4oq015eV2TjwO2EcciwNoUE4','2022-02-24 03:53:36'),('79331077-03d5-4ce2-9518-f4426e6600f4','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:16'),('79366d43-1fa0-4e09-bfaa-5a867df7313f','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDcxOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.MNANvR7SB6M7vU_kleKWlF9EwvC8VNgnzkyRUJ-2FGQ','2022-02-23 09:12:02'),('793b695f-9935-4392-ab9d-8366d78b436e','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:13:38'),('794cc84a-ebc9-465e-98aa-11266f35d3ce','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:14:42'),('795e0ee1-6941-4266-97c9-644f39c5c337','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[497e0743-0831-4f4b-9c08-99ba74acc00b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 16:39:03'),('795e2afd-eb52-4d21-9c0c-03c5ffc0c85f','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:22:45'),('7969eacc-c723-4024-885d-bf871a80c0bf','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:19:47'),('79717ec0-fae8-42b5-943a-52913485002c','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:51:46'),('79719789-dfd1-4cc1-885a-dbf81ca5ec5e','FUIwIB7chZLXhHFXS1m','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FUIwIB7chZLXhHFXS1m\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:24:00'),('7975d6ac-05fb-43db-a200-4bf50c17ee0d','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:49:47'),('79795ede-4aec-4872-ac7f-47c82363fe9f','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RKE3t_RMDXdVs-okZVB17wIbssX0sxln5BE1KWeeA6A','2022-02-23 09:37:12'),('798247a6-8147-478e-a396-c71a0ad2e6b2','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:36:28'),('799a328e-7610-4590-aa74-dbfa8ca2c0a3','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:04:43'),('79a38eb3-8f14-411f-900c-67cf789298f4','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:47:22'),('79a5b51c-3dc5-4112-a932-f12d9b7049f8','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('79ab4441-806e-4a05-a5cb-306dd0ee8429','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:09:30'),('79b2a6a5-6220-4b85-9abc-937e3aa7811a','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 12:00:36'),('79b49d2f-ce5a-483f-996b-ce514475493a','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:38:48'),('79c7e1ec-ba9d-4011-9e29-a7ff93e35da4','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:01:13'),('79c7e5f6-04dd-44b6-90ab-9f3bff2318c8','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:39:10'),('79cd14b9-9f4c-4931-8262-17d073fb7ed0','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:36:33'),('79ce6fe5-7220-4fcb-ad90-34649fc26825','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:00:38'),('79dba000-4416-46f7-b0cb-3062cb8417bf','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:19'),('79f53821-9cea-4a00-9067-b3abd683e1e8','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:45:02'),('7a01e92b-743e-4427-838e-1178d0f06ad1','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:22:45'),('7a0b0b39-95ac-48aa-a39b-f49e8262e943','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:14'),('7a0b4f43-08f2-4505-b716-1336519acdd2','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:03:10'),('7a20c048-0104-4153-8888-573d6450fe45','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:30'),('7a2bb141-20d7-47cb-9059-54033d8e5ba6','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:30'),('7a3350ee-50da-4d63-affb-1279ae3d45d6','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:15'),('7a37d363-f9d0-46be-b2ff-97d088d07bda','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjU0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xTWX4PZYEx3mqnIMBEXrDw1JL6VVZ4l55OS0B8ZCrMg','2022-02-23 10:49:05'),('7a3c94fc-bbf6-4c23-94a1-fd94b942445e','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:36:40'),('7a4a95b7-89f4-43f4-af23-bdda454e2d01','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:49:13'),('7a4fbabc-33e2-410a-8011-5500e3980343','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:53:40'),('7a607359-9561-4360-81f1-634ed366376d','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:59'),('7a776020-61b1-4f06-aed8-dc8c9ffb6a1c','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:08:25'),('7a77d17c-9106-43dd-af12-79bec0442a15','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:03:04'),('7a82ce32-2063-448d-9233-5d84d571d116','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:25'),('7a9cba1a-061a-4cca-a1a2-16b6f8002bd3','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:46:05'),('7ac6a329-1208-4d14-bcd0-f6f55ac82ad1','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:34'),('7acc3205-22b0-47d1-ad59-b8b223f74fe2','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:36:44'),('7acd8b0e-ddfe-4078-a484-9c5cbd0196a8','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:55'),('7ace1e31-e49b-44b7-8c6b-2be7e27b6f17','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.M5gG-TKleIPL48Iupy-o40IS3d0o4gSyVqGBBnpBEGY','2022-02-23 15:14:42'),('7ad52211-553d-4a4b-97f2-0ec776e83e92','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:40:49'),('7ade92d6-3a75-45e7-910f-14762532f54f','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:55:46'),('7ae4d110-c4f0-4bc9-90bd-360057eb24ff','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:00:55'),('7ae5f7c1-4d39-43cf-b851-2c17fa9a1739','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:06:37'),('7ae9cb74-31cb-48ec-bc17-9446141e83ca','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:59:36'),('7aeb2a32-fde8-4843-bbe5-7482fc86297f','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:30'),('7aebfbc8-71c1-4629-b164-e2c31efb10bc','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:47:50'),('7af96720-b25a-4e01-86f5-fa6019a6c966','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:47:22'),('7afba22e-2b24-4a0f-9ac5-a043ed5fcd42','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:24:15'),('7b009361-43cf-4576-bdbd-cbe99b392403','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AsrboDfQXcpyCo6q1S8NUkd_kvy7YVszp0NaQxpcazo','2022-02-23 09:49:16'),('7b02edbe-3f01-49c5-8e63-582c076e8ef0','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:13:19'),('7b061bbe-b9ee-4417-9e67-638f615a332b','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:41:16'),('7b0c5b1a-51dc-43da-b405-f59126d77e8e','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:59:37'),('7b0efa08-319f-448c-b9ba-5442fac58cb2','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.EtQF0f4lbRmBGZNNTvdOgAx1BmiNEKKY8SIg0vPN2Ls','2022-02-23 11:27:36'),('7b115cb0-41c1-4a51-ad0b-be9330ad56e9','RelPuPtSyTWVro0cwOL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615097072\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"RelPuPtSyTWVro0cwOL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:45'),('7b16241b-71c5-4c9d-9817-a63b20996857','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[2d8cc938-4de3-4a7d-a73c-fe6d0109bd52] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 02:59:03'),('7b186438-d2df-4426-a87f-75c1f9699b3b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:35:52'),('7b18ccb8-8072-45ed-8274-6c9affd68b2c','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:36'),('7b224a9f-b063-4b7b-90af-75b6ff04c12b','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:07:13'),('7b290045-eb2e-4f7b-af9c-5d6960b81191','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUyOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Qhh9FCGR9R8mWn7KkCRY05KfvYoWAcGWTs7Opx6UcyI','2022-02-24 04:02:11'),('7b294385-d4f8-42f5-936c-d5feb4c8207d','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:46'),('7b5a6a84-faca-410a-ba9c-0fc876deee9d','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:39:14'),('7b5d0bfb-bf85-4d6f-b943-90e410240af5','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:34'),('7b617f1a-fd33-499b-9c68-2f4d86eee40d','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 07:01:37'),('7b69fb4a-4d63-4f31-b7da-b7eda587a26e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f0a64101-eac2-400a-8851-4c17fd6bdc56] 开始执行任务(1):回收授权到期后应用','2022-02-24 07:18:03'),('7b6a2617-61d0-48a9-8c7f-6db54d58c188','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:48'),('7b6e8f6f-aff1-40b9-a660-4736402f81e2','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:17:25'),('7b73d830-a59e-4c43-832b-59b5a0f99aa1','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:35:20'),('7b7c4071-59b3-4582-b855-21505a603322','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:54:03'),('7b81f193-4cf0-4c55-8ee6-8cba029a2c52','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:28:59'),('7b88cd8a-424d-47b2-964a-70da84dad362','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:47:52'); INSERT INTO `sys_log` VALUES ('7b8eab75-10e9-4dec-ba3e-5badb8f6b8fd','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:48:20'),('7b9178a5-d0bc-4303-be34-f42b8ad9f4c0','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:24'),('7b929528-bd1f-4ceb-8b8f-f02b03842385','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:30:43'),('7ba7c679-0be3-4b1c-acd8-acf49a9fa982','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:49:50'),('7ba90a05-48df-4255-b0aa-839c9ee3143f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:02:50'),('7baeb523-4ccd-4e5f-9506-605a1dfca5d7','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('7baf5f7f-6065-4b1e-9d7c-d266cc2c1d45','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:41:04'),('7bbd8437-053d-4817-85a4-e2a020884204','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:59:36'),('7bc33648-6314-4db7-b797-143df6dd9bb3','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:14:45'),('7bd620e8-56fe-43d2-adde-47a60b200872','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Q7-l6IGc78-66U7CHNwxJUCzkZxcELgMLA8-Thw3cgo','2022-02-23 12:19:21'),('7bdd44d2-3743-43bf-b46d-7ec32fdd0edb','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:27:36'),('7bf13a90-ef9e-4eae-a749-446819de54a0','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('7bffc75f-94d8-4918-a179-747cdfba2a02','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:38:19'),('7c0171fe-deba-48dc-8892-ba069f266be8','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:38:29'),('7c04cbd8-a7e5-4aa2-b8f4-4d5b2d7976df','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:58:15'),('7c119917-ba99-43d9-8e4a-ad395819c486','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:53'),('7c1c600f-2572-483d-8ff4-df3f527c7fcb','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[642639da-61c4-4032-91c3-4d177d9b8edd] 开始执行任务(1):回收授权到期后应用','2022-02-22 16:38:02'),('7c2faae7-6f1c-4ed0-aca8-7db1939fa2dc','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMTI2NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RqUtUVOu12YVTENY4boMIOqUHkWwluj3oG7kKUVgfls','2022-02-24 04:47:50'),('7c34b678-9099-4c2c-b314-0317db82fd89','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:46'),('7c3c4884-2c9b-40e8-93d7-d4cc90f00cb4','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:07:02'),('7c402dca-307e-4102-b933-ebc3d9741e8c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[28a423e0-8bb4-4994-b150-620f827c71a7] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 21:19:03'),('7c569ccc-d5ee-4bcf-a099-99f92d2fe14d','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:25'),('7c58f39b-7246-4227-92d0-d3948c6fa464','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:36'),('7c76ad39-a336-46ba-861a-e108e5eb2fd1','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:04:44'),('7c7de5e1-1e10-4c97-a4cc-cb9de5bd0cb5','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:37:12'),('7c932b39-6bb4-4340-8163-d0f40a2aa5a3','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:44'),('7ca168f4-3da4-41d9-b5c1-aa47e332faa3','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:49:05'),('7ca1bf4c-69c0-459c-94c7-25daa84a96b9','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE4NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sd6v3HNyHznSnGJe7CBNZ2v-bsscTrAnyRNIEiEUQS8','2022-02-24 04:13:09'),('7cbe14ed-9c93-4d14-8371-dc86122e99ed','jUqcWsUwY43gqkcn6Uu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611774803\",\"docid\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"jUqcWsUwY43gqkcn6Uu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:23'),('7cc899b8-7d58-454f-8971-e1890106736c','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:35:52'),('7cda1dc1-02da-437e-a037-3ef2f814572a','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:36:34'),('7ce5e384-3e7a-4dc0-aa47-46891ee58e50','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7f63439e-02ee-4ff4-a9dc-e47ea8bb3820] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 15:59:03'),('7d13b296-2f43-4181-b72f-74026797233e','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:46:43'),('7d145b23-64f3-47b0-a691-527434b72a51','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:00:56'),('7d15bf72-e79d-424c-a052-4a227f6b60bc','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 02:15:43'),('7d2a7178-4fae-44e0-a97e-5a3763080ed3','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:47:50'),('7d2afe6d-35e1-44e0-b128-3a15368c4ef5','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:58:15'),('7d309c50-60d6-4e8e-8de8-ddd5c9711603','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:58:04'),('7d3cc831-f157-453f-b1d6-b1f50620f6aa','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:49:47'),('7d40e26c-ea84-4b10-b411-e9ddecc84bb7','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDA0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oJXR6L9zFic-jxQsczw5x4pZZb2bHqCHR6IjxxlyyUQ','2022-02-23 10:07:30'),('7d4a2c4a-b05c-4063-8657-8e9bc5ad094d','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:41'),('7d5b7e34-1001-47f2-b6d0-4b47b98049bf','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4c515342-bc28-46f0-ab99-faded8d474f9] 开始执行任务(1):回收授权到期后应用','2022-02-22 07:56:03'),('7d5de5a7-7bc8-48bf-a25e-a0f8e37c4f53','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:50:09'),('7d6d1eee-cb0d-45fb-84e1-8e51f8817b76','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:11:48'),('7d72b91f-702f-4ea6-9b42-5281768e4dbc','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:00:55'),('7d73924c-f64a-42f9-8bf1-e420c916ab67','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:47:16'),('7d7da4e1-c782-4045-88a5-37ef206f84fa','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:24'),('7d7e2fee-f904-4bdb-a3f4-8666a44faac3','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:49:05'),('7d809447-2ae7-4b76-9698-03a750f1f090','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:01:16'),('7d84fc9c-35e1-4b09-b741-b6ccc6e2367f','gqXWAj3kIY9DtDC9dPz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"gqXWAj3kIY9DtDC9dPz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:38:48'),('7d87035b-5cdd-4b70-a18b-92ee2f139bb4','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:08:27'),('7d9817e1-2089-4bb3-b1f4-729d90b51df2','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:37:53'),('7d98d4be-3d40-440f-a99d-342a8fe91ae8','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:00:35'),('7d9ab66b-b2be-43a0-9575-34a4c189d81f','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:36:37'),('7da02533-fce2-4f7b-a99f-7b5210eab05b','MzgBThJmQg1hIoSoilf','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MzgBThJmQg1hIoSoilf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:06:24'),('7dbfd1be-0641-4bf4-8ecf-cf9a82e9f98b','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:02:52'),('7dc0cacd-420b-405e-99db-f5bec487cc7f','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:14:59'),('7dc35c43-b3c3-4edb-8830-89cdce083efe','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== []','2022-02-24 06:46:57'),('7dca7ca2-29c8-485d-8b83-4958e36b3f2d','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzIyOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.PzbA6TaGH3reD5s0KFFG9toFmkrmdu69Bbhfd0ZB6fY','2022-02-24 03:40:31'),('7dd1cbf7-0ec9-4069-81c9-23e3ae7e723b','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:58:15'),('7dd3cf3b-8432-4f06-be81-9c21b2bb37ae','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:13:21'),('7de3543c-49d9-4c63-a16f-ea3e100deb72','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and 1 = 2 AND item_clientype like \'%电脑端%\'','2022-02-24 06:46:59'),('7e03c572-84e5-42b4-aa4b-ed790000819f','aMYl2tZRCt6aLzGZK4X','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aMYl2tZRCt6aLzGZK4X\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:57'),('7e04d6a6-229f-433e-bc30-be7a1b7c3698','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:58:15'),('7e059b0b-e641-41eb-8c77-ae9c864c5d5a','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:15:46'),('7e22a1b5-9c6a-43de-99b2-1cff1a138034','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjMwNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Kc2wpxIXjlTuQl69FKJVNzCmHe96AhvYaM9l2Q4kij4','2022-02-23 09:38:29'),('7e2cbfa5-2878-4baf-8da1-2087f92c0a01','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:46:05'),('7e2ee3f6-7f24-4bb8-9dad-e6de8dba1f85','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:19:21'),('7e31440a-bb75-4f18-8725-9e0acd0b3a60','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8ecfe6df-2c45-484a-9e85-4424a6d8066c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 22:58:03'),('7e3a9bdb-04d6-401a-9547-63e080010d38','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:27:33'),('7e4cd5a5-0d5d-4aad-95af-6284164d78a6','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:07:13'),('7e5034a8-2e77-4c2e-9915-a2fa6d4ffe1e','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:58:04'),('7e5d943e-bbd0-4ace-af4d-2b66c690038c','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:48:20'),('7e65c9a3-ecff-4438-8623-a2ff8ae9c5a8','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:47:22'),('7e727595-e68d-4aa4-944d-530be21772b7','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:40:52'),('7e805529-6fbb-4b8f-83c9-1d8bbeaf1c08','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:17'),('7e81380c-15ff-4317-9cb0-304f5c3ec584','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 07:15:44'),('7e9e18ae-1818-47d9-8a6b-68f0d9244740','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:30'),('7ea5b150-ab0c-4f64-89cc-c538d37f2270','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:12'),('7ea7e695-a802-48de-9745-c7aaab38576e','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:27:36'),('7ea8e50c-c193-4112-93c2-08b28420b959','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NkLTaVihcg0YJSEIS2cNghQHefJwtn15uz4yUefBVVQ','2022-02-23 11:02:52'),('7eab9bee-4d1b-4eb0-9a75-2b3c406f3b14','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:30'),('7eb590dd-532f-45c9-b2a3-c86d7a16c6c8','kt6r3JJNLCPqyGzsyuy','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kt6r3JJNLCPqyGzsyuy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:50:09'),('7ebff285-f4d0-4967-bb38-5a26e8797a48','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:22:45'),('7ec4141c-b9c0-4abe-af26-eda5b2958674','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[2d8cc938-4de3-4a7d-a73c-fe6d0109bd52] 开始执行任务(1):回收授权到期后应用','2022-02-24 02:59:03'),('7eca31c8-2d0a-4f3a-8ebd-dbf1b66b8e24','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:28:59'),('7ecdabf3-1d0d-4b61-822f-8cf35e53a366','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:30'),('7ed2043b-0367-4ee7-9680-50774b3c6fdd','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:28:39'),('7ed64fc9-a353-4017-97b5-f1c85679c528','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:07:42'),('7ed6cd55-ebe0-4a84-a26d-18dbd3c9455c','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:51:36'),('7edffc15-06a7-4109-a5d0-3958ba20ae3b','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:05:33'),('7ee05a97-6590-43fe-adb0-758c3e156443','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:12:45'),('7eec88cb-2e02-46f8-8966-7f8263d89d52','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:35:17'),('7ef225d9-6293-4956-9779-c950df589c75','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:55:36'),('7ef7b400-0599-4631-bc51-7f5bd374be37','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:25:59'),('7efc3732-365d-4e68-8adc-2029d1f81861','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:48:20'),('7f015f4c-0655-4743-9189-18e0ad210dca','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 01:53:55'),('7f0973d3-0f65-44ec-a314-4ca13d783c54','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('7f0f8672-78b0-4ccb-a8b5-4c0eb5f03a35','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:55:36'),('7f1a916b-44b9-4344-a545-fcfda57ee742','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:00:55'),('7f578cea-35ae-483e-9895-3c5f0f41bd34','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[745d8488-ae72-45c3-8b70-20b0846cb417] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 16:58:02'),('7f64fa8e-9148-47bd-a8db-29726aae6226','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:04:10'),('7f75f33c-07ca-42d0-b9e3-78bbf40b98ec','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:17'),('7f789919-4dbc-4823-82a5-f87228ddc9fb','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:31'),('7f797569-d2a9-482a-aabc-402c2a423260','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTUyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ks9tlGHFbxGtuEcXFQTfb9KstZm_6ee4t-_TykBBDyk','2022-02-23 10:32:05'),('7f7eceae-ede4-474e-8ee9-5e70b08fb393','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:04:28'),('7f800ff2-be8c-42df-9c1d-979c3ba99e4c','kfDrvkA9PMc9DexjJfp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kfDrvkA9PMc9DexjJfp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:53:32'),('7f8a9013-0587-47df-9dcf-09253e5283ad','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:13:05'),('7f92f373-2099-468e-8027-ffa961d83938','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:39'),('7fa4636a-2912-4d8a-9507-43d3a77727d9','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:40:28'),('7fa484e1-3ab5-4e0f-a8fd-33c464483a9d','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:14:59'),('7fa7addc-8e95-40a5-b6ba-9995108f32d0','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:40:49'),('7fce78b2-9ae3-49f9-b676-511d97997e9b','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:36:28'),('7fd8c189-b9f5-4dc7-a883-747ca15d720f','d6s0c9VjWNpyU9VyR4j','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611755921\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"d6s0c9VjWNpyU9VyR4j\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:04'),('7fdbe6e4-72da-449b-b50e-5f9c3920f237','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:41:48'),('7fde178e-df92-451f-aa66-a6dec21f979b','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:18:14'),('7fe35d1a-27ad-448c-bfba-a18b7b8f1294','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:59'),('7fe7b63f-01c7-4a4b-b99a-085e5a384e02','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDI5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zsSTook1dXZtQs6cE6J4sF_ugPkKUFUjogW1MJe63OU','2022-02-23 11:51:36'),('7fea1049-c21f-4b9d-8c08-71116d3de28f','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:41:52'),('7ff5e8f1-01eb-4828-b643-e5e81df1b21e','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:41:16'),('7ff714ba-bbdc-441b-a41c-c82525f300d5','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ISy1N77P2cg5eQ_d76sNG5JDfrdlwmEXCZdj5tmBftM','2022-02-23 11:04:25'),('7ff81d9f-4b95-4445-a0ac-147371358a9a','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:05:42'),('80144262-d6de-45c3-bb8a-f79569070eb8','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:01:13'),('801fd12b-6524-4897-bf19-c3cd0a6e65b9','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:00:38'),('801fed2d-2199-4115-9420-6bf0ba00f2ce','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:36:44'),('80218538-029c-4ea8-8b5e-1579067e8236','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:04:26'),('8023679d-b318-4bb7-94a7-41777fc9ea0f','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:39:12'),('80303460-aebe-47af-9752-5747bbf01bf8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a91fb7e2-751e-4208-8eda-102d30efbd66] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 11:59:03'),('8043cfbe-8799-4b44-97ad-37a66402b371','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:35'),('8049eca3-421e-4120-98c1-9507f53632d3','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:36:37'),('804ec605-6290-4fac-b793-bf3c904638bc','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:27:36'),('806f8c07-c59c-4b95-95e8-d05c95980537','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:51:46'),('806fc199-be89-496b-9294-b77e626e81f6','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:13:05'),('808928da-7cc6-4a67-93c0-05a58afd7101','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:09:17'),('80a1aae1-af65-470f-af66-ffe7e0296cfc','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:36:37'),('80a1f724-1e7c-4f1d-a6fa-d8223744a972','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:28:15'),('80af5e08-603d-4633-973b-05ede1a1f981','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.K9sk5M-3n83QbRD0IXZ9PDkoUSnBcl9kJAhHGLuD3U8','2022-02-23 11:03:04'),('80bce40e-c83d-452d-bb3f-cf38bf6db840','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:47:16'),('80bd3a85-8cf2-4e82-807b-bfa74e5462b0','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:04:19'),('80bec1c4-484d-452c-95c8-b44b545639b2','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[433faa20-ca82-4807-90dd-dbe3ff22cb07] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 05:36:03'),('80c0fecf-a7ee-47f6-9ca1-6547be696ef2','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:07:30'),('80cd4c48-bd2c-447b-978c-cf03bf802be5','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:54:03'),('80d132d4-3dd0-43a3-b7a2-4d735f0506b6','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('80d16421-87bb-44de-a0bf-dd64ba139270','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:13:21'),('80d97645-cf75-4d39-a167-6e152c0e08c7','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:39:12'),('80ee69a4-3aed-466b-86f1-32b362f45bd3','QMQuuWJYMP0zPTmOt4M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QMQuuWJYMP0zPTmOt4M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:41:03'),('80ef5fe6-873c-45f2-8e21-10fa12c8e6e5','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.M5gG-TKleIPL48Iupy-o40IS3d0o4gSyVqGBBnpBEGY','2022-02-23 15:14:42'),('80ff1014-ddae-4480-ae2e-29b51b5c9f3a','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:41:04'),('811b6be3-5c96-4696-ba44-b797f9e05e0d','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:36:36'),('811d7840-d322-4f54-b46a-167ea5dc44ff','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:41'),('811eeec5-afcc-4317-a6d4-157dc9c19907','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:10:56'),('81255033-22ab-440f-80d7-6c9fb87fd061','HCV2ewpyDwMVnjRIth8','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HCV2ewpyDwMVnjRIth8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('81287f84-9f79-4625-b284-6cb7fce01f11','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:14:42'),('8137e67b-1a2f-42f2-bb31-775544a86504','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:53:58'),('813caef0-5b26-4eb7-9d52-f9c01cf85b33','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:55'),('813d359b-7fdf-4c18-9d81-6939407ff965','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:13:05'),('81412186-bec5-4fb2-ae54-3de5bae68f21','TydvtC5eWwxRf39slUh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611856697\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TydvtC5eWwxRf39slUh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:09:45'),('8152f3e5-7d91-4de3-a77f-e7706dc898c2','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:29'),('81549481-11a2-4501-9343-361394c24aa5','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:53'),('81698877-eeff-4582-8a81-dde7cf8e8be2','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:36:01'),('8169ca68-155d-4e1e-84cc-7b148cf8873b','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:14:42'),('816c0fdb-40f8-4719-a1af-0df44f87b52b','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:22:16'),('8171cb01-4099-481b-a70b-1555dbbfd974','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[137c42cc-5ab4-432c-9604-9afcdf4ded13] 开始执行任务(1):回收授权到期后应用','2022-02-23 01:38:03'),('81756c88-36d8-4ddb-8794-a1f9c90b2724','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 06:58:15'),('817bb36f-d87a-4aed-add6-7d6c6c570e43','WGDZDmbwfsIn1OeMCNG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WGDZDmbwfsIn1OeMCNG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:22'),('81868a33-be78-44ca-994a-d51a0d79d4c0','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:47:16'),('81875286-d6a8-41ed-800a-868b1dfa43e5','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:04:39'),('8190d81e-c6cd-440d-a8b7-d29dce3573b4','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:30:25'),('81b27c5f-ccc8-404a-ac4b-af1b52fa9a3b','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:57:56'),('81b53a60-6aa3-450f-8ed8-3b79131c1640','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:24'),('81c0c5cb-89d2-4fff-81e1-b32ecf514b03','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:38:48'),('81c40847-ac42-43e2-bed3-81cb19b4ce3f','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.tNBhkPtY4fMhH_fAp3FDQIi8fFRlFzjSkgrGL0MS5aU','2022-02-23 10:31:52'),('81cd249b-77d1-411e-8afb-160d6288b5ba','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:16'),('81d86e6f-b91d-4dc2-af29-88ace7913494','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:27'),('81e0f005-f09e-4027-b721-6a254927848c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:37:12'),('81e1ed9a-06dd-48a2-a02b-f21659ad7479','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('81e388b4-ca64-41b4-a3c1-979fe81bca37','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:17'),('81f770ed-ad5e-4d45-98d3-66ea51e91f6c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:37:12'),('82011af8-fbce-4f74-9799-3847401d23d7','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:15'),('82134ef3-0f87-4a4e-8991-39dc936161f1','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:12'),('821a53d0-1e01-438e-9e15-797636a1e1cf','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:38:27'),('82234010-2420-40e0-8f3a-a6c85015b7ca','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:59'),('8234f381-65cb-444a-8d75-6b8b95a7b134','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:27:36'),('8237d98a-0b67-40f1-9ff6-4f9065309ab1','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:31'),('823ccde8-76ae-44bb-8cc4-03617deb7af7','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzAzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.afOaHN16QGjkCIC8x-V4XfgP_0BmpLMJKrqVAYOikvY','2022-02-23 15:24:02'),('823e8cf7-8428-4f1f-be81-e123cd23def2','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:51:46'),('82685761-a7a7-471a-86f2-20466de78552','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:37:08'),('826934de-6802-4baf-8288-0f286b1f4aa7','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[bb261b87-475f-4167-9746-63c6d397b84e] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 07:16:03'),('826d9a85-83b9-4cfb-b8a6-2d7373550345','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:01:17'),('826f0436-a451-4854-80bc-bc88e8e90d56','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:53:13'),('82700577-0308-4ab1-a55b-e5644b346791','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:00:55'),('8271c8fa-cbda-43b9-a785-133d2ae73715','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:15:44'),('82771b52-92fe-498b-84bf-1c63399cfc77','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[be2f5853-b08c-4544-8037-f9d0dd8c3957] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 19:59:03'),('827af318-83f3-4f8f-8514-91e48d5e9d32','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODYwNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.uxbweq_lD-1OpAkVxHIUx6zJbOpQd4YgLowSxct7iZk','2022-02-24 06:50:09'),('827ff7b0-1eda-4a11-bae1-88fe3e9e226a','v4o8wFjxG9WX7xGXv9U','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645674873809\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"v4o8wFjxG9WX7xGXv9U\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:40:00'),('8287c46c-b355-4208-b27f-14ec46631c16','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:35:17'),('829f41a1-b2c5-4a5d-ac48-86ec57f85654','W8FntFJGjMppi0G011d','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"W8FntFJGjMppi0G011d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:41'),('82aa5582-a760-41c6-9063-4784e2a2577c','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:19'),('82b57d0a-fdf5-458d-9b0a-fa85b977abbe','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:18'),('82bc6c31-380e-4a1c-be18-83f9db880b57','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:28:59'),('82bf70e0-226f-40e2-9b49-49c8eff2fd0f','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:19:21'),('82c1656e-54f8-4b2c-a561-deb0a307cfbb','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:09'),('82c33af5-e3e7-4f8d-9d65-0da089649d5a','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 10:16:30'),('82cbd599-1a9f-4105-8130-f92ffa21e4c7','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('82cc73a8-6d87-4568-b5ec-a6f6486cd597','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:40:22'),('82d1ecc0-7d77-4474-b421-12d38dca9d14','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:49:42'),('82d32552-e87f-4df4-bedc-081cd88ff6c9','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.FRmpIhZ7dC3JlJvIjnhDth6RF5iNOHIHGq6NwtCnqFM','2022-02-23 13:36:37'),('82d66fa1-2347-426d-83b5-efd79082814a','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:22:12'),('82dbf23f-4248-4a1d-941e-03d1bcf70a46','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:04:28'),('82e6f882-94e2-435b-8342-5791e1302b47','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:55:19'),('82ebc551-522b-497a-93f9-38ecf299c725','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:47:16'),('82fd4fcb-b4e7-4ac8-ab0c-756623124a21','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:38:22'),('83092be5-e0d1-46a3-a580-26ec0f62395c','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxNSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.71MCvsMiKheL1X-F9U9YsX1AywvvHdBthzM3TmUuEOg','2022-02-24 06:46:59'),('830b6b60-ac58-4842-8e88-1624a7219b76','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:14:44'),('83115017-5ee1-473d-a3ab-f5aa57cd5f07','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:08:27'),('831c8b2d-86f1-40a5-a8bf-9edbc888f481','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:51:44'),('8325fba2-5698-4857-b2e0-645376712a09','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:12:45'),('832d7d41-e706-4df0-87b3-8e71faf7a6f5','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:35:17'),('833c8fe3-1a00-4349-b96d-3ca9c593c05e','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:17:25'),('834535ad-f90e-47a9-a5b6-8770eb2d29f0','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:05:33'),('834765b4-3ecc-458d-a99c-c6a049c1ff56','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:30'),('8350f6c4-959e-49be-b936-1baa841e004d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[91eecb74-2b82-4379-8b0a-ef614a2abd4d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 03:19:03'),('8356adfb-12f0-4244-8b83-7001667eb5f6','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:49:50'),('835c7290-2327-46e2-8afa-aacd08f90c7f','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:24:15'),('838fbd07-d813-4254-9fde-5497aa4ccf56','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('8394300a-0a48-4520-a9ac-3908b062b812','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:39:15'),('83951aba-d6ae-4f1e-beda-f59a00b0e89e','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:27:31'),('83958c17-0f73-4dbb-a094-56c94d452f76','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:37:08'),('83a6605a-adef-4b3c-81a9-c08acac60496','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 01:53:53'),('83aa4f60-5ded-415e-a34c-e41b3fa1bd7c','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:09:15'),('83ae937d-c489-4343-ab66-1c831850fd13','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:36'),('83b3eafe-a9a1-4c48-a52a-a1341cc276f3','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('83b76c4a-ad9c-419f-8c6f-b4913109103d','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:37:12'),('83b97650-91c8-4543-acc9-1c129d1de5f4','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:53:36'),('83c044d6-6bf2-4ec9-97c5-12e8f8ff2065','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:04:25'),('83c40612-2455-4284-9ecb-87c2fecef211','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:22'),('83c592d3-842b-434a-8cdc-9ae0318a16e0','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:07:02'),('83d6957b-3be1-44c1-882b-4caf9b20e6b7','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:36:01'),('83d7fe41-de39-484a-90a3-46eb9e857e01','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:50'),('83dbb63b-278f-45e0-aae9-338be16671ea','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9a34b0c2-7857-41ec-a7ad-dddbd84944c1] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 19:38:02'),('83f54483-4e9c-4fec-bedc-61bc773e43fe','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8b3b3325-e8f3-425f-9460-27a71b93d2b0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 07:39:03'),('83ffbaca-ef51-4037-b843-657db876f8ad','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d2655a18-1a8a-4ec3-9f10-6e7890b9c033] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 18:18:03'),('840cf3e7-2a9d-4908-95fd-c53fc30a54f8','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:00:35'),('8412274e-b45c-4ad8-932c-abf2a76b1bb4','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:47:45'),('841af6b9-7722-42a6-a9a8-8eb0b27f82c5','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('841c6a6e-0d44-4acf-a981-bfe43d3b05e9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[82887f16-0aa8-4921-b836-5e297a64e956] 开始执行任务(1):回收授权到期后应用','2022-02-23 01:18:03'),('8420a92b-e427-4d1f-ae0b-257e60b58fdd','whDug4EWpNepKdHFOLX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"whDug4EWpNepKdHFOLX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:10:07'),('842adce4-eb60-407c-badd-3223b8b87aa2','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.q3V11jXNGwnP7BI5oc8z5r4DlfbbjBnW-n1C_gvWWbg','2022-02-24 04:01:16'),('842f349f-cd08-43e8-9247-43b08b8ff607','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjYwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Aoram7fin6vUWJQ9-gFa9m4PFXrbtjs0q6ZIBqhgGsI','2022-02-23 13:36:44'),('84341f60-8eaa-480c-a1d6-649bd657fd12','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:18'),('84342b9d-b7e8-4778-9560-3e1261cd6276','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:03:04'),('844193b7-92b4-42b6-8935-b66170421565','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:38'),('8443fbd4-2d4c-4afb-b054-36b8508aac8f','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:47:16'),('84460c83-76ca-4e79-ab70-b6b4b12cdd4b','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:11'),('8451e8f0-7ed7-4c97-b086-4614deed96aa','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:04:44'),('845b3b65-4784-4c31-b446-81f98c8d0e06','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:37:53'),('845c4db3-a940-486b-bd2f-90334c33793e','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:41:52'),('845c7dae-9869-467e-a5bd-ef79de37c9b5','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 02:15:43'),('846abf6a-4b65-4479-af18-29d425a079cc','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:40:49'),('847b0c03-ebd1-4858-a194-514251f56a03','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:40:28'),('84821faf-8d2f-46b8-8b88-c19dd2fe5319','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:41'),('84973ea7-f520-452a-8254-7044c1087b98','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:27:27'),('849cb12c-7b59-4003-99f3-4c3e69ee9c4d','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:36:28'),('84aa6ce5-d6d6-406d-a3a8-3881e253764e','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 07:15:43'),('84aa6d23-4678-4a47-a848-858a66ba8747','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:27:27'),('84aad9f7-ab76-4203-8aff-45fd01a0dba7','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:05:33'),('84b4299f-88e6-41d9-9dba-bfc311f29f70','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:38:48'),('84b9ac5f-c744-42ac-9d49-8bcf219bf025','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.kRzRmCL2a7Hrt3HRT0GMcLdZfz7oF_Nfqfr0i3RullM','2022-02-23 10:09:17'),('84d8c187-a33a-405c-93f8-cef63dd40366','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:48:20'),('84db89e4-f60d-4dcf-8ba1-f8be560f1afb','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:02:50'),('84dca78b-0955-4a9b-85f3-784e3161f8e4','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:27:25'),('84e40057-5240-47ae-8b4d-db99e3c047ec','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('84e746f1-14db-4e43-a05d-08281d94b03d','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:27:38'),('84f10350-ffa6-4bf1-94ef-bf7e8c677ac1','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:14:45'),('84f171c0-f2f8-434d-863d-96af363adf0b','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:47:52'),('84f9ec2d-b11f-4f18-8acc-0628768a907b','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:04:44'),('84fa9dcb-adf5-4ebe-a9d7-b019d77563c8','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:30'),('850076e3-652d-42b7-9da3-468d80b96d35','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:08:27'),('850af4ae-a357-4fce-8710-899d0a168dc2','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:41:04'),('85121ba9-4561-4045-9233-5f4816f6ba58','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:37:53'),('851a3bd1-df7e-4b5e-ae0e-7538830d4b42','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:49:42'),('851ae1be-5fe2-4ad6-9e67-f6bebb4ed708','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:01:49'),('851c8bfb-fe3e-40e7-a564-d5648b351867','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[54af5a60-d60b-4c2b-a701-649e16f8a3c7] 开始执行任务(1):回收授权到期后应用','2022-02-24 00:39:03'),('8523555a-50b3-4505-8c86-9dd05988f9e3','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:28:59'),('85273495-1b63-456b-9e09-ef9860114ae1','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:37:53'),('8528b6b3-cf33-4a59-bffc-cc0f8cf03f5c','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:49:13'),('853261cc-9651-446d-9a08-f7f50fb6ee8f','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3YjFyK8Gx-9afzensTyh5vGFd6VpvKpJMffmCidbUfQ','2022-02-23 09:37:07'),('853f8f12-0f7e-47b8-bba2-632aceca976a','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611816294\",\"docid\":\"7opHNHRfPjckGi2h4aS--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:09:05'),('854f0505-e56f-43cc-88ca-3ed0e7c64f55','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BetqhZxaHUk62nLcUtDZ7qoZv9VpwurhoNn1s5mO-jQ','2022-02-24 03:39:26'),('8553f285-c440-4a00-b707-4888cc256272','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:11:49'),('8557ca75-2d08-46fd-807a-6f62d13cced6','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:36:25'),('855837f1-4d44-4e83-a325-778db7605f69','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e0a26d20-50fa-41b5-b043-25c7920009ae] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 11:39:03'),('856727ed-476d-4bf4-ba01-01a91e2c0f25','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:19'),('856e7de0-a7f8-45b0-9867-ab47345d0149','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:05:33'),('85743001-e182-4800-8098-ad581e724b2b','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:52'),('85752e8f-b5b4-42b4-be21-1605f64b1de3','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:25'),('857679c6-abfc-405e-90e1-8dee00c962d6','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:53:58'),('85774e9a-ff46-4ae9-ac6f-ea889e24585f','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:53:25'),('8582290d-e277-4e87-90b3-11eb753b51d5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[23d07693-5dcc-457c-a1e2-bddc0ec52ac2] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 10:18:02'),('8583321c-7853-4c74-b858-74b066bd6a6b','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 07:01:37'),('859867e1-967e-43d3-b3e3-7839f722c33d','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('859f12cc-9433-4abb-b3fe-b226218c31c1','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:55:19'),('85a0e590-50fb-4416-ac09-895be224556c','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:35'),('85a5f63c-ce73-4267-924c-2d2e17aa4e61','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:51:46'),('85bdc428-c496-4636-a21e-bec557bc4c74','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:41:17'),('85ccdb52-ee7e-4d79-b9e8-65bf757aba70','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:00:35'),('85cda475-60fe-4d67-ab52-6b1b868e1a63','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('85d9f211-4d64-4919-8e26-c108c3a890d6','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzIyMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bAIzNMIE3FqoOtXT6KGEjEq6Plu65L8ibC3kYZKJYhI','2022-02-24 03:40:24'),('85e55644-34dd-4e89-b9b6-ee2e741b5a90','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:04:28'),('85e670dd-8a10-4945-96d9-0105620cd904','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:07:13'),('85e87142-3646-4371-99da-2cb69300e8b9','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:57'),('85eba9f6-7a6c-4842-8c82-e8b1ec117533','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:36'),('85f34dc6-bc7c-4569-a4a7-f99a1b27e7a1','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:39:10'),('85feda16-d1a2-493c-bc3e-466a0d87a905','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:55:43'),('86128932-a5a9-42e6-8089-da460043f642','5wQVehLjkDdoLettfMK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612306169\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5wQVehLjkDdoLettfMK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:17:14'),('86136df0-9264-48cd-a9bf-40696a6ddebf','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:15:48'),('862768d4-f605-4af2-8f2e-10ec4beeca4a','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a2c057f5-6a28-4cc3-b3a4-ed7d8fdfb3bd] 开始执行任务(1):回收授权到期后应用','2022-02-22 05:56:03'),('86286740-8a46-46c3-b7c2-823b78126190','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:41:48'),('8628cf37-f50f-4997-bd1e-089963cd7753','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:49:16'),('863d7624-ebe3-4a45-a529-cb160c3a36e9','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:59:37'),('863e1a1d-9255-4a8d-b7d2-c94bf67f5390','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('864c57c6-ad5a-435d-8a3a-f82c57d8eba1','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 01:54:00'),('86508e04-e438-4879-bb91-ac4c2d692bd7','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:03:11'),('8656998f-ad2a-488c-b43b-b7cfc96dc509','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 10:07:02'),('865a775d-28b2-4fed-9776-6d632ff3681b','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:04:28'),('865bceea-4d47-488a-b750-b0bfe9a5635d','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 09:07:42'),('86611dfc-423c-4b17-bc96-221d6f31233e','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:40:56'),('86687dac-7ab4-4631-beaf-2d36da7cebb5','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:06:37'),('866e2ee1-b174-433a-8689-b858cb15e573','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:38'),('866f4215-a13c-4d92-be79-107f2ecd428c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:34'),('867377da-c564-4c0e-8e70-4cc60d5900ac','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:37:08'),('8676c10a-b5c0-41ce-90b6-f4e72d0954a1','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:49'),('867bc2aa-97a1-42e7-a806-ff8f9fb536cd','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:07:02'),('867ca5a3-88c4-4812-b6b7-075cb4df9c1d','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:35:15'),('8690f3f9-c306-491c-9ac0-a2621979324c','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:01:17'),('8694885d-56e9-4f11-b398-0bbdd0638850','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:27:27'),('86955083-7682-4840-99a5-19f02e64dc2c','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:51:44'),('86995fd0-d15b-42f2-ba8b-3c9cfef73444','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:39'),('86a1d801-639b-4a1c-87e1-68438d6f5a1f','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:36:28'),('86a1f5b2-4005-42b3-bbec-71d5a6acb42d','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:38:30'),('86a3df24-366e-40f8-a117-290fba49e2c8','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:11'),('86aa7f29-fbb8-4ce4-b1f9-f104198d2437','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:53:25'),('86b2a240-a0f2-480f-b933-fb08717dc1ef','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:35:15'),('86b40455-ed3a-43a8-bcd4-1bc5ac8e3d66','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:13'),('86ca0fe0-ff21-411f-89b1-2b7ac893540c','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 12:49:41'),('86d72ea9-fd7d-4fd3-bdb5-171fa5fb20c1','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:53:16'),('86d8037a-a49b-4e11-a8d5-d9e80f291023','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:49:13'),('86e36eeb-ad70-4703-a03c-e5677e552748','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:51:46'),('86e67edd-04a5-475d-bd4f-6d0587717f1d','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:42:04'),('86ef2e94-d6c6-4f4e-b93a-c94d022011b9','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:40:41'),('86f559dd-47fb-4a4c-afc5-b3a245af6947','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:41:17'),('870749c1-822a-4a17-8baa-2623ba4d9a88','xBV85yh05xhSfdDmci1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615088060\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"xBV85yh05xhSfdDmci1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:36'),('870c984d-74b2-4fe8-b6c0-5d14513f580f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:03:11'),('870fed79-c10b-4855-ad5b-d49d7828d8dc','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:41:52'),('8717c861-56db-4e03-b4c3-ddde176cd234','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:42:04'),('8719313f-cad7-428e-b259-1c7af9136850','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:15'),('8719448d-2d09-41e3-a3d3-4afbab8ee143','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:24:15'),('8720be6c-6759-46c7-b74d-48e4d16808c1','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:38:22'),('872314e7-3af5-4d76-b87c-149de8ab2e18','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:30'),('872c1d04-9b59-49fa-b2f4-c3c6544010ce','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:15'),('8739b961-c6d3-429c-9de1-cc6aebc0ede3','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:49:50'),('873df11f-a769-40be-b91b-39837b2676e6','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:36'),('873f65b3-3469-4a42-b57c-fb1f2c78df5e','RbdeiZr3roBjoG1Pawx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614269058\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"RbdeiZr3roBjoG1Pawx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:49:57'),('873fb6e9-910c-41a4-b2b5-fd352915fcc2','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:37:53'),('8746769d-4195-4b5d-8a8d-44bb0bbc25a9','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gEAhIS9ifF350qYO3EjmYORHVQac_hH5VsgaDlXg6mo','2022-02-23 10:41:48'),('875d3792-a451-4986-99d8-8b6ccec8b04b','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:24:02'),('8763a811-c563-46b6-8b8c-17df9e10f417','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:55:46'),('87660a70-6ede-403c-94e9-8557268eb526','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzkwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IvH_F0tCcJjTi_4ozV_8a0CMqYJSP8Mnz14B51ZVGOc','2022-02-23 13:58:30'),('8767f535-4484-4249-b3aa-c049608fe064','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:05:40'),('876935da-030c-4261-8ccf-9a425f465ce1','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:11:48'),('876c0551-7fe0-40c3-9ec4-493cd4815010','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:47:22'),('87706270-3623-49ca-9f68-d7c1c1bd13e0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NR1P587ctXasFFdcYsrA70REAgSjRMi9aKkJykVPkzw','2022-02-23 11:03:02'),('8776fb09-f353-41b4-8e24-1c563fd92b4c','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:58:30'),('877d2a4f-8baf-4861-91c9-b873edb25775','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:03:04'),('877f9248-c055-428e-9353-825465eb0345','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:27:25'),('87866ab3-c868-4d23-ae55-770027d1c15a','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:07:02'),('878a5ddd-b1ac-4dd8-a47e-5f9d469b2677','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:27:25'),('878f1fad-2334-4e07-8871-031efcf35fd4','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:36:25'),('8791bd06-335c-4bb3-af0f-5d7470d26b0f','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 01:53:53'),('879a7d4e-a7d9-4c6d-a238-8291f180798c','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:39:14'),('87a25815-c2c6-4bac-9c88-b891cc9d5676','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:47:52'),('87a3168d-3672-4a49-8216-81a5f22f274d','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:53:57'),('87b9ecaf-c2b1-4277-804d-c6c0620d504f','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:30'),('87bed2b0-65e3-49bb-9c78-4866bf429040','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:55'),('87c09278-ba26-441b-9c65-67bf0550ec86','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lyqeEi3DScLVYTbtiA501o-vg6hi6f3_orfs1tuN4_A','2022-02-23 11:04:44'),('87c6f724-8b04-4a61-91fe-e008af1e4227','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:53:32'),('87ce3d8c-8f62-4ef6-94ab-1e28f4ad544f','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:55:43'),('87dcb6f8-79c5-431e-94f8-c3232ea6e5e7','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:41:52'),('87de9228-7fa1-4eeb-96dd-24f116cb074f','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:39:02'),('87ec3a09-2962-4e45-8f8f-0fab084586e8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[82887f16-0aa8-4921-b836-5e297a64e956] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 01:18:03'),('87f30d4f-26a7-44c9-89b0-4095fdd96efc','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a8bfd6a1-117f-43a3-811f-8f24390745ab] 开始执行任务(1):回收授权到期后应用','2022-02-22 21:18:03'),('87f6936f-fa99-45e8-94cf-89bf15d3bb93','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:15:48'),('87fcc0e7-bdde-4ea7-bcaa-da12a30a43c8','gqXWAj3kIY9DtDC9dPz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"gqXWAj3kIY9DtDC9dPz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:38:48'),('8801da7b-769d-4915-a138-39ea36e7ed01','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:53:16'),('881168d2-9b2f-4020-8ea0-f7d4c139830c','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:38:29'),('8812ad67-9600-429e-aed7-59e929105979','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-6gcAlwAlSdKA4R56DB1kYTsVXgz3IKHwYAubUO96FU','2022-02-24 03:39:47'),('881ad08c-947f-47ee-8298-9c2d2f3bad35','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:41:04'),('881bc936-0b08-4443-9202-71146066ef93','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:33:17'),('882a7d31-ad09-4309-a2c7-0f19fe750abd','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:04:10'),('88316d8e-3d80-481b-a550-e08c02ddb8be','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:42:04'),('88609a5f-041e-41e7-a43a-71615ff6a522','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:53'),('886ac487-2aeb-443e-bd00-7676bcbf53dc','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:22:56'),('887f68f5-ad70-47b9-8b6c-457f4b185889','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:49:50'),('888ac32d-54cc-4cff-9a58-7f7e7cdac3ce','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:51:44'),('88949a6d-ade1-4e19-8c4f-412ac8f77fe1','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:47:16'),('889dba92-4b45-472b-add1-1923ed8d7182','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:27:58'),('88a1a496-2962-421e-a57a-562af32e67cf','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:38:29'),('88a206fe-99d6-4dda-893c-e519667865a3','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:41:17'),('88b65106-4e50-4446-b45e-ca87ce10df9d','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:10:58'),('88bb75da-9722-4706-90a2-438e6cc9a487','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:11'),('88c8a129-15e0-4b2a-b91f-6687a4912344','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gOFY0CsK7xvrxHW9bF66FpLeU0Y8bvuEMFnvv19g8X4','2022-02-24 03:37:57'),('88d16214-f506-47f9-9bb3-02fc1b4a6e66','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:00:38'),('88d4cef8-fcf8-40d3-a957-1e12e98f3537','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:30:25'),('88daa0a5-d604-479d-9f0a-6a57a588e249','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:53:55'),('88e70ada-70cc-49ce-9cb6-f5d909de6367','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:53:32'),('88ec7b7a-93fa-4ac2-a4b1-e765f4577197','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:05:39'),('891afa55-20d6-41ec-9145-2d859dd0eaac','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:17:25'),('891b6b59-18e4-46d2-a231-8268a5564765','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:00:38'),('8922d5f5-d75e-4751-87d4-9931e4911d7e','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:40:52'),('89240460-cb21-4d10-acb6-279537a6be32','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:11'),('89290f01-d6f9-4649-8aa2-468d1e79e682','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:41:52'),('893a0de0-e469-4419-91e7-93683ec39746','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:24:15'),('89422ba1-8b28-4265-adb1-f2d2c15a46c5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:57'),('8947b9be-e2b9-4d65-ab15-007739cbb31d','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:13:49'),('895fbc63-a797-4358-9b10-2283377561d5','TydvtC5eWwxRf39slUh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611856697\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TydvtC5eWwxRf39slUh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:09:45'),('896797ec-063f-48ba-a1bf-ba4bfac49e05','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'); INSERT INTO `sys_log` VALUES ('8975f4b1-35db-438a-83e6-11ef2a8af4a1','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:12:45'),('8977d52d-fbb7-4d8f-92ea-1fa233a9a199','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:07:14'),('8981a242-b911-4814-ae15-33f80ae00413','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:22:45'),('8981b287-0f5a-4d63-9c2d-14ed36d39a35','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:59'),('89820426-4863-44e5-878b-9d5c6d59108d','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:03:11'),('8984c076-84a1-43f2-9c8a-2be9fb909355','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:08:27'),('89869c98-d48b-49a9-bf8d-e277d954a32c','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:09:38'),('8988bcb8-1452-49ae-96bf-91ee8c198baf','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:22:45'),('8990ddac-45c4-402f-a3a4-f6b28c1435d8','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:27:38'),('89a31fa1-4961-47cf-8396-161c109a9e58','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:47:52'),('89a84ba1-2b5b-4c0a-9e12-0717eee8629c','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDY0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4n55DCe_ZfmqV3Uo_6JKFXCgCndgoJrfXGiOV5S6r6g','2022-02-23 10:17:25'),('89ad7d88-3f74-4606-976b-993a7f5c2dd9','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:36:01'),('89b762fa-72a1-4388-94f3-a5262c1c059c','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ybf-MIA-AWLoEAGVNMW6ziD2QVFgo9DnyLd825Kdu2g','2022-02-23 10:05:42'),('89ba251b-4b4f-473c-858f-d67ab6473123','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:02:55'),('89c01cdf-7465-4f90-9aa5-08828d009ca0','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:58:15'),('89c16c8c-e046-412b-8ddd-20eb3747aa25','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:25'),('89cacd5b-15c7-483b-8218-a247d246c6f2','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:38'),('89e68c0d-f2b3-472d-9eb7-9fef7867fc7e','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:40:22'),('8a0b39ce-67d6-47f5-bbc8-934cecb2e5f9','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:50:09'),('8a2454b3-be26-4469-ac24-5dfb4f5f24d6','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc4MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YzCysx9Ty2jFwb7inorsEYSrwxgwK1pLCapheX88csc','2022-02-23 15:36:25'),('8a25a7eb-4e58-4174-b6da-9dd4233ce793','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:05:40'),('8a27286a-3373-489c-9913-440232f2c3a2','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:07:13'),('8a3d2ecb-4bca-418b-905e-cab2a2c6f7c3','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:47:22'),('8a44011e-258b-4974-bf34-4e3547986bd0','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:41:51'),('8a51231f-9b96-4e56-b081-8bb33cfa4a40','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('8a7072bf-f42f-4e75-a929-dbe62f694bde','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:40:49'),('8a7d03a0-799b-4fec-ad59-d9522173a5a8','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:41:06'),('8a83af2f-f5d0-499c-ad36-af8694a63f20','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8b09152a-6550-4ca8-8db1-1be3488a509e] 开始执行任务(1):回收授权到期后应用','2022-02-23 13:39:03'),('8a8a2ad8-4aba-4b6c-b526-9b22f44a8082','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:33:17'),('8a9dbabb-e60e-45ab-a638-de15fdb6241a','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:39:10'),('8aa0473a-d958-4c86-a15b-4266e2c13ce9','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:40:42'),('8aa8ae08-a0f7-4ca3-a43d-583fcb93e160','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:09:15'),('8aab5aa0-816d-4105-b84b-c9f48214c8bb','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:41:51'),('8ace6542-2f98-46c5-baf7-f20962d31de8','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:30'),('8ad8138a-9a68-47ab-a4a4-f067f4e7c206','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTQyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-3CAcfKEtBSIooSs5rZd5Np3m6CcAe3Dzb7wHja5kmc','2022-02-23 10:30:25'),('8ae51cb7-3b62-4cee-8686-d82e30522aee','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:22:45'),('8ae68cf4-fbe2-4e62-ad7c-ebfc06049932','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:36:01'),('8aec7720-515c-4da7-bd37-a7b8cc643b22','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:19:21'),('8aedf6bf-4830-4705-8564-ab65abedd63e','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:05:39'),('8af197c4-6267-46d2-8774-d6df081272ae','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 01:53:53'),('8af92b9a-f3ad-4364-b896-da056cbddff3','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:59'),('8afb4209-5626-4f62-8f6e-61ff4428f1f4','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:36:37'),('8b04c278-486a-40e6-bf9c-e060c75b870f','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 01:53:55'),('8b0620b2-bc70-47d0-b251-bf940921d352','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:04:43'),('8b078be1-9eb3-4c0f-bbb0-35c2ef9ac603','aMYl2tZRCt6aLzGZK4X','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aMYl2tZRCt6aLzGZK4X\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:57'),('8b0963f9-78c5-43e3-aeae-a1bc7a923ec9','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qlBeca76-4vY9QQXzOvaCX5SP2z-ml9EHz0uvQKOZEM','2022-02-23 09:47:17'),('8b0c01fb-4b12-4bbf-87d9-46437e6edfd1','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:55:34'),('8b0ed9ce-bf36-4584-ada8-3a9059764648','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 10:05:39'),('8b20a81b-3ce5-46fd-b36a-5a4f3781c069','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTk1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WorCY9OML4DUU1094IwOpdFtU9f2o_BokvJKK7E3mVc','2022-02-23 13:25:59'),('8b2867a2-da40-4382-8d94-4abf735a5a00','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:40:52'),('8b685a10-d9fe-4e6d-8d1c-0760d74d54ec','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:38:26'),('8b696819-9fcb-409c-b832-244ef5da5889','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:18:00'),('8b760961-2165-4c30-94ca-8e4b9cee9603','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:36:33'),('8b98999d-a8d1-4091-af83-4d900eb30fb9','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:00:55'),('8b98bd7b-e3b3-455c-8d0c-02b93b67a756','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:25'),('8b9ad5b8-b6b2-425b-b496-3194f84c0036','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:27:27'),('8ba010e3-392c-4be7-87bd-c765b60a7d43','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:11'),('8bab090b-df0b-486a-8c98-6c8d1ae25305','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BetqhZxaHUk62nLcUtDZ7qoZv9VpwurhoNn1s5mO-jQ','2022-02-24 03:39:26'),('8bac86c1-06f0-48dc-a21f-bf3a0d5987c6','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:35:22'),('8bb4d61a-d86a-4e6e-81de-4d6f4958206f','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:01:16'),('8bbc8042-10fc-4f44-bd7a-248546cfa7a2','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:13:21'),('8bc05eb2-a485-427d-a772-80602f090661','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:33:17'),('8bce381a-a98e-4c4b-b257-6b847fbc21b7','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:41:04'),('8bcf4c08-6de9-4fff-8da1-0723eb449018','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:52'),('8be3cca8-8201-438e-9ee6-c842b93ccf16','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:30'),('8bec04b6-4f74-49db-b8ab-b697604d3f8a','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:55:37'),('8bed2262-c9a7-4771-afe3-92607e0eef91','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:10:57'),('8bf2059a-d2c5-4daf-bdc9-2172daa50e9c','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:55:36'),('8bf7009f-31ac-4a24-9906-ea5af34d7b11','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:37:53'),('8bfb8cc6-d496-4222-9985-fe4cba3b4340','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:28:59'),('8c07ab65-80e9-409e-9bf8-a01583ed1cb2','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:13:49'),('8c095aa7-0e64-495c-899a-a9b827549e4c','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:34'),('8c0a5016-c837-4468-8707-17bf3a348c69','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:40:28'),('8c0baf25-cbd1-4190-ba48-b90a8601bbda','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:10:57'),('8c1b1ee6-2468-43c5-9de3-7c51ac5b70c3','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=36E80946E4BD8B8B4A299D1CC87D532F; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:36:25'),('8c2781e7-8af0-4844-9cc6-a79f9fee31ff','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:49:16'),('8c2e265b-458c-491f-bcb8-5cb49834819f','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('8c3ba57f-eaff-49f5-ae07-b7ab377c8839','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:41:06'),('8c3dbb57-7a18-4249-af24-245422008839','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:18:14'),('8c45c28a-0d46-4427-bb50-cf47f202e8fd','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:55'),('8c4add84-0bf7-4ece-89d4-4b0ae231daea','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:04:28'),('8c506be1-842b-4716-8f92-374c709670d3','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:26'),('8c510ed5-2ae9-4317-8cc4-52d1857167b4','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:02:52'),('8c5419b4-0919-4f82-a867-64c1bebf428b','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:49:41'),('8c68fdbf-d952-4211-956d-cc41ae9c38bf','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4f74412f-5269-4e86-93d0-cb7265405280] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 09:38:03'),('8c701eb7-5214-4968-b866-75ebc1c38c61','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:08:25'),('8c88603d-547b-4772-9736-746b3c357c75','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:22:12'),('8c924c77-4a8d-49d3-969a-6955e15af0bf','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:28:59'),('8c95a7fb-0a91-4fa7-8a08-054168c75f60','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:27:58'),('8c95edd8-3896-45d5-b511-f843b5c62715','v4o8wFjxG9WX7xGXv9U','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645674873809\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"v4o8wFjxG9WX7xGXv9U\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:40:00'),('8c9d7ebc-e692-4283-9553-a82b94600ea8','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:30:25'),('8ca3a69f-cbf0-4b5f-a865-0e42f007526c','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 12:00:36'),('8caa1c8d-a72a-4e31-994d-d0854d03490c','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:47'),('8cabdea5-e4f1-46bb-b18d-e65e285fb457','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:09:17'),('8cabfd2c-73a4-414c-a5fd-27fd175510e6','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:38:26'),('8cc2ecb3-0135-4400-ae87-ed13ea422efd','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:40'),('8cc44c12-ea4f-43e2-9b95-fb4ef67c6dd3','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:49'),('8ccc016f-7189-4f31-a96d-19252fce0a46','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:38:19'),('8cd65e6e-3757-446b-885b-86cfac8fe4ca','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4Q6WEDXgb5bh-Sx1TNrSGjRc7p7s6C_ffzRStafSx20','2022-02-24 04:02:41'),('8ce300f7-915a-4e5f-b893-49acb6d75b1e','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:39:12'),('8ce68a7c-4e37-4420-bff7-8f0bef383ff8','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xvfmugcphZZOaaYiwn4FrbUtXKCCwFDcbcZ8X_CiGFc','2022-02-24 04:01:51'),('8ce8f2fa-6131-40bc-88bb-fa21ec0e07cd','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:29:01'),('8cfdaeb4-0a52-4d80-9a44-5b0af29eecd9','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:47:16'),('8d0cbe68-ba5c-4650-acfc-bfe4eb08b30e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:37:12'),('8d238e67-2dbf-4547-ab81-8fd608073c6b','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 10:27:27'),('8d32642b-7ace-477c-a328-5db78a9034a7','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:15:48'),('8d4677e8-a90b-4a9c-8987-33067a97a957','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:57'),('8d52adfc-f126-4248-a603-8b9bb2d76e55','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:22:45'),('8d707b5e-6af6-4984-8044-ae377f8cd2d4','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a91fb7e2-751e-4208-8eda-102d30efbd66] 开始执行任务(1):回收授权到期后应用','2022-02-23 11:59:03'),('8d7495dc-2c42-4ede-9c97-be4ab88f345c','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:46:43'),('8d76a28b-0205-4f12-a295-c9e0d1ae188d','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:02:50'),('8d776ab7-16d4-400b-87f6-075bd561007c','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=url-------->/static/portal/vue/index.html#/open?appId=__ekbsagrjF60f5gJnBQQ&actionContent=__vzHulAD3PA8U7mHfFkL&opentarget=detail&linkType=00','2022-02-23 10:27:16'),('8d90bb33-0bbe-44d8-87fb-b80e3c297ca8','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:28'),('8d9caf55-e9a0-4f4b-ac6c-8c7da80247cc','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:09:30'),('8da0a96b-cbca-4566-8964-166e5373c34d','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:33:26'),('8da0e87e-e1aa-49b2-b52e-d20de16e1dd9','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:28:59'),('8da298e1-fc87-4f36-9667-b18d9c9af5b2','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:26'),('8da2ff19-746f-4b4f-90b6-4b5515ec9b2d','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgyMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CB-4yoCKz2PQqmo8Uojll1WCO9idwqKC9rebwBFPOuw','2022-02-23 09:47:03'),('8da60bae-9904-4b4b-b140-7cff685297e8','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('8dbabe79-b010-4525-965c-1c27bb43ba66','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:45:02'),('8dbfd5f8-6a1f-4125-9334-563d638396b0','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:51:46'),('8dc2398d-9268-47d4-9847-207e459ee86d','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NEU7OaSxG2j28Lg_fdb0YgBqTCiwQFguWpQNDM6GwTo','2022-02-23 09:40:41'),('8dc548af-43b5-4631-a0ad-cf7964d7edde','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:13:48'),('8dcb1949-3d36-482c-a806-a66933be7d8e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:25'),('8ddf000d-a051-4c7e-8a23-dbe78b0268e5','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 07:15:43'),('8def150c-3680-4648-8a99-11b8595cfa9a','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:27:58'),('8df6cb40-eacc-4861-8408-371a1dc96947','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 12:49:41'),('8df98acd-a5d2-4a45-ac6d-ce9fe0f5c46e','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:07:02'),('8e0b5388-7084-405d-9318-b580b7d42b5e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5dc74596-d3c0-4131-9964-e29b6a7d0fb0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 06:18:03'),('8e199bac-99c6-48c2-bc7b-ce1aaad4d110','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:36:44'),('8e37da0d-6109-4eca-a3f6-b34f17e430df','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:36:01'),('8e3833ce-25de-4784-91e1-706ffd7024f8','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=RLjkKENt\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:55:37'),('8e43eaff-ee03-474f-b217-565e28605285','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:14:45'),('8e59f927-30dc-4059-a47a-52fe261407f2','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:36:36'),('8e5ab48f-5cdd-4054-b39a-6c40feb0f483','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('8e5f64c7-7784-4f9b-a65c-0cbe6115fcd1','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:30'),('8e81af4d-7ef2-480f-8b20-a5a64b2b7f9a','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:55'),('8e8ea1ec-467c-4ed1-b5ab-08a0e0e227d6','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('8e919058-e2c0-4638-8953-1771549c056a','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:02:55'),('8e926dac-8734-416f-9e24-c830a7c12703','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:13:38'),('8e973601-b9bb-457f-8fee-6fa7f05b200f','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:15:46'),('8eaed97a-27d7-44b0-9cc5-f78917e2dc4e','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:45'),('8eb8f0f3-9596-459f-9c62-1f30743f1a08','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:49'),('8ebbc931-fbcc-4b3e-a458-d24c98bd5fba','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:59'),('8ec6807d-267a-4641-aa7b-5655674b66df','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:09:38'),('8ede5843-8684-49c0-8618-2b1f76eba48d','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:55:43'),('8f043e28-36ab-4378-a5d3-ed9cad2a9c36','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:24:15'),('8f0729f7-1402-480d-afa2-4e11a4979517','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:36'),('8f0a4879-6eb2-4d3e-b6fe-b4e320c552b9','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:49'),('8f0f447d-02cb-473d-807f-5bee72226783','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:26'),('8f19b241-e6b4-4b60-a930-910f13fd0b18','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:51:36'),('8f2712e9-ab19-42cd-bac8-f4d8d111ce43','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYxNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JCJtKF91yhhL4qXe6aqu1jf7ijjkvK_IrEo2t8eMo7I','2022-02-24 03:13:38'),('8f2be5ff-483d-47dc-8329-663b25c11be5','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:46:05'),('8f2f7b19-cf1d-478b-a0db-6529a8941210','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 01:53:55'),('8f33f034-dcfc-46c0-baf6-ad3fee095aaf','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:05:39'),('8f3dce3f-df66-4361-8d83-97020ea33020','5wQVehLjkDdoLettfMK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612306169\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5wQVehLjkDdoLettfMK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:17:14'),('8f3f9898-9a59-4c5e-bdc2-c86ad6eb87f9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d3c53d7b-7a63-430d-84d0-9a93447b664c] 开始执行任务(1):回收授权到期后应用','2022-02-22 14:18:03'),('8f400572-b738-4480-ab89-0ead090c255d','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:47:52'),('8f5aa4e5-aaba-464a-92b6-543d1142153c','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:25'),('8f5da502-0a99-4675-be8e-9dc002e90014','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:14:44'),('8f71becd-b187-4699-919e-faff75539931','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:13:05'),('8f982442-1624-4932-b3d6-c5f571959411','FUIwIB7chZLXhHFXS1m','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FUIwIB7chZLXhHFXS1m\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:24:00'),('8f993fe6-9b35-4292-a85f-461acd6a85f8','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:24:02'),('8f9d999b-34a1-4e3c-b130-9f07472e58a6','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:46'),('8fa18cd7-5ffa-4e1c-be20-a3aea7e7bfec','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:39'),('8fa6497f-9bc1-49c2-9dfd-8c8275329b79','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:59:37'),('8fa75747-ce0d-4b94-8105-8438707740a4','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:52'),('8fc1418c-4fd2-42c9-8d7c-b67a67657799','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 01:53:55'),('8fc36113-9f2c-4ad5-8031-16a63e2e42fb','pULs4u4AGJww8LTWXMN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__vzHulAD3PA8U7mHfFkL/documents/owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pULs4u4AGJww8LTWXMN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=计算脚本获取到的flag==》 ','2022-02-23 10:18:37'),('8fd8de3a-cf9d-4d5b-9841-105b45665aee','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:55:43'),('8fe9e470-d8ee-4c77-bcb4-33a79b4d0b2d','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:05:39'),('8fef3ff5-f3b2-4785-a648-b1f5cd77dbb3','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:45:00'),('8ff7d027-2f26-4075-9e24-5780fa06495f','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:55:16'),('8ff9dea6-a206-4164-ad3a-8b9b0735d4da','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:25'),('9014fa3d-3b54-4298-8479-86645eca3204','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:01:49'),('901a8a65-8c62-4a7a-9cff-9eebcb3d63bb','ambIoyrczZInz9zW37H','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ambIoyrczZInz9zW37H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:24:00'),('901ee8cd-f3e2-4e1a-b72a-b466d8f81853','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:04:25'),('902ad955-3a54-49c1-b257-ce1cab609a43','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:29'),('904301f4-7ccc-47a7-ac30-6ef813d70cfe','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:53:32'),('9044df6f-92a9-4eaf-b08d-82732713daf7','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:24'),('9045489c-3980-4717-bb9f-b85c75e16085','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 01:53:55'),('904a1866-37bb-4209-9c9f-60a146dd7cb7','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzAzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.afOaHN16QGjkCIC8x-V4XfgP_0BmpLMJKrqVAYOikvY','2022-02-23 15:24:02'),('9059eda2-ba6f-4955-8ccf-34ea96378d33','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:09:38'),('905a1fe8-09c2-4d9a-b143-59ee2ee7ae9f','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 12:00:36'),('905aeeba-f121-4492-8754-f18794f9b639','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e6322e8f-5da8-45d7-a5e8-d3b1b5d8ed2b] 开始执行任务(1):回收授权到期后应用','2022-02-23 09:59:03'),('906001a1-6f95-4d49-8929-d8d57272db29','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:08:27'),('9061e6c4-beb6-4dbf-ae15-37331ce02af7','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjA3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.HQhTTcNOkuguIDj0m_uG1wM4WEkdNBrKAakchmdSpC4','2022-02-23 10:41:17'),('9069be38-adf8-499b-b4a1-15a38c189c0b','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:37:57'),('906d626a-9be7-4489-b2ca-66122e4fff75','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SoTIjqQwqGw9yf6riqG&opentarget=detail&linkType=01','2022-02-23 11:02:55'),('9077df2a-fc00-4859-b59f-a8634e8572a3','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:36'),('908b1475-86f1-4066-9e06-83757b989639','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:38:22'),('909600e6-6d79-4fc1-b32c-9ac5924c8921','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:02:55'),('90973fa4-8a4d-4aaa-a81b-82fe44cbf5fb','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v7ZsjWjxx3UMkyk9dg4BNx8GaBC1W3M9JlakHaFhHbs','2022-02-23 11:28:59'),('909b063b-613b-4a75-adc5-c31b767b086e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:37:12'),('90a15c23-7359-4756-93f2-d9600070760b','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:36:25'),('90a60d4d-d0a4-484d-ac21-f7f6d8a153f2','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:36:40'),('90a84fa8-078e-4318-bf9f-0282d38acda3','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:27:27'),('90ae4bad-0ec1-4d1f-b36f-907e77970fae','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODE5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jw0QVOKrJkyqJv8WSMM7bPpSi3Vub6Y6_teBbwdP30k','2022-02-23 14:03:14'),('90ae990b-99e4-4576-9b55-bcaf61f8e56e','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:05:42'),('90af2630-555c-4e88-8f5f-913d5328f7c8','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:07:13'),('90c07bf0-4a23-42aa-9c77-3d0488880f8a','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:37:53'),('90c0eb4a-0d57-473e-a883-44219599a2e1','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:35:22'),('90c81cf4-0e9c-453c-8d45-2901cea4db4a','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:57'),('90d2f775-1753-44e7-aa35-0e57c47cb170','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:42:04'),('90d35fd9-3c31-4b0f-b34f-699c1f6d7068','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:12:02'),('90d92099-eac0-4cf9-a2c8-ded935ed96f6','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:00:38'),('90ea192c-1079-4f01-9435-0ec719170dca','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:29:01'),('90f32c3c-a936-4b82-8faa-a329fe81eafe','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5d7ce09f-1610-4f91-8c73-e5d1eb73ae38] 开始执行任务(1):回收授权到期后应用','2022-02-24 00:59:03'),('91079132-becf-45e5-bf30-50d574dd8677','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:27:33'),('9108b189-7fa1-4117-b71b-de64e0f5b706','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:41:06'),('9118ce73-fa27-4afa-bc0f-04475278c19a','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:40:56'),('9128977e-255b-4b39-bce8-d2a13c8fe2dc','gqXWAj3kIY9DtDC9dPz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"gqXWAj3kIY9DtDC9dPz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:38:48'),('912e25c1-7ab0-41fc-9884-eb2064736b72','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('914fa6b8-f4ae-4190-a250-16ec80ae0cfb','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:10:56'),('91502619-4a43-4790-8eda-d6fccb23a0c9','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:40:31'),('915de15b-973a-4cff-b9e1-a7b95dc0169a','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:22:45'),('9160be60-d38a-488f-993f-1097f32a3afa','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:28:59'),('916290c5-d5dd-4474-a634-2983c5ca5828','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:55:43'),('91727b8e-b2c0-4786-bc8c-6321056df65f','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:10:58'),('9176cad8-10de-4aa4-b7ed-f971d27165b8','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:11:48'),('9187bd2e-6876-4377-8e23-9da1c04f68da','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:49'),('9192c405-8777-43dc-acf3-234b77d492c9','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('9198922c-d0c2-48cb-a4a7-6a56a994c1e0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5cb38e86-4f1b-4117-9fe1-1a9e767bd3d9] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 18:19:03'),('91a5d1c3-ac41-4560-a5a4-697b9821df3b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:31'),('91acf51f-6ed0-4d2a-8ccc-6e02c775adc1','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:46:05'),('91b949a1-b4d2-4dc1-b23d-edd344e10c32','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:54:03'),('91b98404-d70e-446d-95a7-f11b9639937c','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYxNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fRUBA8LnQlAq-59uy6UkfPhCARh5b-GEZh9Q3bbv8qA','2022-02-23 10:16:59'),('91c095bc-533d-45fa-9528-552beebae2d8','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:41:51'),('91d91055-932d-4426-8f6f-c45414536070','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:00:36'),('91e02bff-43a2-4f99-8977-d601b4135ae2','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 12:49:41'),('91e140e8-8d21-45f5-a50a-e5069e641e28','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzkwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IvH_F0tCcJjTi_4ozV_8a0CMqYJSP8Mnz14B51ZVGOc','2022-02-23 13:58:30'),('91f0475f-9e71-486d-b233-135ea76a4470','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:25:59'),('921328de-a6e6-4644-904b-68831edff1c3','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 01:53:53'),('921f34ae-0ca4-4493-8803-672adb661ea0','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 10:07:02'),('922376fb-af2d-4bfd-b7dc-958116333580','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:47:28'),('92351240-c714-4a77-982f-7a637d871c07','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:07:14'),('92364081-0188-4cfa-9ba3-05e11a97a2b5','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:47:22'),('923822e8-559d-4b89-904f-77b638a24bf8','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('923f177d-8d3d-4fb4-8cce-5bc75e97738a','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:07:30'),('92562030-101c-487e-9dcf-55c9f6c26f3c','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:51'),('925bc7c8-f50d-42aa-bbb2-f93b36f79e1d','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 01:54:00'),('925e5cf6-9c3f-4fa6-a88e-7640a9cefea9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[da27497f-7b2c-4ddd-99d6-73757702f6be] 开始执行任务(1):回收授权到期后应用','2022-02-22 11:38:02'),('92649ba1-8eee-4a04-a1cf-65b17201781f','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:24'),('926e73ab-0940-454b-8c7c-97c226bc8ee6','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:49:41'),('927eab53-c718-46c8-a1ee-5be886745c74','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:17'),('92a79aa2-309f-4501-95d8-678e8429cf0a','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:29:01'),('92ac6417-08f4-4bf0-b9ee-e98e41ad0855','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GvHfRylN1KZ1f_LzTio8cH88fQeJY8TE9A0YSRPsz_4','2022-02-23 14:03:35'),('92b49dd1-2ba9-47c7-96f4-cd812c66271a','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:53:16'),('92bafada-2080-4c66-a7d1-a8aecdb3acf1','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:36:44'),('92bfc5b0-cb45-4d81-9ee1-253e6bbe3853','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:53:13'),('92c83d93-a371-410e-aee3-ea99530f4935','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== []','2022-02-24 06:46:58'),('92ccb6a9-9f1a-4ff9-a6b3-5b5110f7a983','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"798\",\"Authorization_state\":\"有效\",\"docId\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"Authorized_person\":\"管理员\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/documents/owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"authorization_app\":\"__h0fxOYBf2gPKGICatmN;__uJkyRTCtNDbMdPcF0iy;__10oAyTVxwOhXa88v1Bk;__pw297UAJJgIBF9xBtmW;__ZVCG1EamEdKwqHCeYPW;__Ft6x03HlRb0NtEQpVml;__xkeybkGaZa1SboC9GL1;__ekbsagrjF60f5gJnBQQ\",\"Authorized_time\":\"2022-02-23\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"beginTime\":\"2022-01-11\",\"Authorization_method\":\"m1\",\"docid\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"PUT\",\"organization_name\":\"融通服务公司\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"permanentAuthorization\":\"0\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"organization_id\":\"Ncf9WcLd8Nvf64A3vW5\",\"endTime\":\"2025-02-17\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=撤销测试rtn---','2022-02-23 10:27:15'),('92d91cb0-00b8-4ab1-be48-714e8f7cf458','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 07:15:43'),('92da374a-ac61-4e22-89b2-30fc488caa12','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYxNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._6EQHA95T45HrSdrAkSEqBwOJT6ReUJ3rxcsdVATA7s','2022-02-23 10:16:57'),('92db76ae-9869-494f-b98d-a5201db97a4b','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:49:50'),('92e86ea7-e9a7-4c0e-86cf-2df3b43fc5ea','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:41:04'),('92eac593-a1de-4d63-837e-bfb2296b1453','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:39'),('92f1d8f6-cd8c-46df-99bf-b78826a8cfdc','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:24'),('92f4e650-a21c-4b4c-b222-294b150d925e','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:08'),('92f74fc2-4afb-4578-940b-e87ccf2d380a','ambIoyrczZInz9zW37H','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ambIoyrczZInz9zW37H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:24:00'),('92fd68b9-995b-43c2-b803-5360d9e62615','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lyqeEi3DScLVYTbtiA501o-vg6hi6f3_orfs1tuN4_A','2022-02-23 11:04:44'),('93003e2f-3b40-4822-a7d8-1c889dfac53d','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:19:56'),('9303971c-f2f7-4daa-8448-01f4b19e8089','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 0','2022-02-24 06:46:59'),('930a9473-53f7-493e-a1e8-2c8a28f21cf1','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.uNSW8ohG8YsjPi8SjF8hh76RmVZj1FniUCrlUGAurmk','2022-02-23 10:35:22'),('930db501-64b6-4aa6-935c-b38908914285','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:51:36'),('930e6246-c956-4d18-9cdc-a68cdf31265b','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:12:45'),('9310c044-4c96-414d-802f-f65d921ba1bd','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 07:15:43'),('9315a993-0771-4a19-87dd-2abed994dfe0','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:00:38'),('9321b99d-f291-4f3e-b9c4-e3e368788148','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:49:13'),('932dfe7c-c0e7-44fc-a46b-da6166556ef0','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.h0O-0gApgZqnP0rUnRfVm39H7p-qpGplaxXSa9i-00k','2022-02-23 15:22:55'),('9332148f-1cad-49da-bd27-c649e5ebc742','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:53:57'),('93406789-f2ec-4b2d-b764-fbb85a18f66b','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:07:14'),('9343bcfd-b038-4878-b189-e7aaf450d387','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[57001b9e-f472-4bbc-8415-9540141e73d0] 开始执行任务(1):回收授权到期后应用','2022-02-22 22:38:03'),('9344793b-ee28-47e7-8623-e9c7c15b7b7a','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:00:36'),('934fa164-a7b3-4776-a1e8-bec0516e092f','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:49:13'),('935d06db-89d5-422b-9553-ed5c639a2a3c','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:35:22'),('9362c1c3-d2ed-4971-b70e-5307ed46a7f0','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:59:36'),('9364560b-7f32-48af-a899-81d7f9d6751f','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:00:55'),('939544a0-03dc-44c4-ad16-e8b39025a419','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:56'),('93aacf13-7c8f-4632-8bac-cd590f089fc3','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:39'),('93aeea4a-5e4b-4285-bdd3-4cbd55dc9ab1','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:36:36'),('93b85def-543e-472a-b894-8ac0bc269d62','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:59'),('93bdbeb7-936f-419a-a8a3-35a4d134b7af','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:44'),('93c7583d-2436-41a4-ab19-e7c44cd7d0ec','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:42:04'),('93d39266-1c50-434a-accc-f9e60e2a1ad4','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:31:52'),('93d652e1-a3ce-46b6-994b-53c210680056','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:07:02'),('93d7955d-9ba9-4414-8ccf-cb3a56972907','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:59'),('93dada08-ac10-4084-8761-722621607484','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:36:44'),('93db42a5-118f-4263-b4bf-52ab36dfcfdb','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5d1a1a1f-016b-4a00-8364-ca7c5f1812bd] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 04:19:03'),('93e4c207-8384-401a-abd0-9cb3873ee376','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:55:46'),('93ecb601-18c0-4268-9ad9-df8bc8afc6d8','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:07:51'),('94092a96-5a4f-4d7e-9838-7cda516d1dd7','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== []','2022-02-24 06:46:59'),('940b41d9-0b5e-414d-beb7-b1d10adb4304','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:04:44'),('940c0caa-00d8-42b6-bf52-9f99a4724e7a','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:49'),('940e46f5-1bc6-43e3-aef9-b7a4cdd76025','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:40:56'),('94117424-2218-4fc0-bd29-2c8666ecfc58','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:15:48'),('94154c44-cb61-42d3-9975-a1b5127d7473','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 01:53:53'),('9451d46a-0a8a-4b59-bb59-9f337e286054','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:04:39'),('94570afc-db2e-4879-8861-4da34e12b10e','vNRUeqFQuA81GMV5p05','userId=K7kspYq93CtrP8y4JVw;appId=__FDIGNpKZD4IqfM2Ji1G','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"opentarget\":\"detail\",\"request.requestURI\":\"/obpm/api/runtime/__FDIGNpKZD4IqfM2Ji1G/views/__aDZwv5jkfCmg2mkHMUI/template\",\"siteHttp\":\"10.10.100.175\",\"appId\":\"__FDIGNpKZD4IqfM2Ji1G\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__aDZwv5jkfCmg2mkHMUI\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"vNRUeqFQuA81GMV5p05\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__FDIGNpKZD4IqfM2Ji1G\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"linkType\":\"01\",\"applicationId\":\"__FDIGNpKZD4IqfM2Ji1G\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=t_count:0','2022-02-24 02:21:35'),('945b61fa-6538-4aa6-b789-a5bed55e1880','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:30'),('9467776f-da8e-44cd-9fb7-d6566edcac4f','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:04:39'),('946c14e2-6f50-4353-9869-d69ce4af1ab9','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('94741584-5082-4b06-b795-6d5ccf9d4f1e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d12238f7-74e4-437b-abbb-5ef0ac6143c0] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 14:38:02'),('9486c9be-a99e-4bbd-ab96-4237e4d87340','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:46'),('9489794c-7ab0-4f96-9875-5ef9ea88f3be','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:34'),('948f6a75-f201-480e-8aa4-7ff598cd8900','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:52'),('94910d3c-9a5a-449f-881e-62468c007742','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:00:35'),('949472dc-e82e-4712-a84a-4f0d5ad4b095','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:35:15'),('94a193de-e791-46cf-ba65-b5e0649e857f','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:39:12'),('94ab97e7-89e5-4ebe-8db1-83c8b3b68319','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.h0O-0gApgZqnP0rUnRfVm39H7p-qpGplaxXSa9i-00k','2022-02-23 15:22:56'),('94ac72f1-0545-419d-b2cf-056c965af562','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:22:56'),('94b268da-a9bc-48d2-9be2-3520900b5ede','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:36:33'),('94b76f07-1e58-40eb-a367-ec52d26efdb9','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:59'),('94bf0975-8194-4fde-8851-686abf1497dc','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:01:17'),('94c1538d-7b7b-496c-96dd-048d77515c0f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjg0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.puk36cB3pSHLqqgSHTRxaaHlDJwi15__q2Xcgx7dhYY','2022-02-23 09:47:24'),('94c601ff-79a3-40c7-bb27-6b8b2b54d98a','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:05:39'),('94c89aab-b651-4289-b2f9-30cddc40b549','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:07:30'),('94ce2f89-aa5e-456d-aff1-0b4efe8b73a6','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:37:08'),('94cf07cc-bb31-47ca-a5ea-152658118a69','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:47:45'),('94d1801f-ca2a-4c95-ace7-478f19c6925e','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:17:25'),('94d3fd3c-e888-4091-b093-e3a777ff6f40','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:46:05'),('94d54437-cbb2-4c1c-9764-dc908571b3cd','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:55'),('94d8ae16-f2f0-47a6-909d-1f50b90d1647','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 07:15:44'),('94df6efe-3440-48de-bdbd-cfeb9e610565','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:18:12'),('94edd58b-c7b8-4c7f-8f18-d232121f4aeb','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:49:47'),('9507d245-42db-43a2-8843-690d70dafff4','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:13:05'),('952599ab-5108-4252-aa19-0275a1d4c3f6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f137c36b-e887-4ebf-a112-3d76ef5e59ea] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 04:56:03'),('952c4863-344b-42f3-aafc-b6d8b6919b67','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:41:51'),('952da535-465c-4a96-9964-b049ce488d3e','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:36'),('952f7c7c-040b-4321-a195-9879fb82f997','9cZjcpXClMUdt5F9Xsy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9cZjcpXClMUdt5F9Xsy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:40'),('9534be1c-3d80-421c-b397-66ba0e9a1401','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:28:15'),('95387a7d-3ca5-47be-8513-6efb6d981f94','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:49:42'),('95389cfd-6e0f-41b7-89e5-239c5bbc1258','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:49'),('953c06db-2c46-492d-9ddd-19e719565913','0rfrS10XHN5ALgTn7Tm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0rfrS10XHN5ALgTn7Tm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:09:17'),('953c8657-766d-467a-ac3e-a272506875a7','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('9553d35f-80d0-4401-8c1e-10d4410ac87f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:03:11'),('955bc0d9-6ea3-4928-b0a7-7b406aa34cd0','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:36:33'),('95615ec9-5a0c-4dd7-8ed4-b3515951a479','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:36'),('9574311b-4228-400a-bb9f-ce450cb12a8f','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:48'),('95814e6a-e4bf-4b74-8069-abaa7e1ae339','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cgRPEoXYSRt_N73whOTgCpRKpVPLt3YQrhxi5IRXhDs','2022-02-23 10:16:30'),('9581cfd0-be37-46ae-bbdf-8346280ba367','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:19'),('95861310-14d8-4689-a904-fcc53462b55b','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:17'),('95874b41-f7c8-4810-b15e-e7e6e5e76bc7','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:53:16'),('95a0fdff-011c-445b-8ad7-69ca7f6e0792','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 12:00:36'),('95a4464b-13fe-459e-b807-c90f8cef75a5','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:52'),('95b32789-31b7-411c-a876-8827ed1a795b','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:19'),('95baf324-dab3-459d-98c7-a2f102d684e9','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:37:53'),('95c2235a-bc0a-453c-b0aa-2b83f5ec220b','yBKw1gBfLKpoT9Lxuvi','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yBKw1gBfLKpoT9Lxuvi\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:22:16'),('95ce1f7e-58c8-4991-9e32-d1562eb105a0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NR1P587ctXasFFdcYsrA70REAgSjRMi9aKkJykVPkzw','2022-02-23 11:03:02'),('95d2c985-24b8-4a78-a179-618668daf1c4','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6582fe9b-629a-409c-8b6c-3cded432e70d] 开始执行任务(1):回收授权到期后应用','2022-02-24 04:39:03'),('95e3bf34-adcb-4caa-8f47-1a2692a7aeee','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:07:30'),('95ec89c5-bb52-4972-bf32-ce721fb64336','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.j7VoCvCS3_BvLkDNPGwI1jqf1lgM2CB21AYT8dD_7P8','2022-02-23 14:03:24'),('95fc14a7-218c-4530-afa1-677c57b7bc6d','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:40:42'),('95fd6acb-5d58-44ca-9d00-b6c6fc537d16','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:35:52'),('95ffc7bb-06aa-4f1f-b10a-8e3836b4ccd0','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:53:40'),('960b9f88-6bad-4aad-9a5d-fbe09775216c','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:15:48'),('961ffd55-c075-4030-8056-89790a8bf566','YlI27GoWCoGsujYcqmY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YlI27GoWCoGsujYcqmY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:51'),('9622fc0d-49a0-4cbd-852d-1c752dd07292','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:57'),('9626ee94-341f-4ead-8375-a39a6a3a361d','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:30'),('96279c67-72d3-45b7-8ca8-8915303eb1ef','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:41:06'),('96289d45-48ae-46cf-be5c-2f32ee6e07cd','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:42'),('9628ab97-afbc-4f3d-aa85-e7378e635d82','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:35'),('9629e354-6893-4df0-b09e-0f947d4662e8','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:45:02'),('9639043d-2974-4f94-8fe0-e7868bfb3c73','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:05:42'),('9640aa7e-ae89-4432-86eb-f398e690267b','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:39:14'),('9642239c-c68f-44a4-96d3-66b3c6f18d4c','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 09:35:52'),('965a3668-3847-4795-864a-207a7a356349','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 0','2022-02-24 06:46:57'),('966286d5-d684-4292-bab2-75282bb3eaca','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:03:11'),('96869f38-cfef-464c-91ae-d4afa7d7e104','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:51:44'),('9695bfed-9a54-44e3-8e02-f795946d5d57','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:39'),('969796e9-bbe4-4c4f-b1f4-244a23151be2','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.8QdxmyP9RgmG9PzNDUAYdJmbqjMdCHGUV16a55bPj6Q','2022-02-23 10:27:25'),('96ab9bc2-90ad-4b90-9229-a073d0e37173','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:25:21'),('96addcf6-9bf4-4636-b4a4-9f41c5922aa4','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:53:25'),('96b77815-519e-49ec-8fda-a5d0bedf98ed','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:35'),('96bd2c0d-a0f9-4a93-bbeb-32bce19067c5','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:05:33'),('96e15571-79a9-4c9e-888e-e6b6404c8c41','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4z0PlZZATCkvAtZGZC4hGvC7hfkOcvfwnAuOi2fFEbM','2022-02-23 11:03:10'),('96e5bab9-9581-49da-bf20-926f1548538c','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:55:36'),('96eb5d5c-2405-427b-a2cd-98bb6e06e6c7','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:40:41'),('96eca15e-dbe1-4c77-929c-d6c896c5a360','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZB-Z45U8vSnK5hoStpC05FhneIK5PAkTOSn5Tt3O9lI','2022-02-24 04:02:34'),('96f11c9e-a4f4-4a40-972c-a7fc0e2bb36e','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:54:03'),('96fbbc3f-9909-42bb-9beb-bb24eaca7fb4','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:17'),('96fd9dbe-edd5-4374-b3b6-f69c90e5e52c','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:13'),('96fe32e0-0423-49b3-90cf-f2c330689baa','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:57'),('970d8278-a1a4-412a-8a2e-d7dc5e5a1330','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:21'),('973d85ce-d934-4fcb-9334-247b3ad7e4e4','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:19:21'),('97400539-92d8-4797-ad8d-1e4d002b75ab','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:35:22'),('97400839-a632-4a57-b649-09e3eda309dd','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4dacb314-02d8-4c54-b3f0-fb94701d886d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 04:39:03'),('97444e40-5026-4299-8fed-33a306936f85','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:01:13'),('9744a73e-354d-4b41-bfe5-8a4f74a7c8a3','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:05:39'),('9753d6b4-93fb-4bf4-b73a-991dd28a62bb','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:53'),('9759247f-201b-41c6-a2db-e01510ee278a','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:50:09'),('975d4829-a6e5-41de-be4b-dea6123204fa','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:58:15'),('976c7e8f-b720-46b8-8e57-19ee1eecb05a','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:37:53'),('976d52f2-1b77-477f-87fd-42e8002c0f7c','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:07:13'),('977b068c-5673-448a-b643-c7167edba008','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:51:46'),('9790e4ab-739a-4bf1-b505-7f8ed3b2884c','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:55'),('979294c0-6389-4a53-8866-22c95b3aaf63','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[38c86cf1-0379-4880-947b-50fa0678c950] 开始执行任务(1):回收授权到期后应用','2022-02-22 06:16:03'),('979e8609-026f-464e-8726-ce8224f0839d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a876eb4f-6fee-4750-9dc4-7da0889aeed3] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 10:38:02'),('97a1c301-bbf1-4d83-b4ba-a7d623540b89','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:07:02'),('97b77c20-245d-4324-8b5c-138b6e868192','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('97b8f6c7-19ea-487e-8849-fea591c37d22','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:39:02'),('97d79924-86f4-448f-a591-0ac643a76770','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[bb261b87-475f-4167-9746-63c6d397b84e] 开始执行任务(1):回收授权到期后应用','2022-02-22 07:16:03'),('97dac76d-974b-410a-be1f-8d147bc4744c','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:37:07'),('97e9101b-9458-49e2-be57-4e66a2f01672','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:36:40'),('97ecf356-69de-4347-a496-b37915d4ee01','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:41:04'),('97efbd17-3e79-4a38-a6f2-2930f3c03fff','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ov3kIlh4nUGkzywTKVhhhHmY_AWVHKrVprBxbINcRf0','2022-02-23 13:10:57'),('98037722-9394-4ee1-a2d8-6ca1c4a75e70','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:55:36'),('9818acce-3666-4efb-801f-1fc972596e6e','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:36:34'),('981bf699-f0dd-4359-867b-95a5e71d232f','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:58:04'),('981f5b8e-c857-48fc-8d61-3a955126ea57','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[fb507715-f9df-44c8-9260-c47eea7cf12c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 12:39:03'),('982df615-c4b8-417c-a1f3-471faac3b9d7','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:00:56'),('982ee3e6-7223-4988-9fee-dde11ea3a28d','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:15'),('983005e6-bd38-4fac-8bc9-a3fc2115918e','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:53:36'),('9834071c-dfa4-4b47-b9a3-9141636e2d6b','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== ','2022-02-24 06:46:57'); INSERT INTO `sys_log` VALUES ('98356150-9446-4735-8a8f-2dff202c4444','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:13:05'),('98435e40-e6f7-454a-b3ef-ea03ab219118','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c0e66dad-8525-4abf-a42f-6c6ef392a428] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 23:59:03'),('984b7042-b911-4cdd-9f21-b3d1c6d3b8e4','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:46:58'),('984dd712-b17d-4622-ae26-dbf9bcf7f516','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:15:48'),('9855a1ce-a002-4e5e-8a27-a5d6c70eda90','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Tyb-UyJv37bys_hdzTwb8DofTeOLWsIzmGXiy_OTLnk','2022-02-23 10:33:17'),('985a8990-4e61-429e-9044-3d0b61dc7f89','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:46:05'),('985bc164-87fd-436d-9632-cbb8edb77216','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:03'),('985cba58-c349-493a-bb92-03b7ff3f2a51','zxJ7Elol2L1IxzWk7H2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"zxJ7Elol2L1IxzWk7H2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:10:08'),('985ccb1a-6d04-48f2-87fb-632c21eff80e','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:38:27'),('98611290-ddb1-4603-91af-1f1d1435fbd5','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:55:34'),('986babfe-4382-420e-8004-0528f0e5ca56','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3LbXjQmiub6aKETX0BjCo5MlGRRGPwUnspT1nSswryQ','2022-02-24 04:01:18'),('98753a57-ecf9-45ea-8be1-ea0cbd0b8240','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[01ba36da-cdfd-4d8a-93ce-60024d4d194e] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 12:59:03'),('9876f7db-f773-4c2e-8b0a-fd7401be0289','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:53:25'),('987f4475-f9de-40f4-bbb0-2202dd91f739','kE35m6GkmpI7Vxl0PB4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kE35m6GkmpI7Vxl0PB4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:40'),('988378a0-fa4b-4d2b-9584-04cccf3edfd4','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:39:12'),('98874f22-96d9-436e-a7ec-1f95046f7fc5','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:55:43'),('98914e90-04fd-4722-95b9-07d8031ad944','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:03:04'),('989a9019-3a09-4e6e-a8c9-1362f9ce20ef','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:15'),('98a24a34-5d2f-40da-b495-e081ddff272e','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODgwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.aUjg_jW3xfARYkNZ16_txkWEH3AEpMAHLcRqkMwKQlc','2022-02-24 06:53:25'),('98a89e85-eb25-4ca5-a4d5-debb2e7670a5','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:25'),('98ae7468-aadc-4a8e-8e40-7c5db06e5ddd','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[bae7794c-be87-43ba-a995-c5e2eeaa56e0] 开始执行任务(1):回收授权到期后应用','2022-02-23 10:59:03'),('98b47780-1716-4e35-8adc-9916fee2f9c4','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:53:36'),('98b74615-fa6f-4596-8d2a-39a4a4ac8af9','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614892830\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:00:21'),('98b7fcb9-c10c-45d5-9541-a818f99da740','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:09:30'),('98b92fd3-e44e-466b-bf25-f0f75a25c39b','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gEAhIS9ifF350qYO3EjmYORHVQac_hH5VsgaDlXg6mo','2022-02-23 10:41:48'),('98c46af9-c2ed-4811-9c15-77d66d90e167','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:39:02'),('98ca628b-0bc8-4475-a79a-9e3a4cc91c84','irFTNlaJVQptivBkd8q','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611765002\",\"docid\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"irFTNlaJVQptivBkd8q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:13'),('98d408c0-6256-4982-b7ae-5f956b15a3df','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:09:17'),('98ee580f-a7e2-4c01-a5da-ebea060e28ab','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:38:48'),('98fb4fd7-5c7c-4c7c-8878-bd79f5d9dc3c','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:22:12'),('98fb8641-dc6c-4b47-95b8-4396ae970c97','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:15:46'),('9901bddd-0b81-4b14-b16c-04c6006b4e5c','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 12:49:41'),('99121ddc-55a8-49a2-a8a3-e4b48ca8874b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 09:35:52'),('99294b95-0e71-4926-bfa4-fcda6fd93a4c','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 02:15:43'),('992accb6-5d7e-423f-a5f4-93229c6cee2b','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:42:04'),('993a9f99-fc8b-4ad2-b776-95a5d38306c2','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 01:53:53'),('994a319d-15d4-495c-bda3-8f0a29a2c4e5','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzI0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zr4rvTDJFaki7IVOtART_HyhdasFVuIv4etrMpp431I','2022-02-24 03:40:52'),('99769464-9485-4413-897c-3767f0108e10','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:51:46'),('9988c3a8-343c-4a03-8c85-79f571a75076','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:05:42'),('99947d23-dd5b-491c-ae73-3b3ae3f7c525','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:18:00'),('99975d9b-1b9b-4bd1-92cb-5e59cf3a01bf','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Q7-l6IGc78-66U7CHNwxJUCzkZxcELgMLA8-Thw3cgo','2022-02-23 12:19:21'),('99a93cae-0732-4267-b245-94f31295cb2e','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:41:48'),('99ae16a7-0ace-45df-814e-634d9642106c','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.K5ekiegvRbcg6b_n2KpfqmupnmnEu7YyrA9p0IYgl_0','2022-02-23 09:39:10'),('99ae52da-3acc-476f-89dd-2bff0f2d1970','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:47:52'),('99b00626-1675-4445-ad43-a25d4cb79eca','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:24'),('99b0b173-d2e9-4f92-bd8b-123bb1ae9dcd','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:29'),('99c99dcd-a8ab-4615-a308-014c73cb956b','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:27:36'),('99ce9f6f-47db-4c25-a6e4-e55c099c9000','FBxgjHxTFas5znFppzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FBxgjHxTFas5znFppzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:00:35'),('99d1b9bf-e993-4197-8099-d8174c321729','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cO8JrasUYRcxGrxy7tKaGlynprRWlPP8B99KFo6ydrQ','2022-02-24 04:02:36'),('99d4073c-ebf0-4ef1-af54-f33f32c76000','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:26'),('99d813bd-e396-4f74-8eca-919ff173e75d','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:49:16'),('99de2b1f-b951-4913-9388-638f73bf79ea','d6s0c9VjWNpyU9VyR4j','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611755921\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"d6s0c9VjWNpyU9VyR4j\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:04'),('99e18729-80e3-4279-ba3e-a139d0c97ba7','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAwOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w1JvbFiBWeuyjw7apnNYZ2r8smpxHydlen1ptkpDlyU','2022-02-24 03:53:32'),('99e7303a-d203-414d-b987-432cb6e6478d','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzIxNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ic6XPZv-wAs3g7Y7VLGhB8eDmGgAR9rKhQNl8JUpbn4','2022-02-23 09:53:40'),('99ea4354-235d-4e5f-b2bf-acde2cbfe633','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:55:16'),('99ecfe2b-5272-4c23-895e-e5b4e1a09695','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:58:15'),('99fb5efd-e656-40f5-9636-76f840b4fefe','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:47'),('99feab57-d4da-4bd4-9036-7121eb1e260e','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('9a04ad2f-f138-4c20-a5b4-add94bfd112d','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:53:57'),('9a118a90-43b5-45db-8ec0-e31262a4d7da','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:53:16'),('9a12f088-d1c0-44e5-b07e-e73a4229c25e','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:13'),('9a1cf505-1bd0-43a4-8157-092e5fc6410a','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:04:09'),('9a1e7171-d803-413d-bfb3-48065fe7e305','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:33:26'),('9a218c79-bbaa-49c1-a952-927dc4c5cc40','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:51:44'),('9a261b8d-2800-477b-a00c-535d3a203734','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:48:20'),('9a2b0df3-a500-4755-b24f-d4c5f3ad8ab6','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:55:19'),('9a2fb753-21cd-453f-a17f-2b95f9668bba','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.mCBEkNPrqF5rOwFiKGsim3mXZTx12zozapIhiUth610','2022-02-23 09:47:13'),('9a4660f7-7729-4cf3-87bd-55d54defc326','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:13:42'),('9a50d07a-23a4-41f6-a0a5-a19cd0fbea89','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:47:45'),('9a6980a1-47d7-4aff-a820-f753eb2eec2b','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:56'),('9a6c845c-6b92-429a-9d1b-ba5796e054b9','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:19:56'),('9a7b9004-acf4-476c-a1fd-a077af4e1d21','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:03:02'),('9a81ab61-d54e-4924-9290-b97b512eeaee','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:46:05'),('9a851bed-d85c-4787-8021-894c5a92608b','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:41:52'),('9a91b437-79a1-4076-b01c-4deb21fac1a3','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:27:36'),('9a958d5a-86a2-4c65-b53e-2da21f503cb5','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:09'),('9a9f4f0f-a265-4186-bffc-365c3f88d148','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:53:25'),('9a9f86f1-ca8b-4bab-a1fd-3906aeeabc1a','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTA0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.m8Qy61Dux9-vT7ckFO7BQrtig0MtUBq6mSMLplMDj8I','2022-02-23 11:30:43'),('9aa1c447-493e-4bab-b5b0-13b48a535864','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:48'),('9aa1ea99-a367-4e38-bacb-5316a1831cce','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[90194ece-8872-4b58-94d4-d7dce04af0ad] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript]: exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;;exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;的执行','2022-02-22 02:49:10'),('9abf01ab-c4f2-45f3-9bf3-02abeac6b496','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:49:13'),('9abf73ee-8df9-4383-88da-0da0d9b67e5e','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 07:01:37'),('9ac401b1-dff2-4c36-a99e-e3204acdb820','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}]','2022-02-24 07:15:44'),('9ac6e1c0-4605-41be-8600-a92c1fa7c317','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:14:42'),('9aca9bd3-d093-4490-bf2e-76b91819f8b3','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:24:02'),('9acc4058-a9ec-45ec-87e1-862b47f16fe0','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:39:14'),('9ad5a84e-9626-493f-9c11-6c0c6e028425','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:36'),('9ad8ec5e-d5c3-498e-b41d-aecd82e0856f','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:30'),('9ae90503-fe0a-4bad-ab19-b7ab04de91a8','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:25:21'),('9aee1d93-d277-48a3-ab57-5677750ea829','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:51:44'),('9afc96de-1858-4bc7-b0a1-048b7961fcc7','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:19:19'),('9afde821-f425-49f1-a9da-f3bc4eec6cad','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:18:00'),('9b040c6e-9df4-4f8c-bd1e-d76507ebe746','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:10:58'),('9b0e37e4-11e0-443d-adcf-aa8220944fe8','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:49:13'),('9b15e8a1-0cb9-4ae3-ba8f-f4373f8d92da','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:12'),('9b1af98b-e29a-45f5-8ded-2d8dc0c07e35','ZjvyvtGKP0zkdyy0g1k','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZjvyvtGKP0zkdyy0g1k\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:03:04'),('9b2b1f0e-4713-42a9-a9f7-ddbe62c62040','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[93dd7888-b0b4-4dfd-9623-dbf601ec8e9c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 16:18:02'),('9b3a3a67-7a3d-4bb3-a50f-73fe423aaaae','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:25:21'),('9b4124e6-9305-410e-aee9-ec05c5bccd13','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:46:05'),('9b42b6cc-ddd2-41d6-90a6-1f98a29cd5e0','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:46:05'),('9b52e461-e796-4421-bc2e-ed87eca2e520','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8853668e-1816-4804-b002-f46b6e3de867] 开始执行任务(1):回收授权到期后应用','2022-02-23 09:39:03'),('9b620ba2-ecfd-4493-a4f6-91758bfe636c','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:59:37'),('9b6e9b7b-0e59-40a4-aca9-e7ba5c60ad1e','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:24:02'),('9b771c44-9d3b-4649-a67f-02c24173803c','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__hyLXrVlltH9vENSgz0O\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"search_creditCode\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__hyLXrVlltH9vENSgz0O/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"30\",\"_viewid\":\"__hyLXrVlltH9vENSgz0O\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"_fieldid\":\"\",\"search_ID\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=','2022-02-23 09:41:01'),('9ba8052a-fd55-4171-b3af-3e7d310aefd0','kt6r3JJNLCPqyGzsyuy','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kt6r3JJNLCPqyGzsyuy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:50:09'),('9ba97ddf-b5ce-4ece-bfb3-23d49acc90b8','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjg0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rCafVuRxkSfWJTRYcyYnKrCnOYVFK7I_pexMiPMgQ2M','2022-02-23 09:47:30'),('9bb3728d-2090-4a1c-b979-295a36b7d44b','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:36:37'),('9bb9538d-10ca-41d4-93b3-f452c3f88a88','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:49:05'),('9bc25cb2-d1da-42b2-bad8-90952b66ae96','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:08:25'),('9bc9c5d0-ed57-4ea3-8f8c-efb14e779bdb','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:39:12'),('9bcb91bd-c5c4-4403-a978-f289d1125a77','NWw3pvZoUaYMD6q7hc3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NWw3pvZoUaYMD6q7hc3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:47:22'),('9bd039e9-709c-4d31-8292-59d9ad389742','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:41:51'),('9bd5e48f-0aa4-4296-99e4-28fc09429280','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:55:43'),('9bd9fef5-b9b6-4b15-9c5c-60df5e6b5e5d','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:16'),('9be1dd67-76f3-4ae2-ab41-99d7d209d058','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjI5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.eSftKKta64Ybdx10mJ1UHTbWx2mHkQkHnJOn72Sb1RA','2022-02-23 10:45:02'),('9be2fc92-6ad3-4d84-960e-32dd1913b1f4','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjgyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.krWbDbu7HqpRpgEiIRwago32Y1Q5gz6dH70fFh3IGbI','2022-02-23 13:40:28'),('9bf03aad-6d2d-4959-a632-aa02929de3fa','QiT9bg2QJAEBk4tNw6M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611659210\",\"docid\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"QiT9bg2QJAEBk4tNw6M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:06:28'),('9bf7bb34-0fb7-41cd-979e-c72d1fdc4526','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:27:38'),('9bfd0214-3481-4229-b26b-a61f78862085','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:59:50'),('9c0148a6-45c4-4a8f-ac81-8f82c2211624','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 07:15:44'),('9c19ab12-497f-4c31-8917-319ae3f957c7','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:24:02'),('9c1cd021-7756-4fb5-bb14-5e2982e71a06','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:38:29'),('9c279d9b-9668-47f6-93ea-31c3123ce1df','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE2MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hcfSA1U2g0Pxef_F78vnrk69GTbEvSatbs9kh4bP_5g','2022-02-24 04:12:45'),('9c33d665-6026-4673-92fd-957a9e8a11dd','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:17'),('9c3530ae-d0db-417c-855e-ae4594cfbd17','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:38:19'),('9c3e8fbc-0a9b-47c3-b418-2d16b228ed6e','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('9c5ae28d-0371-4583-b27d-6dac38586f4a','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:10:56'),('9c61b1ae-f158-4e3b-a59a-165e2046a14b','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:40:56'),('9c6a23f7-4fba-40b3-84ad-44205c1d0093','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:13:49'),('9c6a80fc-77be-4dc4-8c9f-e30ea92cad80','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:55:37'),('9c6c374a-f4fa-4930-9d1e-0954f74019a0','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:00:35'),('9c73bfa3-cf86-4715-90ad-59c79391428a','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYxOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Ab1IhQzp5w0EtW24gbw2lkVzhebeoXlRV4kyKgHFtI','2022-02-24 03:13:42'),('9c7f39cc-c086-42c5-8bfb-f64b22605865','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 01:53:53'),('9c81a68c-6207-4bbe-8011-00f3faf80069','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:03:10'),('9c867706-3ee2-4411-8950-3820b23ac706','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGTmdzJf0cP8XryMhB3uAljfhf-t9kU5Npdf2-IXrb4','2022-02-23 15:36:36'),('9c88691a-be70-40be-a01f-e5767d724ca8','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:17:25'),('9c89977e-a2a6-49f0-a4eb-9bf58d5c0aff','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:25'),('9c93705e-fda8-4e0f-ace7-0d9d21da0a2a','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 02:15:43'),('9c994eee-c3ab-48cb-ad5a-6b87aee4f23d','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:39:12'),('9cb49760-42be-4c49-a0e0-ca35a105540d','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:52'),('9cb5c030-0d09-4b93-8c3d-acbe004d6e63','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3YjFyK8Gx-9afzensTyh5vGFd6VpvKpJMffmCidbUfQ','2022-02-23 09:37:07'),('9cbcc9ac-0b82-490f-af29-896ef9f77a37','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:27:36'),('9cc1abe6-420c-4f3b-90e2-f8cc84643c33','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:49:50'),('9cc2faec-ecb4-4024-a857-679a83770e6b','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:43:30'),('9cc412ad-7780-44db-a969-e31b48cb645c','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:03:04'),('9cd05251-e79a-451c-bf86-a3b032dea5ee','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:02:52'),('9cda1b8e-0b56-4e9b-9b87-e2053d05f4ca','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:25'),('9ce0cfb8-d60d-424d-89c5-8edb4aeff23e','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:22:45'),('9ce5f526-6883-45c9-856a-23a91e6c996d','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:36:01'),('9ce873b7-496c-47d1-82b7-0fa65f7ef307','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:22:45'),('9cf464ee-284f-4985-983b-e25ae1c09d01','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:57'),('9cf87c46-571e-4a28-a7e2-5f29af958600','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:40:49'),('9d07499a-3216-4a0c-bd3e-0a8623a155bf','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:27'),('9d1ac1f5-fb23-4729-80ab-73d0efa35777','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:59'),('9d1f2ced-7e37-48fe-adb5-278ad1746d5d','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:04:28'),('9d251412-96ca-4b1e-b010-e0f7aa2a3f07','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:41:17'),('9d3a60b3-1f3f-40ea-b335-f8cd171cfa67','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYxNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fRUBA8LnQlAq-59uy6UkfPhCARh5b-GEZh9Q3bbv8qA','2022-02-23 10:16:59'),('9d3e5cf1-d198-4bf4-8e26-9a02ac8ce4cc','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:04:44'),('9d463f1b-34d0-4c27-a8cf-5234bed6ba09','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:12:02'),('9d5652f9-5a07-4516-b1fc-983873c4a507','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[11e012bd-6a0d-449e-a1c2-26766784d57d] 开始执行任务(1):回收授权到期后应用','2022-02-23 12:19:03'),('9d5b1e99-fd4e-45cc-8545-7d1e96ceede5','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:38:29'),('9d5dab8a-f38d-4030-bf65-d4e0644c6c38','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:41:51'),('9d6dfdcb-0508-4ef3-af97-5c6dc5f17872','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjgyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.krWbDbu7HqpRpgEiIRwago32Y1Q5gz6dH70fFh3IGbI','2022-02-23 13:40:28'),('9d768d1f-b4b6-4b88-a070-9fe5ac421919','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:14'),('9d7f3d96-cf17-4980-85f6-a70d266af7fb','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:04:26'),('9d8be882-5df6-4f31-882d-61f68ec210b5','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:29:01'),('9d8f6ee1-3824-457e-a64c-35f42ade93e3','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:51:44'),('9d985a96-eeff-468c-98c8-286606f57610','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('9d9aa68f-ffbf-4fa3-bd56-3eccc3cca3c0','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Tyb-UyJv37bys_hdzTwb8DofTeOLWsIzmGXiy_OTLnk','2022-02-23 10:33:17'),('9da39947-0a9d-4e48-b555-98eabd9da756','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:04:10'),('9dcdebf2-2bc4-427a-8e51-11a73d077788','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xvfmugcphZZOaaYiwn4FrbUtXKCCwFDcbcZ8X_CiGFc','2022-02-24 04:01:52'),('9dd08c2a-d9d8-4e98-9da2-705cdd43dc78','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:37:53'),('9dd203d9-a043-4e20-9f42-85edbce07491','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 12:00:36'),('9dd4c8ba-793f-4107-a23b-986ee213bb66','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:18:12'),('9dd77571-62d7-433e-95c7-87de62a9b6d9','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDAzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hEfEv2nugwBjlJShT6wOMEavSwraM0DDXcNE8It-iW8','2022-02-23 11:47:22'),('9dd900d9-dfd9-4d90-8bb8-f0ee11c48a23','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:53:57'),('9de3b401-608a-4a5e-8ac7-d58d14e52be5','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:47:16'),('9de889c4-1066-464a-87e0-f4fe57b22020','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:14:59'),('9def747c-0e47-44a3-b7d4-e32acee01d6d','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:27:27'),('9df37e3d-a301-4b7a-b52e-bccb755b7b37','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__sTBG6RC2iiovoIL5Y93&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('9dfa2457-0452-4b7c-a281-319473ae3e50','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:12:45'),('9dfcef8a-4051-41b9-b8f4-8f9f945bf101','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:19:54'),('9e02170a-a024-489d-9e38-5ce76725de9e','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:37'),('9e078314-fc97-4a50-bd22-352feebb58f3','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:49:41'),('9e07e050-4604-4fa3-a767-cbd700852db1','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:10:56'),('9e08560b-1737-49e4-89e3-5581730e63c5','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:35'),('9e1f4a96-72bc-4063-822d-3c1691037b79','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:36:36'),('9e201045-1b7a-4f28-befa-1e15a81f053d','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BWf3HyDuL0C8LxqFuLJV57S9jlUJN9TmiNbv_TenCcc','2022-02-24 03:55:36'),('9e23097c-eb90-4082-a3d9-6fe7b23cdb7d','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:40:22'),('9e2a66e4-44fa-488c-b03b-968ea7e34389','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:34'),('9e3451a5-cc55-4570-b5ea-a2960e63ba08','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:36:28'),('9e34f134-18ea-4da8-a53c-d98d4e28e924','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:06:37'),('9e3a749a-24e2-4afe-b99e-e6ee572ae763','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:49:16'),('9e3afe2b-cf4f-48d5-a100-6345ab062d97','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:29'),('9e45bc43-dc01-41d2-872e-26f98c78e255','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 01:53:53'),('9e471769-77c0-4526-a7d3-e53863f82154','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:19:19'),('9e4a82db-8ecb-4220-95cf-42effede4416','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:08:25'),('9e4cc884-67e7-4cd7-9226-c1abf31ec44c','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 07:15:43'),('9e4ccda3-a2ac-437b-a881-c7bb37ffd093','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:36:40'),('9e4f7a93-dd63-4a93-b1ac-de0a9e0d9ac2','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:47:16'),('9e71dd41-a45b-4693-8a0d-679161c6eb13','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:35:52'),('9e7908e2-0d6b-46a6-990d-d848c44cf19f','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:28:39'),('9e7a2bd4-f4f7-43c4-81a8-d08e591ac693','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 09:37:12'),('9e961b1e-da05-445b-8dcb-cb12736e132c','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:36:28'),('9eaf1330-5b25-4b73-ba34-e94585ea44d2','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:19'),('9ebc10a4-724a-4ce8-8d43-b9e44f129ade','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:03:02'),('9ec336ee-51b9-4986-9cd5-07a13c82bba7','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjI5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IjHX1OQez1A0QumCyfOyITfwCOYCouotBulEK67Hmpw','2022-02-23 10:45:00'),('9ec3e7d1-d39b-43a3-8611-1d2bf00678f2','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:35'),('9edc69b2-2666-4fbb-b5dd-26f8befba324','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:49:16'),('9edee864-cf9b-466c-8496-dd02ea721f78','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KTgvpsEJKjRamwdxx41ocmiR17ZfFME34CLxHOoZHPU','2022-02-23 10:35:15'),('9ee5b4c5-1ecf-4576-93d1-6b380df6d735','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.43US3r25x5RBcl7Lku9eXDAGrClJgRhfFmdubAJJMa0','2022-02-23 09:47:09'),('9ee9325f-39c5-44fd-a512-e4487da7cc7d','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:38:27'),('9ef18e53-3868-4c6c-8be7-800ecbf0565a','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:41:52'),('9ef25cb2-8d8d-4769-b03d-a5fcaee5f379','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:54:03'),('9ef4b726-3ecd-4de2-b082-e4f6aa051207','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:13:21'),('9efcd70e-19dd-4716-827b-a3d48be2d55e','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v7ZsjWjxx3UMkyk9dg4BNx8GaBC1W3M9JlakHaFhHbs','2022-02-23 11:28:59'),('9f041a02-be5a-49a2-9fb1-bb2374524492','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[058215f0-a458-4cae-a20e-39834fcbbc73] 开始执行任务(1):回收授权到期后应用','2022-02-23 18:39:03'),('9f26e992-3e8a-4e54-a4e5-53e6907bcf22','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645676191212\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:01:57'),('9f31f537-2563-41b2-9cb3-20374fc5fc42','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:05:42'),('9f3e30ff-f624-4f73-b779-6d55b043ce2e','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:47:50'),('9f412d1e-4a51-4872-87cc-b0b951569baa','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.To-ZycrKRUH80S91KapFRPt47QgOIo2xjFBqP03RHqU','2022-02-24 06:46:59'),('9f482e9e-4df3-4605-9622-40245a7030c5','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjg0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rCafVuRxkSfWJTRYcyYnKrCnOYVFK7I_pexMiPMgQ2M','2022-02-23 09:47:30'),('9f58a598-1c85-4ef8-a5e5-a13a79aab1b6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[394f0ea0-6cbe-4200-aabb-5e80048bb6f6] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 14:39:03'),('9f5d7c2c-6b24-441e-aff0-1fd742cfbc60','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:30'),('9f5f5d55-6232-40d9-b14a-f51d1070f6cc','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:25'),('9f6caf18-5bb7-42da-b5b6-69d881acd741','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTQyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-3CAcfKEtBSIooSs5rZd5Np3m6CcAe3Dzb7wHja5kmc','2022-02-23 10:30:25'),('9f71af72-a3b0-4593-9635-132a2a3032db','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:11:49'),('9f72a3b9-e49d-4b52-814b-1400897326ab','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 07:15:44'),('9f88f44c-655d-4a44-9968-36110eeb1919','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:53:16'),('9f900ebe-cefe-4f1c-b4fa-af5663b5c207','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:38:19'),('9f92899c-b55c-42db-b591-90f61ddefdbc','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:58'),('9f951b42-f69d-47d9-ad1b-346c1784e91b','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:49:13'),('9f976363-dd2a-4e5b-ad25-6ee001a7b8b6','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:40:56'),('9f9827fc-d78f-4fe8-b3d4-4c3bd66b9976','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:54'),('9f9d51de-bd4c-4d29-bad1-03831b1fc4a9','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:13'),('9f9fc4a8-a3f4-4c2c-8d00-aab10ad08965','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:15:43'),('9fb690dc-d4af-470b-8659-eaa3d45376de','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('9fbd47ab-4e7d-407c-bfe4-02cd9c55d5a6','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:53:16'),('9fc0df26-2cf6-4f41-b5f0-4e3dd5da56d1','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:49:05'),('9fc2eb1b-b48e-4e5d-a98b-2d865eaa4563','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:51:46'),('9fc96e14-d0e2-4d77-a39c-9972412c7b7a','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:07:02'),('9fca4b21-78ee-430c-840e-e45d850ec075','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:01:16'),('9fd51176-a6ec-4cfe-9f9a-8ca4398fe04f','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:31'),('9fde3ed8-7e10-44bd-8652-c5a8a8dc68d1','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[60f19b16-5a1b-4ff8-95f2-b336ce0e3f39] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 15:19:03'),('9fe46bec-e166-457d-90f8-2ba39f7cd796','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.uNSW8ohG8YsjPi8SjF8hh76RmVZj1FniUCrlUGAurmk','2022-02-23 10:35:22'),('9fe626a3-9eb3-4b0d-b6ea-f0011b8bbccc','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:40:24'),('9ffbbfa1-555b-4e9b-86de-1d60826661f4','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:57'),('9fffb60b-26ce-4d90-96d9-4876f82610a5','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 12:19:19'),('a00093ec-8264-4cf2-94a5-97f7486fd823','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:25:59'),('a00a5452-e352-4ea5-a38f-13525e32b689','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:58:04'),('a0112932-4015-47a4-a2d7-f546c322423b','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 01:53:55'),('a013c1d6-0e2e-490f-a34c-757f979db857','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:37:53'),('a016341e-7383-474b-a371-e68ba72f5e2b','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:38:54'),('a017216d-c19d-4133-a6b1-eb597cb50e8c','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:11:49'),('a0309c65-5862-4356-b5b3-4d14b81dc386','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:10:57'),('a0426353-ae2e-4156-a6a9-4b1a457ce317','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTUyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ks9tlGHFbxGtuEcXFQTfb9KstZm_6ee4t-_TykBBDyk','2022-02-23 10:32:05'),('a04a73f5-f63d-4d51-b270-497f7a9ac34a','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 07:15:43'),('a04d0c57-93f0-4961-adaa-f1b448945b1f','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:51:46'),('a04eef94-7970-415b-bd08-10e5894d9194','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:04:44'),('a0506268-be24-4694-9686-0570f1dac9e5','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 12:49:41'),('a051c40a-73dd-4f8e-835b-59bbdb534ca4','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('a05c4609-3a91-4d0d-9d49-82706c4085da','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.tNBhkPtY4fMhH_fAp3FDQIi8fFRlFzjSkgrGL0MS5aU','2022-02-23 10:31:52'),('a05da322-d81f-4a6a-8cd5-4c6b503bb928','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:47'),('a062479f-f167-45ee-91bd-107cdbc8fa2d','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQ1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.6RzxhSind0sE-PLcR0AlMM2MPLJnCmujtTsDnKO1ntk','2022-02-23 09:40:56'),('a06c5ab1-0f37-4fb8-a0b7-335d58beaad7','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:37:08'),('a06ecff0-4359-44cb-b370-4d45d4991bd6','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:18'),('a0721247-2099-4167-b1b4-d7d2288aa01b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[efcff4bd-4e15-4224-a63f-ec0f8076d606] 开始执行任务(1):回收授权到期后应用','2022-02-23 06:59:03'),('a0734d17-181d-41bc-8acb-5eddd2f74d6c','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:12'),('a08cbfe2-3877-4be5-b688-d56f9f9ccf70','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:49:47'),('a094d7be-3800-4d01-9879-4650e2207068','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:46:05'),('a099a554-2fc6-4f5c-8817-136bd1cd1997','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:30'),('a0b08396-3aed-4c1a-8051-c538b3e81d1a','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:04:44'),('a0ba98cc-b08b-47f3-b430-1f6919213040','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:29:01'),('a0cbaeb5-0058-47b0-91a8-81248be8c6b7','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:36'),('a0d0407a-1676-4ec2-9234-650ec3f59f85','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:19:47'),('a0de9d5c-6549-409a-83ac-c05fb52eed4f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:02:52'),('a0e0bbe3-9a9f-40ad-8e1f-52dbc7b62c09','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:03:11'),('a0f6fbbc-b642-4073-8c6f-680d7246ebc9','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:38:48'),('a0fa0c51-56c7-4640-b197-6d5cb1ec34da','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:59:36'),('a108b30e-11c5-4edd-8b2c-f331d873b0a9','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:02'),('a1138ca1-b9e3-4ce3-b5a2-7d7473d62503','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:14:59'),('a11605f5-90d0-416b-962b-d3acd951c4c1','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:53:32'),('a1303d2f-b4c3-4a25-932b-884f086dd663','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:38:48'),('a13608b1-9bad-43ec-ae68-103d2efd8640','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:46:59'),('a13c8b80-f21f-4ad5-ae13-1d890fcca2c0','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:00:59'),('a14293ee-fe26-4a67-9327-79b909d3f81c','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('a14e23b9-1479-4c9d-b3a7-5916645a2d3d','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:36:28'),('a1523f63-040a-44d1-bc4a-1ef968057d8c','YlI27GoWCoGsujYcqmY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YlI27GoWCoGsujYcqmY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:51'),('a15ac195-ab87-46bd-8388-e76265cb43f4','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('a15ee1d8-6b4a-41ae-b2bd-6d79298171e9','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 07:15:43'),('a15f6519-09bf-4279-af6f-316719a7445b','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:41:06'),('a16790c4-4a76-4de0-a386-cf051d5bc9b4','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:40:49'),('a16d944c-2760-45ef-958a-0885abf1f49a','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:13:21'),('a16ee184-e42b-4e80-9910-7cf735d60f05','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:32'),('a1816637-1378-4888-b4a0-c9b3c5730492','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:35'),('a18979a9-0d22-4c48-8380-149556073ca5','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:49:05'),('a189a241-8541-4f93-a164-a24ae9411247','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:14:59'),('a19d11da-bdcb-4ca8-b15e-c6b9af31dc36','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:11:49'),('a1a169fd-2d7f-4242-b384-39f19e481ba1','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:12'),('a1a5dd90-40ba-45a2-8695-422aaa33ed9c','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:04:19'),('a1aa1c0c-3da5-4384-9d7c-255ff3d99688','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 0','2022-02-24 06:46:59'),('a1b1f305-b74b-4149-9114-f772b3c92d4e','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:18:12'),('a1bd06cc-3d02-4d62-a300-589d39ce2264','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:28:39'),('a1c57a54-b5f3-44cf-bf51-94faade1a6eb','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:35:20'),('a1cc9a9f-0531-42d1-900f-f4b353c8f1c3','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:15:46'),('a1dd9456-d88a-4ded-bfc8-6b2e288bc3a1','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:59'),('a1e03f77-dedd-4324-b54f-edadbacb9d92','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:36:37'),('a1ea03d4-5ccf-4cb5-a41a-90c16851f88a','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.j7VoCvCS3_BvLkDNPGwI1jqf1lgM2CB21AYT8dD_7P8','2022-02-23 14:03:24'),('a1eb030e-4c12-44d8-8ddf-0eb156dc1f70','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:47:50'),('a20bb276-bb12-41bc-bd7b-bc468e9462e7','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:36'),('a225aef1-b556-443b-ab9c-76adb66f5682','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:36:01'),('a22f63ae-29c7-4a19-947f-4019ba5743bf','QMQuuWJYMP0zPTmOt4M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QMQuuWJYMP0zPTmOt4M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:41:03'),('a23959ee-3641-4e8e-bc18-9cde32a6f675','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:56'),('a241408b-ee8a-4ab2-8bcd-a000e528611d','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:17'),('a2439d10-a7b1-4887-9ba5-beccc8bc6004','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:45:00'),('a2454f8f-940d-46ca-8f63-3e1747aea225','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:51:44'),('a24588c9-6573-47b7-844d-d455dc4b48e8','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:59'),('a245d3fb-4375-4a0b-87f5-35f179792472','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:53:58'),('a251794d-60a8-45df-a117-f64c72673760','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:22:12'),('a2571221-5c29-4d71-9fee-b1a270212af9','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:37'),('a25bd4c0-4718-47c2-bfbd-0b2dbd4f6fb6','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:40:28'),('a26df8b1-8ec6-4798-9780-326497a23ff6','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:27:58'),('a27467aa-b597-4750-acb9-19b1e16859d5','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:10:56'),('a2781862-a1da-45da-bf48-0af5a04de8ea','ybgHjIwqHfjG2hBWpeY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615000479\",\"docid\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ybgHjIwqHfjG2hBWpeY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:02:09'),('a2827c26-d9b6-4db1-86ae-cfad5c87e6b5','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:41:06'),('a2900fe0-e1e6-452e-a037-e2eb2766a9c8','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:39:10'),('a29b17fc-4966-4a31-88bf-dab75d4762ec','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:47'),('a2a584fd-2fe4-4e95-9b0e-abeb7c251693','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:27:58'),('a2affe8a-1961-4f44-9afc-c8c4c3619677','FUIwIB7chZLXhHFXS1m','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FUIwIB7chZLXhHFXS1m\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:24:00'),('a2d147fb-7bf0-443c-aeec-62cfd1220bf4','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:39:47'),('a2d77cdc-b44b-49eb-89ba-205d2edbab0b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[92e00b39-c122-4e6d-856e-01b8b16041eb] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 16:59:03'),('a2dc5081-e78f-4816-b7aa-25c78557f3db','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:18:14'),('a2eae6c3-6d1a-4439-bf93-397a652d4c95','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:47:16'),('a2f2cbe5-1ee7-4d4e-9e61-6faa7db9ed42','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:24:02'),('a2f66389-207c-4b50-8af3-b37f2a4ac8c5','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:40:56'),('a2fccc0c-acd7-481e-a676-b654c5f3f4dd','kE35m6GkmpI7Vxl0PB4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kE35m6GkmpI7Vxl0PB4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:40'),('a306ee2a-6dc7-4006-95f9-ff85da0f266a','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:47'),('a3076aac-27c4-4ab0-b1b1-366268068a59','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:02:50'),('a307d97f-a0aa-44e7-887f-0252c904bc43','ybgHjIwqHfjG2hBWpeY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615000479\",\"docid\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ybgHjIwqHfjG2hBWpeY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:02:09'),('a30af1fb-e4de-4a7a-a600-4a00a7f3f257','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:41:52'),('a3247efb-98d5-4b6d-bf5d-f76fe873cc0b','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:04:43'),('a32c8857-a5b6-4d88-a96b-fec127c52a55','ydJ5hlN6KcrlMOIquIH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ydJ5hlN6KcrlMOIquIH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:02:45'),('a33806be-f0be-4a33-9ffa-cb41ebda3566','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:55'),('a33fa31b-4df5-4b69-bad2-d3917be2aa5e','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 07:01:37'),('a3431c73-7fcf-4dd0-9082-497a85993f47','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:55:37'),('a343ee0a-5519-4d2b-b512-1eff3b8ef7ec','3N6gw5dHlMRCPXYbCqu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3N6gw5dHlMRCPXYbCqu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:21:52'),('a3490c0c-c746-4a73-9e10-36f4ef215f59','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:05:33'),('a34d5349-3fcc-4e19-92fa-29f83ab30ba7','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:01:49'),('a35bba1b-6608-422b-99f8-08f01d52ad76','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:28'),('a35ee3c5-d8fa-40b5-a1b0-30792bd61f0e','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:49'),('a3628dcb-d6a4-4760-ad91-5e5614d809e2','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:24:15'),('a378bb3d-19ad-4c8a-91c2-660b110dab57','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:05:33'),('a37d2497-7e3f-4218-8ac6-74e808c709da','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:53:25'),('a3884a64-bdf8-46aa-83cb-d2c8259eb61a','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:46:05'),('a3a5a7b9-3872-4931-bf6a-f76e6eb28f93','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:38:48'),('a3bc222a-7f82-4604-bd75-42342ccd38a9','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:04:19'),('a3cc9316-03a5-4b6d-8df9-4c0ee838750d','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:01:49'),('a3cd15d3-278c-4fcc-97dc-c63db80380e1','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:58'),('a3d04d46-232b-4f74-bbcc-55cb712ff857','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8b09152a-6550-4ca8-8db1-1be3488a509e] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 13:39:03'),('a3d1442a-2926-4d40-8395-c8471c5f085a','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('a3dc4c9d-a34c-4042-8a60-0f5a4524195f','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:15:46'),('a3eca03b-66df-4986-bd87-3dafdd5fb16b','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:27:33'),('a3ee7df9-9f62-4de2-a0b5-371cd50f9b1b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:53:40'),('a3f6ac8a-07b1-468b-9a48-e7335444d5ec','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:26'),('a3fb0aa1-b5fa-42f7-a213-09cb6452ca5c','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.To-ZycrKRUH80S91KapFRPt47QgOIo2xjFBqP03RHqU','2022-02-24 06:46:59'),('a4022707-fc24-4727-99bc-2f2eea0cf3b5','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:24'),('a4095e52-90e7-4739-8cf0-4a28a859f049','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:08:25'),('a4169280-f84d-4b7d-9820-8309547b038b','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:04:19'),('a41a82f5-7b77-4b5e-a89b-24904a18e177','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1f06b057-c5b0-4744-ac02-bec5cd57154d] 开始执行任务(1):回收授权到期后应用','2022-02-22 05:16:03'),('a42126bc-f1e9-4678-a27e-32ff21d02ec2','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:25:21'),('a42805a7-3e34-457c-8d5e-a919460b15c2','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:18:00'),('a4340e1b-cd27-429f-a631-e5704eac5b45','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.K9sk5M-3n83QbRD0IXZ9PDkoUSnBcl9kJAhHGLuD3U8','2022-02-23 11:03:04'),('a43c2270-fc5e-40da-aac8-dac19c1740b9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[76e6afc6-a1a4-4998-95be-25fccd24f940] 开始执行任务(1):回收授权到期后应用','2022-02-23 02:58:03'),('a44a8cd5-8c41-4f1f-a7e6-6d27090a13b1','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:18:14'),('a44b5bf7-a3ad-40e1-ab47-c413064f0186','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:13:21'),('a46ba040-4932-4e32-b413-a17f58ae2078','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:01:17'),('a47a4242-a324-4b19-8e58-07fd3186649d','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('a4921ec0-2ce2-47ff-a42f-62f3b89a6fb6','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDc4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ioW2lxafoWxHK57IzpKKLLd-pJngFk7XNlI_Ebtc9pU','2022-02-23 11:59:50'),('a4a74aa4-6a22-4d1a-800c-4fdb8e701149','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:14:42'),('a4ad8283-b922-4414-8e0d-11073b432e8f','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:59'),('a4af55e8-2534-4c1a-9159-ad38c4b9ed15','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:13:09'),('a4b5db77-7982-4dfd-951d-271571bc1f00','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:19:56'),('a4b81662-ec0f-4bfe-ae85-f4b3241ec439','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RKE3t_RMDXdVs-okZVB17wIbssX0sxln5BE1KWeeA6A','2022-02-23 09:37:12'),('a4d4c89d-8d87-4f45-81d0-86c23e3b4396','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('a4daa66a-f107-4943-b987-be945b56b4ab','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjgyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.krWbDbu7HqpRpgEiIRwago32Y1Q5gz6dH70fFh3IGbI','2022-02-23 13:40:28'),('a4dc16a4-e2b0-4f37-a0de-4a6a42b25371','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQ1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.6RzxhSind0sE-PLcR0AlMM2MPLJnCmujtTsDnKO1ntk','2022-02-23 09:40:56'),('a4e22d0c-57a5-4612-b5e7-fad95b67f350','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:46:43'),('a4e7dbb8-72c9-483e-b9ef-7676b5f0c690','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[38c86cf1-0379-4880-947b-50fa0678c950] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 06:16:03'),('a4f53bb5-97e4-4f61-b1bf-f72941991d38','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('a4f8863b-ee77-440b-9f13-107423f96167','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODYwNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.uxbweq_lD-1OpAkVxHIUx6zJbOpQd4YgLowSxct7iZk','2022-02-24 06:50:09'),('a51386c1-d1b5-4101-a34e-d19146444e10','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:00:36'),('a5203edb-878b-4918-adf3-11adaf0a9bb1','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:35:17'),('a527fa41-75dd-4528-9a87-064924f4e287','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:09:38'),('a528e58f-11c1-4d3c-a74e-a15162ad544b','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:37:08'),('a52c19a9-1e30-4b20-879e-a013194db43c','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:41:17'),('a5363906-a26f-4eca-b729-bbc53c64074c','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:00:38'),('a53975b0-5d38-4730-a26f-b57ff72b584c','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:52'),('a54bb316-a1c0-42bc-9c0d-62b11407efbd','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:07:13'),('a5612229-c708-40f5-aa4e-99ed22d91f7f','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:38:29'),('a5669a14-ee50-48d2-9a44-3f34bee2f481','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTYwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.z0nmwgJL4ec9BlJC9vT8yK4fWfUG4xaLR5Q9f_Eoofs','2022-02-23 10:33:26'),('a56dffc6-961b-44ec-b4c2-0f3c7bbc6e10','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ncFAge0umtTAzkXWIOUk4Ggu4VUBUG9XcDGhk7SjlC0','2022-02-23 12:49:41'),('a588750e-54e5-42d9-b7d7-241c9194c7f4','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:30:25'),('a58a5070-9352-43e8-8ab8-a7ac4738e7f8','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:36:25'),('a5919759-b6e8-4998-b586-dc75bd674ee2','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gEAhIS9ifF350qYO3EjmYORHVQac_hH5VsgaDlXg6mo','2022-02-23 10:41:48'),('a591ee8f-2fe3-4e36-9473-b821353e88f2','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:07:02'),('a59587d0-2d92-4813-8fab-f405c447502e','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:04:19'),('a5a751c3-3eab-4320-b1c3-5bd0b1752045','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:35:22'),('a5b7ee2c-c963-4e29-bc39-92d51826dfe2','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('a5c0def5-69f0-40c2-ac7b-28435ee95be6','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:55:46'); INSERT INTO `sys_log` VALUES ('a5ccf403-329b-4c00-807c-8c91fa6a0627','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.6ZwUXGZPNBYbF_sR8CoeDvPn4XE7GZY7QDHbHFcMXa0','2022-02-24 04:02:25'),('a5d3eb46-e7bb-4d04-b4c3-c419929ec7cd','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:01:49'),('a5d54fbb-342a-4b54-8d6b-982c8431f654','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:53:40'),('a5e0ad69-3faf-4cc8-997d-d2f57c3d53e7','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:28:59'),('a5e3d43d-3e94-4643-bfdc-3c8f6fc26fdf','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.8OlYlgupdM_yTuYuciN3kjeAV9C0tbc_AxkZ0auTQKw','2022-02-23 13:58:04'),('a61695f2-ca6b-4257-b807-895ed85becaf','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:34'),('a61bc1f2-55b0-41f6-bb14-7dbe7537bc4a','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:36:36'),('a61fc7c5-4fb8-45c4-8b2e-5bd67d119ae6','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:03'),('a6210516-c40d-4ad8-bda1-176d49919420','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:35:17'),('a6282be3-1e53-45f9-9693-728e06561b49','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:55:36'),('a62857c9-98dd-4203-a548-f691c8c01a3c','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('a62939f0-9d76-4a40-9eb1-8e104e906b70','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:27:36'),('a62d31cc-5073-46cd-83d6-58d854f0f113','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:01:17'),('a631f29d-d976-435d-be85-8f6b3a556a33','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:22:56'),('a6343587-bc42-492d-89f0-a0209006d7ed','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjYwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Aoram7fin6vUWJQ9-gFa9m4PFXrbtjs0q6ZIBqhgGsI','2022-02-23 13:36:44'),('a63da947-fe59-4f79-bf02-e5ce2e9d96fd','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('a640e4ba-2230-489a-94db-6159e347ce1c','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:11'),('a646ffd2-ac31-46e2-a86a-797ecabed006','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:11'),('a64d2589-6aeb-4432-99af-a63013037a4c','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:31'),('a64dfd07-ae77-4c22-9f27-a599fd7105fd','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:09:17'),('a6535d4f-e172-46bb-a84f-77e922559ef4','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:05:21'),('a65b35f1-0bbe-4f02-9a96-e99355fcaab8','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:36'),('a6620e6b-10c1-4ca4-9738-299247189395','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:31'),('a6717444-f829-45ed-962c-4a116c5b3ed6','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:34'),('a673b583-ef2b-44b5-a991-6509818f7206','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:35:52'),('a67930cc-22af-4436-9a1f-e6f6c310852f','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:29'),('a67a13d8-80cb-4f5b-95b6-de5fcb10fb8e','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:35:22'),('a67ce36d-7ebf-479b-9e3e-69a618631b89','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7SLDQnKgqX8jdZd9Nf1E1ti0YUMACUKosCgW79DY2cs','2022-02-23 11:03:11'),('a6824421-8323-4ef6-8c49-a1344e7b2a8a','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:07:02'),('a68afa6e-c199-4ab0-af87-ca578b4cbd2b','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:36:37'),('a68b08dd-d327-4b54-86f5-133dbccea5ec','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:59:37'),('a68b4177-b31a-4080-b0c3-29183df214f6','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 07:15:43'),('a691e354-b394-4c9e-ac8f-9e2ccb230a62','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:36'),('a692e875-09b1-4ea1-832b-9ed9071f02bc','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:41:52'),('a695f0cf-1dd5-4c0c-bee6-c6722f23b5dc','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:45'),('a6b57dd3-1037-42a3-b654-5641c0ccf949','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:59'),('a6b5affa-184d-47cd-a506-b71a812126d9','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:36:44'),('a6c8d9ff-680b-4d0f-a78d-85c1104ad93e','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:46:59'),('a6c9f8a7-2ea0-40d3-a7ac-2efae593bdc4','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:37:12'),('a6cc564f-17e4-43d8-a8b7-40816bf31c5b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:49'),('a6ce0d1e-2abc-4768-ae2f-3bbb1d8d2221','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:08:25'),('a6e0f6df-b01a-48bd-8708-403bfec7c7d5','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:02:25'),('a6ef79a0-9c53-4d22-b14e-d1d5a411027b','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:19:21'),('a6f2c817-0c60-4c26-8532-f257e8b80bf2','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:37:57'),('a6f6379f-74a6-46b7-b587-4cb8ee746044','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:41:52'),('a6f809cf-b0f7-4fec-bddd-d2595fe87667','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:12:02'),('a70cecea-4e80-438b-8508-6a3f3e16e02f','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:49:50'),('a71b553d-4ffd-4a5f-a5e9-506f9352d91b','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:06:36'),('a71bb58c-ed92-4b3b-8e29-bb4d7d079efc','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 09:37:12'),('a71fc35b-fd20-4154-b018-cb14dc7b6272','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 07:15:44'),('a72d0089-c979-427d-b4e6-abc67d3e498a','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:35'),('a732ce2e-46e9-4dd1-86a2-30173d4e5fdd','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:36:01'),('a73e55ff-5f75-4286-a563-56716fc132b4','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:13:05'),('a73f2e85-86c7-4edc-b58f-a27e8c86699a','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:02:25'),('a7474bb3-796e-485c-af82-7c5f2a9556ad','WGDZDmbwfsIn1OeMCNG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"FkVdTMJsrE7Raa5Y4ta--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WGDZDmbwfsIn1OeMCNG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:22'),('a74eecca-4e4a-44ac-b41c-a3603229215f','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 02:15:43'),('a74f6472-cd6d-451a-97eb-66cd39ed1a3d','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:22:56'),('a7524389-4f41-426d-9bb0-6e529a747579','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:38:19'),('a752cdb9-07ce-4d83-9905-127a3b4f08dd','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:32:05'),('a7652da5-e364-4f2b-bc46-4c7f0b70f11d','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:18:12'),('a765761f-db5c-4c86-b723-be1c8505cdb6','3N6gw5dHlMRCPXYbCqu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3N6gw5dHlMRCPXYbCqu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:21:52'),('a76704c4-2ae9-4ba1-b1f0-0e4c6e4b5ee1','ynAuU0CGMPHLtkKXGuR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614792738\",\"docid\":\"Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ynAuU0CGMPHLtkKXGuR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:58:41'),('a7749eeb-6d07-4e07-b0bd-85bc647fcf66','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:28:59'),('a784bdd7-3cca-404f-8d7a-66ab5df8977a','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lyqeEi3DScLVYTbtiA501o-vg6hi6f3_orfs1tuN4_A','2022-02-23 11:04:44'),('a791e1b0-e210-4d1b-9d38-327ec28e4cec','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:47:22'),('a79ebd0e-b068-44eb-b994-6f939990dfed','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:25'),('a7a40307-71a7-40d7-97e6-27453d684749','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[745dc6a0-2d60-48b6-99dc-cc966cf048e1] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 06:19:03'),('a7ab4ebe-5d7a-4331-b0c3-d1861334bb0e','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 09:53:40'),('a7b0058c-ee71-4189-bed5-93f03f13dd17','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:10:58'),('a7b3ad0c-d495-47cb-9178-01c4b271c3c6','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:05:40'),('a7b41448-a19b-42ff-864f-65d4959cd99f','TydvtC5eWwxRf39slUh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611856697\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TydvtC5eWwxRf39slUh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:09:45'),('a7c5208c-f151-4b0a-a522-9fc23a9a899f','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:04:39'),('a7d7fed3-a186-461a-ac64-b7da8e8d81ef','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:36'),('a7e1202e-0e14-4c11-a02b-3cfdd1665401','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:19:21'),('a7ffc4ad-f555-4382-8606-72e820fda1df','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:02:11'),('a80d3887-1e12-4aff-ab7c-aa1af40d51ca','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:00:56'),('a8256198-e298-4a73-bda7-5214cd7f6d7c','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-o3supv0-LFsQoeyCSoZgutSyngz7tVbqQJRQFI8zTo','2022-02-23 11:00:56'),('a828456f-8b46-453f-a377-249a88c46753','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:10'),('a8428206-6aa5-42fa-bdfd-f9c662106909','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUyOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Qhh9FCGR9R8mWn7KkCRY05KfvYoWAcGWTs7Opx6UcyI','2022-02-24 04:02:11'),('a84aecf1-7942-43ed-baa2-88a3d1f25e8a','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:33'),('a84bd96d-8e88-4008-beb7-e1cb5745720b','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('a85e7f12-5445-48ed-8f03-089c7a54976c','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:12:45'),('a85ef288-63b1-43a3-8c3f-333b13edcd1f','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:08:25'),('a86efd3f-e6f6-43b0-86c5-afeb5673a4f4','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9b344e67-f1ee-4f2f-94f5-e1f5fd8751ec] 开始执行任务(1):回收授权到期后应用','2022-02-23 13:19:03'),('a8729401-9d61-4c06-8a3b-2f176b4351f4','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:00:35'),('a876ce44-26e4-49b6-9167-7fbfb0eeb161','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:46:05'),('a893a797-2751-4d3e-bf41-047506bde2b9','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:40:56'),('a8965479-2c75-4326-b760-84cfc458332e','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:41'),('a89848e9-758f-4307-86ce-77f0e850d7f2','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:49:47'),('a89c2d08-a44c-4465-92f0-6959a4b31e32','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEzMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TuHMrbIcReE69VxlGeozc6w7dQKYLyeLCKqtgZ32XsM','2022-02-24 03:38:54'),('a8a7f8a7-bc80-400e-839b-b44ccbc4edb5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NkLTaVihcg0YJSEIS2cNghQHefJwtn15uz4yUefBVVQ','2022-02-23 11:02:52'),('a8ab1f4c-915f-49e7-8060-54ff76d2bd19','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:36:28'),('a8acac4b-8b3b-4ded-8ff1-6bb3beb43a74','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:37:57'),('a8b5e96c-61ca-428b-a349-898535d4bce7','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:04:28'),('a8bee742-e807-4e0b-b62c-3623d88a3863','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:07:42'),('a8bfff04-6f28-4a86-89c7-5b189b31b751','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:10:58'),('a8c58764-2303-4a6b-ab28-4b2c6d5af9ca','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:09:17'),('a8d54126-584b-4a10-8f7a-4152a4a40e9c','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:47:16'),('a8dff05f-791f-4f4c-a007-4ae30df2965d','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:45:00'),('a8ef8264-4292-41d0-ba59-80047c2c4753','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:36:28'),('a8f104bd-8fa4-4e45-bbd0-8ddc67365cde','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 01:53:55'),('a8f8685d-4525-4286-8666-006e815db880','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:00:56'),('a8f972bc-72af-4eca-91ee-7e5aa3c9fb82','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:49:13'),('a8fa304d-014a-4802-b141-69d8acd548f1','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:36:33'),('a9073da7-9be9-4cfa-8b42-b269709ee3a0','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:05:33'),('a9238f4e-bd60-48b5-9295-ba4818a1f0c5','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:15:46'),('a928fdc2-4fa2-4335-afa9-0276d2160be6','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:27:38'),('a930eb39-85a1-47e8-b4bd-5e87f8385c1a','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:29:01'),('a9383d7c-6986-4a4b-b3ea-2a60ef390093','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkxNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jZfMcECYiIYYYHjCjT8U9noXrF7f4VxkIbkM3W35Xzs','2022-02-23 11:28:39'),('a93a8626-ee59-4df7-9996-54fb00ad8fcb','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 09:07:42'),('a94229d6-84f4-4f35-aab9-c0452012c41e','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:02:55'),('a94a6637-3626-4626-8aaf-8ac44e00d67a','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:37:53'),('a94f2aa5-cdf4-40ca-8ea7-0ce019d59bfa','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:39:12'),('a953e39c-f1eb-4b85-b956-ee672af0f805','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODI1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.wCIRmRcvP4uUo4FMpGljjhpKjsZdKHWRIBzDM4mpaFo','2022-02-23 14:04:19'),('a95879fa-4b18-4617-8d4a-c142974bbdfc','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:19:47'),('a95980b4-81f1-475c-aa26-2239e542b90b','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:30:25'),('a95e73af-c577-42c7-95c8-4ab58678e3a7','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:48'),('a96ca77e-8651-4610-8d1c-e2eebcf32a53','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:28'),('a972c7b0-8fae-467c-9203-3a5c90e7d522','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:04:19'),('a97931d5-67b6-4910-9c90-9b251d93a4d3','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 02:15:43'),('a97eddaa-3d22-4e73-abe1-c91c406b033b','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:55:37'),('a98a6ef7-1cb9-42f2-bc4a-819cd1a03366','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:55:43'),('a98eb566-a3cf-44cd-964a-a424b4f16cb4','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:35'),('a98ebfc8-5761-4955-ab6a-7f5a15e49762','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:37:12'),('a9a11595-0b9e-4b7e-915e-e8d507d1a770','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:32:05'),('a9a2b921-9703-4f29-8071-0f05f7f3756e','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:45:02'),('a9a4be6f-a33d-43ec-81c2-ccc3169d4331','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:58:15'),('a9bfc353-47f1-4e45-8bd4-849771dc9b0e','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 07:01:37'),('a9c1ecae-e3d0-4eec-8894-7fcc322437fb','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:36:36'),('a9cf057d-4d56-4753-ae5f-27c1f512ef23','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('a9cfd4a5-1944-4fba-834e-2a6b0a2906a0','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:47:52'),('a9e2dbfe-28f4-4776-8c97-6678427e7eb0','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:00:56'),('a9e42059-cfdf-4d08-8309-371a39310796','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('a9e7d440-9839-4446-a60e-95f8cf512fe5','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:08:27'),('a9ec1034-5928-4983-a101-61143a27f70a','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:29:01'),('a9fcc2c3-9a06-47c3-90c9-4bde4984cd86','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__10oAyTVxwOhXa88v1Bk','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__10oAyTVxwOhXa88v1Bk/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__10oAyTVxwOhXa88v1Bk\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__pIGUuTBCIzXZvRcob8K&opentarget=detail&linkType=01','2022-02-23 14:03:24'),('a9fd9e0b-863b-4e06-83e6-0ce07e0a3c25','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTUyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ks9tlGHFbxGtuEcXFQTfb9KstZm_6ee4t-_TykBBDyk','2022-02-23 10:32:05'),('aa01c900-8509-4424-a1cb-9e481509e301','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:09:38'),('aa044c07-d67f-4039-b9a5-f22b3ccc5be2','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:28:39'),('aa0ce307-00d7-4798-afa9-b4f982c9c2d8','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:06:37'),('aa0d4d06-e48a-46ae-b971-2314ce6427d5','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDA0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oJXR6L9zFic-jxQsczw5x4pZZb2bHqCHR6IjxxlyyUQ','2022-02-23 10:07:30'),('aa1cf0fa-a4f8-4669-b680-cd4c40fad3d2','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:59:38'),('aa24a5d8-2ae0-444d-bf79-618aff5d76a4','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:55:46'),('aa3fdd68-be15-4dc0-bc0e-169835bc4b7b','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__S1C6VJgKq1UVN6fwxfq&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('aa525924-c499-40c8-b172-55e2a15e9618','yBKw1gBfLKpoT9Lxuvi','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yBKw1gBfLKpoT9Lxuvi\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:22:16'),('aa5670ab-7d43-4a9a-8f3e-44948bca3b65','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e35e8e56-695f-434b-b320-47fbd2b0db36] 开始执行任务(1):回收授权到期后应用','2022-02-22 12:58:03'),('aa56e999-c0b4-4418-a29e-f3843da0d6e3','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:07:13'),('aa5c1c9e-b470-49d8-b03c-127e8bd652aa','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:21'),('aa5e01a1-432a-4e94-ad37-e9ce38f0ee83','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:00:59'),('aa625a01-8064-4f4e-a67e-92bace99f43f','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:36:40'),('aa6eb51e-0038-4047-acd2-c829f4f019fd','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:18:00'),('aa769693-ee5f-4cf4-ad91-7f6a90e0fef8','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM3MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3IxTlE9MBd8w_g93O1Xc8XiVwtcyoQuameVRsyQ0u_Y','2022-02-23 11:02:55'),('aa77e92d-3b52-41ff-bc5f-fc0df99c19a2','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a2c057f5-6a28-4cc3-b3a4-ed7d8fdfb3bd] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 05:56:03'),('aa864896-a028-46cc-b8fd-47dd204a3a7b','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:27:27'),('aa8869e4-d49e-478e-a63b-8cc85de90fa2','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:48:21'),('aa8b0228-a84b-4bed-8e2a-8c403f30e3f2','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:25:22'),('aa8e0fcf-a732-4b62-851f-138843b3288c','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.FRmpIhZ7dC3JlJvIjnhDth6RF5iNOHIHGq6NwtCnqFM','2022-02-23 13:36:37'),('aaa8afdd-56a4-458a-bda8-cfc59c170606','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:36:25'),('aaaeff46-4f0c-448f-9c05-cf01b06e4c50','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:00:55'),('aab0a677-87d2-4010-ab97-ae7a9c2b8984','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:18'),('aac2c604-1a57-4ff8-b2ad-bafbb525e2b8','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:49:41'),('aacf227e-168d-4500-a4c5-2968a9de1221','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:26'),('aacfcfcc-1055-4f03-adb6-00da42c5a2e2','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:47:16'),('aad31c11-8fa9-4668-8bbd-b33036227727','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:36:40'),('aad586b8-1b62-4f4f-91e5-272f9ba77d16','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:38:29'),('aae0a292-2763-4304-87c2-8981e195efc2','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:52'),('aae6032d-d74e-4ebf-9e48-86e9b0883eee','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:30'),('aae7169d-6914-4178-b569-7f5e4a814bc4','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:53:32'),('aae780d7-500a-4578-a5cf-b40b9075c05c','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 01:53:53'),('aaf227f8-3289-4837-a469-e68564f42b19','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:55:43'),('aaf365fc-273f-46be-9682-bbaab13c7b35','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:53:57'),('ab03c724-7619-434e-86ae-c63f64467448','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jp2WPnR7WW6MNew--Pd5A_49tyN9poncK5KIVUPES7w','2022-02-23 12:19:19'),('ab0c153c-6316-418e-bfe8-739b7a26f5f2','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:24'),('ab1cf053-b346-4e0a-8d53-b0a5f9417161','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjYwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Aoram7fin6vUWJQ9-gFa9m4PFXrbtjs0q6ZIBqhgGsI','2022-02-23 13:36:44'),('ab2186a8-8691-4c1b-8a40-a36f75759849','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__S1C6VJgKq1UVN6fwxfq&opentarget=detail&linkType=01','2022-02-23 11:02:54'),('ab2949db-fbe4-4920-89c4-a71790432839','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:13:49'),('ab2dcb5d-016f-4aaa-86ba-6db6f40964d8','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:55:46'),('ab324067-e035-418f-bc66-a42715afb998','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:09:17'),('ab34f9f1-5319-4dfd-89e8-e6b5137f16a7','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:37:53'),('ab519081-7b1b-47f5-b131-ba463639cd9b','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:27:38'),('ab588591-3967-4583-a2ec-8549f4b0043c','9cZjcpXClMUdt5F9Xsy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9cZjcpXClMUdt5F9Xsy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:40'),('ab5929d2-a444-440f-8d46-70e5fd71cf02','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:07:13'),('ab6bb9f0-4eb4-4c9d-b8f2-df5d5b6c7635','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:49:16'),('ab6dae02-c56e-475c-ac84-f52a914ad010','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:27:27'),('ab77636f-e9af-4929-b85c-9102c996c742','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:05:42'),('ab892ac4-9a43-45b5-89b5-7b36525bcd79','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:05:21'),('ab938e6e-60b1-4b6e-a21b-97488d5389be','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:02:50'),('ab9777bc-cf13-403c-9b66-ffc31aaa8360','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:36:37'),('ab9cb6f5-3c76-4713-8f2a-58064fde3413','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 01:53:55'),('abb07f8e-c904-4838-a1a1-bd4df39b0312','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:07:51'),('abbba920-9d97-4208-a6d7-227f6bdebe83','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:49:50'),('abd820ff-82c9-45d5-ac6d-643613177561','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:08:25'),('abdece23-a6d6-42d9-9b95-39c9331db0d3','3IwMDoMKfU5TThKtHp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645675696704\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3IwMDoMKfU5TThKtHp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:53:43'),('abee7ab8-7ebc-4bcf-a16c-90143c586c67','wmYgRlpdvlappokXBJW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wmYgRlpdvlappokXBJW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:04:26'),('abee9aec-d081-4765-899b-a992d1393290','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._wQJvPCgviNTf_ZRJn4NIhVWM2VNvQIUYvoOqv5h7Tg','2022-02-23 15:39:02'),('abf3c24a-2d42-4e74-bf08-942347a473ee','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.0t1-prVCwkZbSTVGGOnkfa_G1rVOImSKNX3Ax4mbWyY','2022-02-23 15:22:45'),('ac05be94-9a62-4fa2-954b-04c6f3222ecb','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 01:53:55'),('ac0deef0-3a4d-4d52-a42a-1a8a9421fbc1','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:19:47'),('ac119cd9-2257-49a6-b2bc-52dbf1ecc281','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:05:42'),('ac1a5deb-90ea-43a0-a5ee-9e3423a780db','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:57'),('ac1c7173-036b-4bc4-8a89-7308f1ff3d27','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:12:45'),('ac1e4b64-f783-4a28-94c1-83e06cc1e663','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:09:17'),('ac299b57-96c3-410e-8fe3-d4491fed02cb','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:08:25'),('ac2d7377-68f3-4741-98f7-ee055e73f789','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:03'),('ac30f2c9-117b-4fd2-96d7-52013f19599f','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:42:04'),('ac3417e5-b412-43ed-9d61-d03a1d44e911','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('ac3a21c5-5f31-4326-ba0f-d51af80aec52','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODI0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.kMYeJmgd0vDo9Rqdswoj7kNPB1wR2nq9TNoUKPY8r_A','2022-02-23 14:04:10'),('ac3e7fc1-3add-4c13-966c-79097fa50821','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:22:56'),('ac5da3d1-92d1-4bf8-b3db-bad822333200','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:31'),('ac5ea40f-2a03-42b9-8fb3-e07f61f0f751','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:12:02'),('ac602af2-0e3f-4a4d-a1f7-51285ca5ae81','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:49:05'),('ac70ea2e-86bb-446f-a97c-aebfc403ddae','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc5MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nr6skzQ5jEcIF5VhD26I7f8ypNa2K7gsyCXtIhvMjbU','2022-02-23 15:36:33'),('ac7fd168-e6f8-486e-90d5-703392365e66','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:40:28'),('ac941752-26e7-422e-8247-1e88748954e4','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:11:49'),('acace387-d928-45c8-ad62-046d130d4b87','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:29'),('acb3e2b5-5f79-4315-94a7-9a26d05bad04','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:25:21'),('acbf36e3-b5ee-4061-841d-df4ef28dc17f','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:53:25'),('acc0ead7-b2d0-4785-89ba-295dc1964d98','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:36'),('acd647d6-4565-4b54-aa1b-157b387707d6','0rfrS10XHN5ALgTn7Tm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0rfrS10XHN5ALgTn7Tm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 10:09:17'),('aced4c58-74ca-4091-afbe-660dce43f66e','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:47:16'),('acf08227-b032-422e-9589-b02187a60a4f','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:13:49'),('acf15a32-d807-4b2f-af01-396d9d4ba15f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:09'),('acf445e1-d606-4103-97cd-884de17d9616','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('acf8f4ca-f06d-4592-bb39-d6c086df0585','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:02:52'),('ad085412-2208-492b-ab87-9673224bd631','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 01:53:55'),('ad0d3fd9-644a-4192-bcd4-7e283bd92947','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:49:16'),('ad0fe30b-19da-4517-bee0-a08ef4471237','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:12'),('ad1321f1-51ab-41b6-a85e-aa90bc9e5cfb','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:18:12'),('ad1b50bd-c77b-45d7-87c6-21ce746f4dca','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:28:59'),('ad1d9749-d26f-4e19-86ad-fae89bc88a9e','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:54:03'),('ad232b47-ac0f-4112-a120-6d1a01bd716f','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:09'),('ad2bc7b8-fdf8-4b49-8484-4a1e2b98b441','kt6r3JJNLCPqyGzsyuy','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kt6r3JJNLCPqyGzsyuy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:50:09'),('ad34f4fb-8474-4d65-862a-2658d0f7bfac','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:40:52'),('ad3972b1-31ab-47d7-a599-25e42b37fc9b','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:48'),('ad3d2d9f-2493-4463-8fa3-dbe291368b43','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:01:17'),('ad4fe8cb-e766-43e8-b6e9-7329b709fdd7','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:49:50'),('ad5a225f-9bd2-4140-937f-dacab350e95c','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:40:28'),('ad8d8955-f066-4725-925f-be3cafac00cc','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:27:33'),('ad8e3257-dcca-4fdf-9858-d48c55c43038','yBKw1gBfLKpoT9Lxuvi','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yBKw1gBfLKpoT9Lxuvi\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:22:16'),('ad91902b-0645-4c1d-9760-ec2401e29801','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-6gcAlwAlSdKA4R56DB1kYTsVXgz3IKHwYAubUO96FU','2022-02-24 03:39:47'),('ad9ce786-8c8d-4c8e-89cc-e9c219fb361b','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:04:44'),('adade65d-0f08-4ddf-bcd9-8934e4b30741','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:47:22'),('adaf365a-b8cb-4eba-b7d6-edae57a64824','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:19:47'),('adafa7a2-f188-465f-a835-1162b8ad25f3','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.K5ekiegvRbcg6b_n2KpfqmupnmnEu7YyrA9p0IYgl_0','2022-02-23 09:39:10'),('adc053fd-c650-407b-8055-9de529d4000f','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:51:44'),('adc2b172-9166-4046-bf5f-7a1aec2227d1','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:36:25'),('adc68dda-868d-43ee-87a9-45ee689175cc','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AyEsOMd3Nn5VIbduYd85PBAZ32k-uqEmzkSVIhEcXpk','2022-02-23 10:07:02'),('adcf2f4d-b524-4bab-bc38-ef4a12aa19a7','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:59:36'),('add3a215-0d71-446f-b966-d6389055a90f','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:35:52'),('add49154-ee43-40c2-874e-a0f54cae6aed','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:39:15'),('addc01db-ea29-4e80-be77-146dbed3a850','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:33:17'),('adddcbc8-c13f-4f00-b223-86555f7909dc','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:04:26'),('addf7682-5468-4e64-a408-fabcb361d305','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:41:17'),('ade4fcce-d142-4181-9ae5-efcce372c734','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:47:16'),('ade993b8-9cc6-47b6-89c2-28552c669481','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.c2Qjg_qmZ1ud1Nifg5_MgsVbm5PWHKfpdz1tUJmyqmI','2022-02-24 03:53:58'),('adf03da2-7810-4ad4-890b-2e753d88611c','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:20'),('ae009049-3244-451b-9772-edf4dbe07321','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('ae00d74b-08b7-4c3a-8fe8-389f3e852f93','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:38:19'),('ae02d23b-779e-41a3-893a-5b220f15a794','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:18'),('ae0a7c97-0783-4599-b219-31c83835f5ba','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:36:28'),('ae0d46f8-19a4-4359-9921-58315f579aad','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:54:03'),('ae130adb-ed03-45db-9e8f-fb748695d8d7','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 01:53:53'),('ae185e98-3390-4b4b-8c4c-0f67634887b1','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:53:13'),('ae1d87af-884b-4395-9977-a6659e104a82','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:35:52'),('ae21527d-817e-4413-a30f-b168be81171f','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:41:04'),('ae2372ac-53ec-4f2e-a6e8-2b2d36750621','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:37'),('ae28c237-8a15-48d2-b9f0-526fb83f7be4','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y6xgOIzJ3nHQ3kanSYp_NiNA4lHSepRnmrrr0y0cBR8','2022-02-24 01:53:58'),('ae300f50-2ca5-4946-bded-f75848c13d51','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CEM7dg-S6Y9ZKI8kHbV1wxG3ELRmmfwR4dizGhoGBLk','2022-02-23 13:59:36'),('ae36d252-1c30-430b-89c8-5651e3dd1ab4','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:25'),('ae392528-312b-42d1-b9c9-162faad99cfa','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:25'),('ae3e7b3b-26a1-47ca-aa42-c61c6665c3a5','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.0t1-prVCwkZbSTVGGOnkfa_G1rVOImSKNX3Ax4mbWyY','2022-02-23 15:22:45'),('ae565d09-32fe-477e-8212-39afac996f35','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:54:00'),('ae585708-e96c-4489-af2e-4c27e8f6ef15','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:27:25'),('ae5bac7a-3a2b-4ebd-b548-8e6b292b061a','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:18:12'),('ae5d7164-0588-4f47-b7bc-2de508df7fb3','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:25:21'),('ae5d8fdb-6de2-4a89-8a65-802ca3e68576','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:12'),('ae666a94-af27-4af1-ab19-4936dbd7f63d','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:27:25'),('ae69ead6-968a-4f6c-9ab3-559066166a27','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:12:45'),('ae6bb9af-34b7-4da0-87de-9f2a590edfa3','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[0f24eff3-1e93-42ae-b27e-669de5cf3cbf] 开始执行任务(1):回收授权到期后应用','2022-02-23 08:19:03'),('ae70bb1c-0c80-471e-877f-9bcafda7909b','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:02:36'),('ae730c9b-8308-4593-8f96-0e6952971b9a','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 01:53:58'),('ae7d58d4-74db-4dd0-9166-a90787b5c6a3','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:54'),('ae8efba3-22ad-4f26-b3c2-d766e195160c','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:36:40'),('aea44f0c-d4e5-4da8-bdaa-66183d3d8131','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:36:25'),('aea5d359-face-4a7c-a326-ea12cad69012','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:25:21'),('aea68bd8-3595-4bcc-98aa-cfb8077b69a8','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:09:36'),('aea79743-be2b-4740-959f-1f18659c4acc','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:24'),('aeac8d5e-3d54-4826-8b2c-40f7b80883de','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:52'),('aebc974b-4b55-40b7-b69a-47fcad624f97','W8FntFJGjMppi0G011d','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"NoHa8zJ97zuADzPUE2C--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"W8FntFJGjMppi0G011d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:41'),('aec5f310-0056-4608-9e9a-1595c998fa4c','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:40:52'),('aed4ccee-e988-4d07-b544-6c0f340442e0','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:05:42'),('aed6ec0b-5b13-4733-b652-d403d4706fb9','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:07:42'),('aee75f87-0543-45b1-9602-7486b63f861b','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:59'),('aee8fde1-ca20-4457-a3a6-23b22ac5c0cd','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:51:44'),('af00294b-ab10-45d0-8983-8c68c2503442','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:53:40'),('af1005cd-28e1-4501-a975-48c230754e00','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 06:58:15'),('af25ca36-aeba-47ec-8b4b-cbed88b1cf7d','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:36:01'),('af3c091f-9846-46af-8cc5-6cc418045642','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:04:44'),('af42f38a-ef23-400f-bdd4-5790180cf8dc','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:35'),('af45a192-327b-49ee-8999-d96b52692f12','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:07:02'),('af4d6e4f-f529-413c-8b23-5805123ad31e','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:41:16'),('af534bc7-d974-48ff-9135-95bcdef4e211','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:19:56'),('af7250f8-a3ae-4988-b3b2-c2d633cad6f6','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:45:02'),('af7c2772-44f4-4acf-96ce-69b71836bd92','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:19:47'),('af7ceeb4-5afd-457d-97c7-d3287fbee31f','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:05:33'),('af90770d-a610-4176-94e9-e2a49ccfc59c','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:13:49'),('af908122-ec95-438a-bb69-cbbb8e4c0829','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:55:37'),('af9b6c08-a2d5-4e4d-8985-e3775626eb97','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('afa101da-c436-4555-a61f-e5543684a3f5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:30'),('afb4f5e8-b716-47d7-86c3-08a1541f171b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:53:16'),('afce1f0c-aef8-461f-a6ac-99b1132a92d6','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:08:25'),('afce8052-7885-4ac5-a224-5bc6f440e722','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4c901ad5-1f7c-4b00-a917-36aedbad8bb8] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript]: exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;;exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;的执行','2022-02-22 02:43:09'),('afe17ccc-83e8-4ae6-aadc-3b003b24f48b','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:50'),('afe99e20-b3e1-470d-b2a2-387d862662d5','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:12'),('aff051d9-cfae-40a9-b808-65c3254e31fc','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:41:17'),('afffcb65-c9e8-4cab-84e1-a653217aad2b','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:58:15'),('b010a97a-6ac4-45e0-b7e1-c3967421ef0d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:39'),('b012eae4-7fa1-42e4-9aa2-f63f9adbd96c','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:13:38'),('b021c9b4-8b4f-45e0-a450-717bb41aa0cf','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:59:37'),('b02b7cd4-e326-4141-b43e-4af191a0b836','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:01:37'),('b04329ba-29dc-4264-9c5b-a98ffc470591','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9ce8a432-db18-47c3-b763-5b29f6f4f672] 开始执行任务(1):回收授权到期后应用','2022-02-22 13:58:03'),('b045e563-8df6-4e7a-ab3c-4160ec12c619','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:09:17'),('b0483294-c811-4a33-8292-0b8c43f3381f','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:27:27'),('b04e9858-ba70-407e-96e4-45cd13d2cc4c','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 07:15:44'),('b0572324-742e-49cb-93bd-c5d9e8b4a2cd','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:19:21'),('b082fb62-230b-43be-abc7-11187b5e2812','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:37:53'),('b0886ab7-7844-46ab-b058-817777b768f7','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:58:00'),('b08d0d40-0581-42b4-b961-9f402d4b06a4','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:49:47'),('b093143b-bd1b-4f74-92f0-2bc04ae6ef92','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 01:54:00'),('b09f9486-8c13-4459-8a22-7c4867f74a77','Wh4KXIDMVVg4ENs5xzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615007929\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Wh4KXIDMVVg4ENs5xzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:02:16'),('b0a3b07a-4511-4324-bcf8-463b444415a9','5kJjOd7lsNXIKJ1yVFG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614838136\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5kJjOd7lsNXIKJ1yVFG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:59:26'),('b0aa18c9-81d3-4dd4-a94f-be90fbb60fe5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:03:10'),('b0b9c5eb-5cff-4083-911c-ab8781f2b4c6','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:50:09'),('b0bfab12-767d-4c0a-9bf1-19698fc8705e','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:14'),('b0c3e6d8-e027-4279-9588-ffb350f65f8c','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Q7-l6IGc78-66U7CHNwxJUCzkZxcELgMLA8-Thw3cgo','2022-02-23 12:19:21'),('b0cbd5b0-71ca-49d2-9907-d88061ce4f8e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[83bd63e0-f2ca-4164-aa69-2e7e0f46650c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 04:16:02'),('b0d8b7bb-3cb5-44b9-8144-aa462909df41','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:02:55'),('b0e723b2-5b4c-41ed-bb8b-d0b8dc7fb808','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:53:40'),('b0e7d2e7-464d-4d56-bdd2-93f80fbce63b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BauiT8wakl8Xo-vXbAcylVQQrRYvDkHo1XxcrX7wK58','2022-02-24 04:01:31'),('b0e9e0d3-bae3-4d7f-b86f-29da54885d52','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 01:54:00'),('b0f0cd78-89b4-4f98-adaa-834a4499c37a','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.c2Qjg_qmZ1ud1Nifg5_MgsVbm5PWHKfpdz1tUJmyqmI','2022-02-24 03:53:57'),('b0ff5545-b278-47ee-ba84-17e79d43f02f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[93e20285-a997-4c74-95db-d5d4685094cf] 开始执行任务(1):回收授权到期后应用','2022-02-24 03:39:03'),('b0ff8782-73f7-4dc8-af1c-d67813969035','80Fmy7EHkI3SKZnCS1l','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645624335130\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"80Fmy7EHkI3SKZnCS1l\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 13:37:43'),('b10068c4-a4c6-47d7-b344-c018d3564242','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:09:17'),('b10885cb-95af-46e2-abce-cc9fd0715764','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5c089353-1668-4916-ba2c-1026868be4c6] 开始执行任务(1):回收授权到期后应用','2022-02-23 23:39:03'),('b11bd55b-efd4-407f-94a1-c5cc06418502','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 03:39:14'),('b11d5fb4-40cf-4ec8-8788-6bd6b70c8f3a','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:15:46'),('b129477f-2450-4219-b7c7-2cacc0ce0952','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:56'),('b12e80cb-9657-4eb6-acfd-66308d24e596','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:30'),('b13c5d3d-7ca8-487a-93a1-bbb31c502879','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:59:37'),('b13d1072-eaf7-4c3c-ac03-6e65ba4e3efd','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:05:33'),('b1416bbd-3a3a-4064-8aa5-9538d4fffed3','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:36:25'),('b154f8f7-d14b-44b8-99a6-b9a3352b5861','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:01:49'),('b15c691d-1ee1-4d70-b1d5-7ebabe9ce472','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:27:27'),('b160777b-58ff-4c53-b522-fd73da813a89','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3f437afb-2c54-436f-9930-e0b8550aefaf] 开始执行任务(1):回收授权到期后应用','2022-02-23 13:59:03'),('b170e7cf-1a52-4dc6-9280-8c64e9233740','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:36:33'),('b1771f28-e34a-41e2-9e75-ae3ae6fb9ecd','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:31'),('b186bccf-e5e8-4521-abce-e710ec3767b2','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:09'),('b19719f7-1223-415f-b326-77fa9796d0f8','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:01:13'),('b19ac7f7-9ea4-410b-83a7-e9d638699863','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:13:38'),('b1a23a75-0038-4723-98f3-25e08cccaac0','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:24:15'),('b1a519d7-0f6d-4132-861b-91382a9db642','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:30'),('b1c6e24d-4220-44d8-b22e-35ba299f6f6e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d38a0594-4f4c-421e-8cc1-555eda4fad36] 开始执行任务(1):回收授权到期后应用','2022-02-22 12:38:02'),('b1d0c23a-47a1-413d-842b-abae2a7ae62b','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZB-Z45U8vSnK5hoStpC05FhneIK5PAkTOSn5Tt3O9lI','2022-02-24 04:02:34'),('b1d3644c-533b-4ed1-babe-9f7a42edd43e','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:32:05'),('b1ddf97c-62d7-4555-8c84-993feeb19049','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:47:50'),('b1eb37f1-747c-4cff-86bf-0743212e9072','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:59'),('b1eb7188-073b-415a-84be-75933ef9a3d8','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:55:19'),('b2085138-899d-44a5-801d-8c298e509a2e','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:30'),('b210a357-9137-4810-8131-fb115dfb1b41','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:36:01'),('b2212705-483f-4999-a207-5dda614b5f18','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-_Vx3XUqsro5QQAayJz6mjfBbcDKsSJ3yQUxAD5WhIc','2022-02-23 09:40:22'),('b2333a19-5c52-4573-a0b6-64f6909f948d','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AsrboDfQXcpyCo6q1S8NUkd_kvy7YVszp0NaQxpcazo','2022-02-23 09:49:15'),('b25ab047-4c7d-4543-bb9f-109572b436d2','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:09:30'),('b26cb56e-94ce-48d7-acc6-c2e94dc2445a','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 01:53:53'),('b27693d8-10a9-47d5-bafe-07e28bcfb6ce','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:34'),('b27fe913-406b-454e-9841-2515c9acd3dc','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:51:46'),('b287578d-7efd-4eb5-94f0-8d70d4d5dd3f','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:09:30'),('b2b193a8-c26b-4a33-9646-8f37d26a7722','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:52'),('b2b343f8-7e26-46c1-af45-af49a9b9e1e3','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:15:48'),('b2b9d4bb-7baa-4755-97f2-ce34c0ad7ad5','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:54:03'),('b2bfb5c2-d749-481b-9e39-be8e456c9682','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:13:42'),('b2bfbec5-75c7-4b76-ba80-68507400d098','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7f63439e-02ee-4ff4-a9dc-e47ea8bb3820] 开始执行任务(1):回收授权到期后应用','2022-02-23 15:59:03'),('b2ddab29-019a-441a-b3ec-e011840528bf','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:37:53'),('b2e16733-9bcf-4ae0-842a-ef5601f063e2','gqXWAj3kIY9DtDC9dPz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"gqXWAj3kIY9DtDC9dPz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 15:38:48'),('b2f208d4-649d-4912-88af-162fff569e29','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[33cc33f9-2826-444d-9c94-843083c5b489] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 06:56:03'),('b30a267d-6ffa-4251-befb-8d1e768ddbf5','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GvHfRylN1KZ1f_LzTio8cH88fQeJY8TE9A0YSRPsz_4','2022-02-23 14:03:35'),('b30de3b9-ec39-4738-9ad0-7484e90f114d','RelPuPtSyTWVro0cwOL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615097072\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"RelPuPtSyTWVro0cwOL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:45'),('b311c289-3852-4a9c-b2ea-b9fd5f49e993','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:09'),('b3172cae-b0e4-482e-92e9-1a65af38495d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3dc47bee-ffad-449b-8afc-6dff4bd81b94] 开始执行任务(1):回收授权到期后应用','2022-02-22 18:58:03'),('b33085ad-8a20-4049-929d-8008c52f4459','Lue3kxDofGXp4DTAnF8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Lue3kxDofGXp4DTAnF8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:34'),('b3312495-dd55-4279-82fd-8bd94b9a93e8','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:15:48'),('b3402bae-6405-44c9-8c4f-8a54cad68d26','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:59:50'),('b3449f85-7d03-4860-8ed8-3bef26ff2270','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:42:04'),('b3461d0f-5bb9-471a-ad73-4e24b2561e96','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:59:37'),('b34abb8b-cea1-44a2-9765-76184d6b267a','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:41:06'),('b35a32e5-9eb2-44dc-b02c-76eaf2f3cb0b','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:35'),('b35ba7d3-1e89-4fba-afa9-17e51a3f2b18','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:54'),('b37160e1-b1f9-4f7d-aa13-1bbc91ed029f','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:25:22'),('b3731a87-9fc7-4018-9c3a-3404829da9f3','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:28:39'),('b387a3ce-50c1-45ad-b470-bea8c4f9c900','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:55:43'),('b38ae6fc-ed47-48fa-91df-f9b6da21fbee','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:19:19'),('b38f42f4-dd31-4df2-a99c-51275d98d9f0','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:41:51'),('b38f7b4f-96bc-4654-937b-6f3ae1d08293','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:14:59'),('b39f2e48-761b-4472-8376-56843d8131d2','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:35:17'),('b3a16470-27f9-4245-985e-95387433c5b1','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:38:19'),('b3ac44a1-cefe-4c4b-875c-0a1070a11f3f','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:19:47'),('b3b1a3a2-7c17-4e92-bcd5-3322846b6362','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 07:01:37'),('b3b2e80f-0072-4ecf-a465-a8f451ff0782','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:17'),('b3c80701-bce0-42bd-9ea6-5c659a31c577','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=url-------->/static/portal/vue/index.html#/open?appId=__ekbsagrjF60f5gJnBQQ&actionContent=__vzHulAD3PA8U7mHfFkL&opentarget=detail&linkType=00','2022-02-23 10:45:06'),('b3cff38b-ad2d-4b77-9209-d8ff42c7db54','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:04:19'),('b3dfc73d-ddf5-49b0-9e38-13d4eadaffbd','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:09:30'),('b3e56192-fdb0-4850-a4bf-193afe3e75cd','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:06:36'),('b3f7b03e-7c9e-4c36-97b4-54cfa42ef796','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:58:15'),('b400ee94-c708-44e5-b50a-52bcd6ec95cc','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:24'); INSERT INTO `sys_log` VALUES ('b4014d6b-e809-40e0-b2ce-e93d69c33a9a','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:41'),('b41a059d-b425-4354-8e04-b967e5cf428b','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:38:29'),('b42cb414-1cfc-4970-ac5c-e8342d392737','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:57'),('b434d480-bd73-4e31-98c9-949205eace98','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:35:52'),('b43531a0-7426-4518-b9f8-fe895dea057f','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:10:56'),('b4369869-36a1-4751-b0fd-b6462d84b15b','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:01:17'),('b44ec29d-2bbe-4f9b-851a-1c94b64065e7','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:14:42'),('b452e9e1-06bb-43a8-96fd-581e2bbf9241','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:02:34'),('b466fde5-92ac-413d-807a-c786f66c262a','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:14:59'),('b46c2c2e-aaaa-4d49-8c5e-7944d58e848d','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:13:19'),('b47dda8b-dc76-4453-8493-d141717d3a46','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:41:16'),('b484c15a-674a-4f7b-a9e7-c3e52d87147a','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:41:51'),('b48d74bd-1790-4588-9870-0f1e1b631e3b','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:41:48'),('b48e2ff6-e102-49dc-81a9-71246b8b1b70','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:19:19'),('b492d785-e494-44df-8335-5f7654c0ee07','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 12:00:36'),('b493787e-23b7-4892-8904-fa8314b983db','ambIoyrczZInz9zW37H','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ambIoyrczZInz9zW37H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:24:00'),('b494b84e-387d-4815-a120-a56a0247f9e5','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:54:03'),('b4975413-aa1c-4125-b37b-2b1c33b985d5','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.L9hYFmRwHsI-mK1Yh7xWluHEpWlptI7ctyIRg_bZGao','2022-02-24 06:49:47'),('b498bbc7-d505-4e74-a2a7-74c7b4aeffda','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:14:42'),('b4a000a1-7289-488f-8342-ba3da25e386c','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 07:15:43'),('b4a89ca6-4487-46ff-91d4-4c060d4b6892','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:27:38'),('b4ac1f5a-602f-471b-a425-2bd4a95b2992','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:36'),('b4b1595c-4709-4436-9fc1-cdc6f60be21c','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:49:50'),('b4b4d5e1-31a3-45fe-b8a9-74cdb7ea0f6d','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:49:42'),('b4b6fc75-4eda-4a01-90d1-92010c2f4ae5','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:49:16'),('b4ccedcd-002c-4938-a230-d17b2b28e467','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:53:40'),('b4d83047-9676-4ecf-884a-adee31a5c99a','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:29'),('b4deceea-97ea-4ece-9642-9b1d56ddca71','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:55:37'),('b4e3fb75-16f5-4f44-a12d-c1936e06520a','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:59:38'),('b4e6aa75-56dc-4321-b0be-bdba15dc0dcf','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:24'),('b4f4b7a6-2be4-4b5a-a6ab-9436e0c340d1','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:53:13'),('b4faad95-7ef8-46eb-94a5-47cd1b70d924','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:22:56'),('b4fbb428-340f-43fd-a4b8-8472ad437f0c','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and 1 = 2 AND item_clientype like \'%电脑端%\'','2022-02-24 06:46:57'),('b4ffb7b1-9247-4ed1-a7d0-e22a583ae636','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:49:13'),('b50592f1-33b5-4ce2-ac95-43ee6b3caf9c','bQKqGEI8QSEZisgP8mt','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bQKqGEI8QSEZisgP8mt\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:47:50'),('b509567f-e96f-4f7f-a55a-2f34eca48702','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:27:36'),('b50c3297-9342-4263-a4d4-76d16512df67','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:36:28'),('b51d33b0-4e76-49d0-ad4f-dc8fe4efd6c2','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:37'),('b51ef1ed-51de-41de-a82d-9d1caa52430f','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:59'),('b524cbbc-ed9c-4f91-95aa-2deeea393f7d','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:00:38'),('b52d6b60-e731-4f1e-a4e4-1d682d13e753','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:39:02'),('b52f0d88-b0ba-48ee-a69e-42be029943b2','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:00:56'),('b556c078-b87e-439b-a5de-a1c8f94f30a9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f05e5275-4d59-4e15-95a1-08bb23c33616] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 00:58:03'),('b55d88ea-00f6-4154-bbab-d2bdde4ecc5e','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:02:50'),('b56e3b8c-32ec-45c5-9c39-94389164fb31','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('b5772f19-9007-4212-a2b0-d13386659fa7','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:35'),('b5791a85-d4f7-403a-990a-25b1069b3a30','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:28'),('b57d9b02-cfc4-47b9-afcb-60e95b034fbc','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:36:37'),('b57e6638-83fe-42ae-9b4a-ce16fd4af456','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:15:48'),('b58c0ab1-1f32-4a65-a3f3-442338dd6626','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:14:59'),('b58fa02b-98fe-4421-9ddf-3433ebba64a9','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:03:02'),('b5a1aa4d-1c85-4524-86fe-7a2afb4599db','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4Q6WEDXgb5bh-Sx1TNrSGjRc7p7s6C_ffzRStafSx20','2022-02-24 04:02:41'),('b5a4d707-61af-45af-8624-2911eee1cc4d','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:55'),('b5a5f418-2da0-4019-9f24-bb898864b072','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:12'),('b5b93def-2ce7-4906-8823-2a91c0f3aa50','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:09:38'),('b5bb9a3d-4584-4e46-9665-a4d11ff5f146','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:13:05'),('b5c4205f-d80e-4a54-9e71-086dd5781f14','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:33:17'),('b5d2fb06-db08-43f7-bc45-2be8b670fb0f','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:30:25'),('b5d5d823-ea44-451a-8274-459cb79d7e3b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[dd5647e4-7d23-40a9-b2c8-41c883d6e1a3] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 16:19:03'),('b5e4a5ea-6b40-4076-9e92-6e0de8590330','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:03:10'),('b5f92405-dc62-438b-baa5-c3e3a8d3fc9c','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:06:37'),('b621af9d-bca3-43ad-876d-88768940b293','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 12:19:19'),('b6270f71-601f-40a4-bcd2-312b650d1193','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:35'),('b62dfd77-2c6e-428b-9016-5185a900f76d','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:58:31'),('b62e68d1-fbbb-4cd6-a7e8-199c163eaa63','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:01:16'),('b64a6d87-3917-4140-bd2d-118c94425aca','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:35:22'),('b6618e8c-72dc-4215-8ea3-89fda94fe299','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:07:42'),('b667a4c5-8335-4ad6-b065-fa522b51fd57','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:53:40'),('b671a259-57c1-4714-b19f-e08956c4b224','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:36:40'),('b6810af9-5cbf-43f5-af49-c2592a6c02d0','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:36'),('b689a546-751b-4a42-bdf0-22ec2cbd81b1','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:53:16'),('b68a1aa2-d469-4a1c-8ec8-35fb3337aaf5','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:18:14'),('b6b4c938-aa4f-42b5-a712-18ca6a18278f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:03:10'),('b6bf4df2-444b-42da-942f-1fc1bbe9e619','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:44'),('b6cd020e-23e4-4b1b-a963-33cb6bfc16e2','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b10e18b5-e928-4d43-8d31-1917af0de37a] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 20:39:03'),('b6f26119-aeec-4526-a680-7cf449d413b2','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:55:34'),('b6f6b0cf-f57b-4e98-a3ba-0149c256cc51','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:09:17'),('b6fb1d82-8022-45f4-bce1-782142415a51','bQKqGEI8QSEZisgP8mt','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bQKqGEI8QSEZisgP8mt\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:47:50'),('b70cfc25-bd3b-4dcb-86cf-50e21f97fff7','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('b7147f30-eb8a-4f9b-90b7-387b899ef008','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:12:45'),('b718b9e5-bd82-4a9d-b373-6a93b3af9c62','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:49:16'),('b719c99f-a824-4a01-b668-d58e6ff390ab','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3YjFyK8Gx-9afzensTyh5vGFd6VpvKpJMffmCidbUfQ','2022-02-23 09:37:07'),('b7205440-221e-4811-80bd-619ef317e9bc','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:27:31'),('b72186f5-effb-4e89-86e2-265a84c0a8d4','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:53:25'),('b7299702-e7e1-48be-9739-22b35f8ea247','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:24'),('b72a08bc-c285-4fab-862c-3391283405a6','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 12:49:41'),('b72ed9d4-0118-4e9f-a05d-d01652440307','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[90194ece-8872-4b58-94d4-d7dce04af0ad] 开始执行任务(1):回收防控指挥权限','2022-02-22 02:49:10'),('b734ad86-18e1-476e-8114-9e2acdeb54bd','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:26'),('b7439a5c-97a0-4e8d-b722-82f02b4162c7','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:55:46'),('b747a930-f527-4243-98ed-594aa9ffb29e','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:43:30'),('b75b88c8-2c50-4d65-9b26-456b67e82979','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:49:42'),('b75f0b47-be71-4068-97fd-6096f4f058ad','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:25'),('b7613ce6-ddf1-4a76-ba24-c81784d8dd2d','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:35'),('b76e5443-6b96-4f60-bd1a-a8f00dd73089','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[bec6bd3b-4c04-41c9-bf3c-d77e0d889da4] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 22:19:03'),('b76f0a16-4667-447a-acef-bc208947ec14','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:53:57'),('b7741fdf-ad04-4001-a334-c112f718e3b2','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:38:48'),('b77494bf-8db2-4cc5-8599-589e649c3249','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzI0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zr4rvTDJFaki7IVOtART_HyhdasFVuIv4etrMpp431I','2022-02-24 03:40:52'),('b77a6a55-04ff-4652-be80-11d609fbea0e','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:04:44'),('b783a514-63f2-4f8b-af96-6413b3556d76','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SoTIjqQwqGw9yf6riqG&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('b791d50d-7e6e-425b-b504-6a29745d6592','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:47:45'),('b79f5e93-bbea-420b-afe0-9b17ca6c7b26','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('b7a15978-8b61-4b30-a8c2-2937d54e5e56','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:51'),('b7a263b6-1753-4847-8ba0-2a39f5d04b91','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:35'),('b7a4df6c-7845-4fa1-927c-3e93a1e7a230','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:11:49'),('b7adff4d-6176-4e3b-957f-5b7a561df867','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:27:58'),('b7b83448-85f0-4f6b-84a3-01da6898c089','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDQ5NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DCDuvx9AV7kspg0q-u1F-2ZR8b-WkMISiiYYl1cYUS8','2022-02-23 10:14:59'),('b7bb9dc8-48d9-405c-aa47-fa4836eb8cf5','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:35'),('b7cbf0d1-6e80-4c80-8541-8956e6fc4e42','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:39:12'),('b7d75cfa-a7dc-4f4e-917f-a3c0d8713e62','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:27:33'),('b7d92510-3b0a-4605-b0c2-66dfe068bb12','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 12:00:36'),('b7f00c64-746d-48a6-839a-00c6c793b335','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:49:42'),('b7f76f94-ec82-43bc-bf6a-fa322292e9dd','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:09:36'),('b80abe3e-5ae6-4324-8bb3-0d67a0946909','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:01:13'),('b80fab6a-bef7-4de2-b6e2-c85f508617e6','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}]','2022-02-24 07:15:43'),('b8254d5f-8dcd-4b25-b77e-ea8c43d56dab','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:13:19'),('b82b09a1-8552-4a43-bffd-08e821cff7d8','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:15:48'),('b835789a-990f-45f1-b154-86819ec01f7a','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Dyj9aYIpAmj3mAbR-64Z9Dh78KVav4plMMYOPyAL0FU','2022-02-23 13:55:43'),('b83933c9-af6e-45b4-b395-0ada8e3633ed','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:30'),('b848d31f-b3f9-459d-85f0-02de9dcb9318','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[33cc33f9-2826-444d-9c94-843083c5b489] 开始执行任务(1):回收授权到期后应用','2022-02-22 06:56:03'),('b84914c5-3196-4dbc-aa5c-b207b9cd3060','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:13'),('b8500286-6f9f-4f5c-94bd-1d815045e1d8','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:26'),('b85403b0-4552-4b59-b68a-df6adbe08639','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 12:19:19'),('b85572ff-7be7-4d90-9d75-946e92e44ddb','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:02:52'),('b85dbf21-5d55-4454-9dee-e4d5cb7e36be','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:05:39'),('b867e8cc-7e76-4310-96e1-b5aa03aec105','kE35m6GkmpI7Vxl0PB4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kE35m6GkmpI7Vxl0PB4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:40'),('b873682b-b6e9-41b6-8bd0-f0103921b4a1','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODE4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Kxe350mBBr3Ybw4NwV40wgeLzDjJXqU26msr89Kt_CQ','2022-02-23 14:03:11'),('b87a3a42-77b0-4049-9aee-e049e2ed1cba','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:13:38'),('b87e3171-a737-4813-ba3c-87bb7e0a8606','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:02:52'),('b87e8c18-3214-4d6e-ae9a-1018eb9ce66b','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:12:45'),('b88898bd-9b1b-45b2-934b-0d0967939df4','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:28:59'),('b8aa1393-fa40-456d-959f-1fce7606acb3','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:01:16'),('b8b3848d-22f2-4bee-bffb-810cfda13e9e','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('b8bb8e1b-5fff-4447-8e17-925b62cb89bb','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:16'),('b8be952d-1e16-4862-a743-2d03585a00ff','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jp2WPnR7WW6MNew--Pd5A_49tyN9poncK5KIVUPES7w','2022-02-23 12:19:19'),('b8c476fd-9f1b-4c02-b4fd-14c31837af23','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTczMDE0MCwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.iH528uyCc7fNu_K6PDAckDFHvEn4NKOi6EFbTY-ZWY4','2022-02-24 07:15:44'),('b8c846bf-530f-4b5b-bd23-a1c7b1a88662','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 11:02:50'),('b8c8ba49-74fb-4608-8e60-6ddcf38f44c7','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:32:05'),('b8d1286a-59f4-4deb-ad15-78973e8d9ca9','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:39:12'),('b8d1c6b1-8eb5-40ce-b50f-c66f1092f5cd','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:09:30'),('b8db9d5d-64c5-4831-be85-fe28b0e84825','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:04:19'),('b8dbed5c-2db5-4cbc-af3c-b197a5dfd80d','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:37:53'),('b8dfb7d3-40c0-45be-8add-269eb2d59219','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:16'),('b8e63a6e-2e71-41cf-a45c-db6f05401ee5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8853668e-1816-4804-b002-f46b6e3de867] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 09:39:03'),('b8f12f7a-725a-4e0c-a0ba-9aaf3cae391b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[137c42cc-5ab4-432c-9604-9afcdf4ded13] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 01:38:03'),('b8f38a5d-ebcb-4a25-9955-76cbc619b324','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:50:09'),('b8fce989-640e-4bcc-82d4-ee252b85385b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE1OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DogQvyffCN5cKX-Qkiu5CqIk2rQfNqu-7sxa5kJdRX4','2022-02-23 09:36:01'),('b8fdbbb7-3b60-4b3f-988e-f146207c2b0e','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:30:25'),('b8ff778c-4c0c-4a24-a0cd-d9cc3447d53b','Wh4KXIDMVVg4ENs5xzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615007929\",\"docid\":\"C8UdP8gSrkNjSf2hIaC--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Wh4KXIDMVVg4ENs5xzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:02:16'),('b908c7da-57a8-4c18-ac3e-d77ec369f074','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:07:02'),('b90e0618-0901-4366-ac18-892de52d4a24','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:09:38'),('b9173bf9-ad66-41b2-adf3-8b55b80060a0','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:54:03'),('b9188193-7370-463c-9dc2-bbccfd6ad387','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:33:17'),('b91a4131-a81e-4570-ad6a-e5ed9a9ededf','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:54:03'),('b92117a7-078e-4dba-8fbe-b918285ab944','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:04:44'),('b928d1bf-9549-4b53-8b52-49094fc7b72b','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:53:25'),('b931612f-b5c2-4445-b348-475038280ebe','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:30'),('b934a0ae-22b4-4c62-80ef-687c93afcb89','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:46'),('b93a04bc-4c54-49af-a3b0-a7a4e66dd195','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 06:53:25'),('b95b9107-82a5-4e89-b35f-1354aa02d6f9','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3LbXjQmiub6aKETX0BjCo5MlGRRGPwUnspT1nSswryQ','2022-02-24 04:01:18'),('b96c0ffa-0f8b-4ce8-89a7-d3b7893dfcef','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:22:56'),('b9736a82-77e8-4f07-8d2d-803c3753fa70','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:01:13'),('b987fd7f-2380-410c-8fae-0dd165ebee33','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:06:36'),('b9892403-aef7-418d-8334-bd90f3920aa2','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('b98939b5-fbc3-4a9a-bd56-c3a50fbc2900','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:13:38'),('b989de3f-9079-4e05-88bd-554996c3e643','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:09:38'),('b98e7a47-8839-4eef-8053-3218aa2e810e','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:46:05'),('b9949fde-f617-4ceb-8548-88d55b4855ef','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:36:36'),('b99b84ba-cd63-4dd8-bc34-a94d9ff8fdcb','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[92e00b39-c122-4e6d-856e-01b8b16041eb] 开始执行任务(1):回收授权到期后应用','2022-02-23 16:59:03'),('b9aa9744-7689-4be7-bc4a-50528fc79016','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:40:49'),('b9b373e6-aff3-4c04-ac99-77a1b4617666','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:34'),('b9bbf9d9-80c7-4823-82b5-669cd2ce2b78','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg3NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Xrqc_teO5PCp4IOgeIJhhvY1NakHateo-h8RmLCylic','2022-02-23 13:57:59'),('b9c57c51-f287-4a46-896f-8f2031739236','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:47:28'),('b9d7e7c1-0486-4336-bf5f-2e56473ccb18','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:35:52'),('b9dfa499-1fed-49dd-9a5b-db9a60a521b0','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:36:40'),('b9fd7137-4e41-4019-9c84-df5c093e1e51','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:44'),('ba097d8d-917e-47ad-96bf-86eaab746e5e','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:05:40'),('ba0b6bf9-e63c-46f7-8499-cf9a63be0daf','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:47:22'),('ba106042-f183-4e00-821e-f84300e808c4','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:38:19'),('ba11f1a9-f8b4-4703-b493-925d54726ba0','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:52'),('ba161505-54ec-4147-a664-6c9fc23023e5','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzE5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.X4jjpqcMSx6rmLTRixu88beOqlW0UAGMoPu9t25tRkM','2022-02-23 09:53:16'),('ba285b24-a94a-48f8-b627-fad87e0d0e55','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:09:17'),('ba320cb5-8054-4132-ba84-2d7ab22222bf','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:18:14'),('ba3e29bc-2e80-4dd9-8630-46f645799fa6','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.o4Pu9rXKw87qlNcsQWHGPJynqGeb6piqXiYi9Qt6B_Y','2022-02-23 11:47:45'),('ba4ef985-d085-4b55-b0ed-829911010e20','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:05:40'),('ba516548-5c9b-40c3-ad2b-010ef1597ac0','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:47:16'),('ba5657c7-adb3-49d0-b0d6-eff5c9ff0180','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:50:09'),('ba84511f-d473-45f3-9617-e5bfeb9f4e81','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:59'),('ba8bfccc-7728-4cd9-b614-f572ac615012','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:45:00'),('ba937369-e6dc-4c9e-989f-76b0ccc9a014','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:16'),('ba978edc-a6e4-4f50-a3dc-5b96ddde97db','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:50:09'),('ba9f59fa-436c-4760-a74f-8de237fdf0a4','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:00:59'),('baa0cc30-8afd-43fd-98fc-e2b741dfcac0','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:53:32'),('baa64e22-0328-4371-92ed-3ae81421feac','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.K9sk5M-3n83QbRD0IXZ9PDkoUSnBcl9kJAhHGLuD3U8','2022-02-23 11:03:04'),('baa75b3c-69e7-4a41-924b-90ec23b2b296','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:29'),('baad4f15-d5b1-424f-aebc-71edb6e0b7f0','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:35:22'),('bab1487b-5e18-4be7-9a39-170ce4fc16d1','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:35:52'),('bab73b84-a213-49b3-a5f4-5517cbaf718a','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:10:57'),('bab818f0-7eb8-4a55-a0bd-04f0ccc92905','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:05:42'),('baba61c1-5ee7-4764-9b9d-868b3839e96f','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:42:04'),('bac82344-e406-4a5b-9882-0c1e3f4611d5','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:41:17'),('bacac26e-1573-4511-b4af-47b196d5fe57','ADo89wZsNu6pDrEd9Ut','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ADo89wZsNu6pDrEd9Ut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:56'),('bacd52c6-16e3-4ae4-b635-c395f9b9fca7','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 01:53:55'),('bae88e79-c413-4793-9fef-68eaa6c2bd12','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:04:39'),('baedcd6b-ebb5-4ac1-a110-df2119657004','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:50:09'),('baf0525c-5f8d-43cb-8bba-14bd12f91b58','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxMywidXNlcm5hbWUiOiJSTGprS0VOdCJ9.-0LDS1tZKT8rsauK32TQSiW3D6eHb729yZwQGfwExhA','2022-02-24 06:46:57'),('baf344bb-1995-4e90-a8a8-a5a2507a1ff6','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 07:01:37'),('baf60de1-82c9-498f-a6da-534db737cb01','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:39:12'),('bb0bc633-95b8-4851-a375-49b7aa014da6','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:04:44'),('bb0c5d94-0060-4033-8ded-667fda7e3ce1','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:03:02'),('bb1bb963-7bae-4ae2-b153-4c8e2406de79','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:38'),('bb2d479f-b78d-46b9-a26d-de50e8ecdf3f','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:36:28'),('bb2f1ccb-64f9-4465-b90c-80cd33c62877','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:35'),('bb33da88-4dcb-495b-91ac-0e91151f8d44','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 01:53:53'),('bb342058-a635-476b-93ca-b47935198d7b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:25'),('bb397796-137f-4f57-a60b-7eeb664d4b55','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:08:25'),('bb3cc988-a22d-4db6-9521-0d41960c8023','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:55:37'),('bb40dd22-0b06-4124-90d5-90056592e10f','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:41:03'),('bb5015ac-594a-4e1b-92e7-1d349ae6f6d0','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:27'),('bb534b4c-7068-452a-9343-f6dbb9aaf2cc','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:59:50'),('bb53f039-56e9-4f5d-b7f9-0f175888e3ae','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:13:42'),('bb55061e-2306-421b-b9a7-89c5381d1866','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:19:56'),('bb69b70b-c3b1-4aed-8881-4baec18ff423','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('bb9c0f01-7f47-4cf8-aa62-b1f6380ca855','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:30:43'),('bba06018-17b3-43eb-b502-f4bd35a408fd','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('bba1815e-b658-40e6-95db-bea1ed7ff463','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:09'),('bbadea82-42d1-435a-a3bc-ee757192db9a','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyOTA5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.yAKpy86rc9gZIkuyhs9jq8MaX-Pr6RtZVaDEc2hlVAI','2022-02-24 06:58:15'),('bbb9d3e1-10d6-4a81-974f-68bcedbd37c4','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:36:40'),('bbc6eef8-cae2-47e5-bc63-8279ab6080f4','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 07:01:37'),('bbc94a7a-7408-48b5-8def-2d92e7cf5d61','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:35:52'),('bbca6956-4c19-40ae-a533-60d17fe4cbc2','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:42:04'),('bbd41d33-3854-4578-b762-f388e5d66d3a','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rRUsjUDJ95106qW8ExvYt487Rj2LQPyVL5cbgH-k3cs','2022-02-23 15:36:40'),('bbe340fe-10ee-429d-9e20-aa050c43750f','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:33:17'),('bbebedc3-195e-4b12-852f-31d5073e1b80','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:01:17'),('bbf3a05e-3f65-4b8c-989a-74dc4acb4780','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:46:59'),('bc22a1c3-d454-45c1-8207-6561c0505787','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:46'),('bc2785d7-4295-4414-869f-213024da9d61','zxJ7Elol2L1IxzWk7H2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"zxJ7Elol2L1IxzWk7H2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:10:07'),('bc38b25f-78f3-46ca-ab0c-8d4dd5f70ffe','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:46:05'),('bc493dd9-ccc5-4047-b866-954998267b8f','Lue3kxDofGXp4DTAnF8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Lue3kxDofGXp4DTAnF8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:34'),('bc4e8b18-1aa1-4fe4-9953-9c3d4accf08f','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:04:19'),('bc4fc388-93ed-43a5-a168-93313faf13fb','1nOPoAOBJRIPZ5JSQrl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1nOPoAOBJRIPZ5JSQrl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:34'),('bc5dbe3b-03ce-406c-ab4c-bbcedd05879f','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:12'),('bc666ba7-cfcc-476d-80d2-7e2b3b9a8b71','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:13:05'),('bc7d2243-ab3f-4f56-9f77-e11dad69ee67','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:46:58'),('bc7eb15a-b7ca-4226-b2d3-c22c4951dc49','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e2c327a0-04f8-451e-8f00-ada59d464c20] 开始执行任务(1):回收授权到期后应用','2022-02-22 03:36:02'),('bc88da40-f760-4855-b8d6-476aade505d7','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:27:58'),('bc8dcbe2-a852-4369-b8e9-a542b2fd4a4a','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzkwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IvH_F0tCcJjTi_4ozV_8a0CMqYJSP8Mnz14B51ZVGOc','2022-02-23 13:58:30'),('bc949118-c31b-469e-a320-8b00e007d590','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:53:13'),('bca18ab4-9b98-4ca3-8a12-5bfb0e483376','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:25'),('bca441a6-4a48-42b2-b644-e0028f1999b4','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f8e783d4-bb7d-4ee7-85df-c4f2e66f6a38] 开始执行任务(1):回收授权到期后应用','2022-02-22 09:58:02'),('bca687b5-cde6-44e5-a72a-7cd02ff6cc6b','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:49:47'),('bca7580e-e5df-47b5-98b6-7616ffc6cc72','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:55:34'),('bcaad40a-180a-44e3-b8bf-be79c052d645','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('bcb0450d-e5ce-4cd6-ba70-22b9f41e0a2f','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:14'),('bcb981b4-f457-44d8-addd-655936363c02','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[d38a0594-4f4c-421e-8cc1-555eda4fad36] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 12:38:02'),('bcce1f7e-e1d1-4b85-aa9a-866259e46927','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA5NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rOteJQw5FVquQqp27_ba14i_O4rVqVFEFt--1sGAY8Y','2022-02-24 03:38:19'),('bcd4b61d-23ff-4c65-be39-f3defc41ad88','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:45:02'),('bce26fff-6070-4a39-912a-5d07f3e5b7c6','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:19:54'),('bcf47314-db2b-434d-a514-9b7337f1ddc8','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:30:43'),('bd01e7a2-ac0b-47f1-9473-be68d71845fb','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__aDZwv5jkfCmg2mkHMUI&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('bd03642b-0dd9-4c5f-8707-ecd815df4769','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:55:37'),('bd18b54f-1efc-44af-bd14-ad1aa039c8de','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:04'),('bd1e1346-bd26-4165-8ea3-31ec6f2c15a9','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:05'),('bd1f2d20-1099-4216-8aa9-94e260a3d59f','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:30'),('bd26b331-94fa-401e-909b-cb0451b55d3b','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:37:12'),('bd2727d1-07f4-47d0-bff7-eee4ea31b86d','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5UI4AHLxTw-ovvAXD1AZMhBblde4Z203B7e9zYIyRTM','2022-02-23 14:01:13'),('bd2d8b51-995e-4132-8b39-d837efebfa6d','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:47:50'),('bd2f7a3d-3d1b-45ce-8526-6a22541c5a5c','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:37:53'),('bd410eb8-53e4-4f94-a08c-261c00c0932b','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:10:58'),('bd4582ae-4159-40d7-bbc0-bf26461e21a1','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:29:01'),('bd4c11df-38ce-409f-ab0f-83b41d27dcef','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODI1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.wCIRmRcvP4uUo4FMpGljjhpKjsZdKHWRIBzDM4mpaFo','2022-02-23 14:04:19'),('bd4cf56a-10bb-421b-8d30-b353fd78d3ed','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:47:50'),('bd4f10d6-9cd0-45cb-8138-56fc60d2d17b','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:24'),('bd504a68-6ef7-425b-bb25-e148a11f4599','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:19:19'),('bd5809fe-0b13-4cb8-952c-e59fd3a57769','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:22:56'),('bd5a5579-9a9e-41cf-95d8-00d78ca87f04','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:47:22'),('bd5bc2ac-da64-42ba-bdd7-4a44036ffb88','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=url普通表单---->: /static/portal/vue/index.html#/open?appId=__ekbsagrjF60f5gJnBQQ&actionContent=__vzHulAD3PA8U7mHfFkL&opentarget=detail&linkType=00','2022-02-23 10:27:16'),('bd660826-f083-4d8f-8e38-e0d2d290e4f8','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjUyMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fpWUbcs9nhNtsokYmO9q-Wre4ukc2cL-3Pnad2fb9go','2022-02-23 09:42:04'),('bd6a9c1b-d418-4523-8117-55e3bbf614f4','kfDrvkA9PMc9DexjJfp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kfDrvkA9PMc9DexjJfp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:53:32'),('bd713104-fed6-41a8-9127-dc1783067d54','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7069a054-21d9-43a4-9b2e-4c1bd102eda0] 开始执行任务(1):回收授权到期后应用','2022-02-23 14:59:03'),('bd71aee7-b0db-4c11-aa7b-2c0a00b36735','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:07:02'),('bd7b46ab-681c-46d7-82e0-e5f346600a59','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:36:25'),('bd7d6bc9-6a69-4184-a00d-c0a8eb860bbb','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.l3NZQ-KaCxSasx2dZ3xktokAg7Gs2UqeFr3yihFmTHY','2022-02-23 14:03:39'),('bd87a8db-16a0-48e7-bb8e-4efd8eb192c4','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 01:54:00'),('bd899a6e-81ce-4cd0-b999-842286de07c6','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:30'),('bd9243b0-b678-4a5e-8d46-e73063f9bd23','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[2493667a-7684-4bd3-b306-d4190d5a70c4] 开始执行任务(1):回收授权到期后应用','2022-02-24 02:39:03'),('bd958f62-8f88-4a36-bb09-f169d4542835','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:40:28'),('bd9cc6ba-fdbb-49da-a683-f8dd6299dfea','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:59'),('bda669da-4289-4444-ac55-948c19f24325','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:00:59'),('bda80c59-96c7-4153-b959-9218f0792f25','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:38:29'),('bdab8a9f-9f1e-45fc-b333-241b5065127a','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[33836977-4eba-443b-bdc3-61c0a8b231b0] 开始执行任务(1):回收授权到期后应用','2022-02-23 19:39:03'),('bdc9adf4-d14e-47b8-af54-fa6398cc3106','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.77bpHTDInR6uwCDQwQIXKc2HPt46FgACSY279np2cgM','2022-02-23 10:16:46'),('bdcd4a8d-6d1c-4c39-a5c5-2ded4f021e45','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:13'),('bdd75a2a-29d1-4eda-97c7-9be92feba551','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:35:17'),('bde1f431-458c-4c8a-933c-2b4c9866e945','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:25:22'),('bde67240-9049-4e4b-aafd-0e9fa4049ab9','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:03:04'),('bdefbb3e-f0b1-4553-a815-2ba74d898640','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.rezef5hBYVZPpM2A4C0vB7u8i-5bbAqN8-te_LgDvT0','2022-02-23 10:05:40'),('bdf80162-88d7-468d-b264-a3e8041f9573','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:34'),('be104e1a-fe3f-44fb-b997-6d2cf4103ae7','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:25'),('be198481-5443-4788-a6a5-2bc5df8dc8f5','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:36:40'),('be250b71-e96c-44b8-a43d-9b34d29652f0','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7yNWQTwE0QKw2Mvasn6vmiQCyFKAU2PGZsyAdRQ8PJc','2022-02-24 04:13:19'),('be2c1bc7-c01a-41b6-a157-3df77f94f387','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:00'),('be33e480-63c4-4961-97b8-96ecf71f4ec4','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 06:51:44'),('be3d44ff-5101-4d68-ab49-372bd4e75a98','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('be4be182-2720-464d-b0c9-2fe63f11a2a5','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:49:16'),('be4d3451-1e84-4c4f-88d2-fbd502ba9cb7','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:31:52'),('be5c4346-b32c-473a-9dc3-4bee3d20ad51','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:58:31'),('be6a89c5-6d82-435b-bcf7-c921aedc6d27','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('be6e2c94-9ceb-4b49-ae02-b9f3b65927d1','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:09:36'),('be6f56ce-d5ae-4ed9-abc9-eba8563e8954','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:49:50'),('be7ab58b-3414-4878-9dc2-dcf41bffc6fc','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:27:58'),('be93a2e7-50df-4874-954c-cf91cfe9ef0b','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('be9741ba-6c61-487c-94a2-13f54c3b8c32','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('be99341e-fb05-47d1-be31-aa61483caacc','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:58:31'),('bea30031-d31f-46eb-abb2-b1ad05be6f88','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDQ5NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DCDuvx9AV7kspg0q-u1F-2ZR8b-WkMISiiYYl1cYUS8','2022-02-23 10:14:58'),('bea91219-0b55-4d29-b8f0-635f5d88e000','QMQuuWJYMP0zPTmOt4M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QMQuuWJYMP0zPTmOt4M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:41:03'),('beae98ae-16d2-4fa6-96c3-c5a083d5345f','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 07:01:37'),('beaefb61-d92a-4150-aebd-2903366d1f10','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:47:52'),('bec585e8-c0f9-4458-b20e-bd637c2aaff8','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:37:08'),('bed4ed09-0a71-457e-8c06-96937e8e8aa9','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:41:03'),('bed79ea5-aa90-450f-a6c6-d08c34641c6c','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.8OlYlgupdM_yTuYuciN3kjeAV9C0tbc_AxkZ0auTQKw','2022-02-23 13:58:04'),('bed82595-654b-422f-8400-4baf344e66fc','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:55:46'),('bed931e4-336a-4d52-85e1-529e4f3f22f6','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:49:41'),('bed94f3b-52d7-4863-97c0-610a8aed5232','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:19:47'),('bee1238d-c5c2-4f3d-aca4-2371aefc4998','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:52'),('beeb1847-0187-4264-8a96-5b03f9b28ddf','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:36:25'),('beeeabca-c61c-48b4-854d-7c37f2d9a01f','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3LbXjQmiub6aKETX0BjCo5MlGRRGPwUnspT1nSswryQ','2022-02-24 04:01:18'),('bef296ae-5785-4f99-9289-6f2a89d807fa','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:22:12'),('befb2735-746e-442f-9d60-84308122fa41','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:22:15'),('bf105227-2639-466b-a0a6-eafcabd7ff03','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:52'),('bf125f0e-5a46-4939-8e99-d3a41c875564','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3LbXjQmiub6aKETX0BjCo5MlGRRGPwUnspT1nSswryQ','2022-02-24 04:01:18'),('bf181c6b-534b-4357-b3bc-966a4b4defdd','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:49:13'),('bf23f522-7602-45ed-99d8-d5ba670292cb','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:13:49'),('bf24139d-fcf3-413c-bdb5-192af71c8d10','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:49:41'),('bf252dc8-7207-4874-b110-bc7e35f3395d','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:01:13'),('bf2c1c0f-5a04-4434-b338-7ed5a2a21410','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:12:45'),('bf33d7f7-e644-439f-a997-0a3967d17ea0','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgyOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.tv26GRP9103Zv23pO7C83Fy6_rnZ-C_3wW101cX0LtA','2022-02-24 01:53:53'),('bf4029e3-a654-4e73-8d54-3f6a382f40a9','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:38:22'),('bf45e962-e73f-4b30-a6c3-4831c2d6f923','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.EtQF0f4lbRmBGZNNTvdOgAx1BmiNEKKY8SIg0vPN2Ls','2022-02-23 11:27:36'),('bf5662d1-54e3-4707-8632-460809fbfedd','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:38:49'),('bf630afb-c4a4-4840-bb54-4d9cf04c3a4a','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 01:54:00'),('bf638e4c-be3d-4294-b283-e01a475b5f31','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:30'),('bf6f1be9-b292-440c-a577-77f36a7195f3','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:30:25'),('bf81610a-5c40-489d-bb39-e96a2b0032d9','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODExNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.88IRg9rATZwfAoeNt84TgAM1EYxJBlYTW0TTC5b7pRQ','2022-02-24 03:55:19'),('bf8c8dd0-a817-4180-9acf-5fd8777298bf','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('bf92f179-8c1f-42aa-bb0d-1ccde51881c0','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:27'),('bfa41f64-c6a2-44c6-8bd4-a2ff32c24485','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:45:02'),('bfa6d43f-d8b1-4713-b0cd-cc81d6151bf5','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:09:36'),('bfaec28f-b87f-414a-b7cf-5d9c7dd3d5e4','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:27:58'),('bfb00a46-6aeb-400a-8883-d81d38326c56','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('bfbbd96a-1e2e-44c2-8318-3cd0f274aa03','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:14:42'),('bfc4f709-8550-4192-af17-7f08920251e1','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 01:53:55'),('bfc729d0-d0c1-437d-a3e8-52493591e4a5','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:27:33'),('bfd60308-0f59-4d30-8404-605c172d1bbe','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:53:16'),('bfda38f3-d1aa-4956-bd7e-975133bf4fdf','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:12:45'),('bfe02d25-7572-43e5-a9d0-702807da8aa0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:02:55'),('bff5b192-25f3-425b-9109-b925ea47a1b9','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:35'),('c00e166e-38a8-4062-9fd7-e3f6390e5e01','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:42:04'),('c00f49aa-b28f-4f33-a485-51a0eb4fb5e4','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxMywidXNlcm5hbWUiOiJSTGprS0VOdCJ9.-0LDS1tZKT8rsauK32TQSiW3D6eHb729yZwQGfwExhA','2022-02-24 06:46:57'),('c0127275-3f82-4d05-8a03-50c2d7d991e1','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[fd849dc8-6efa-4a7c-8eb3-d9bac404fb68] 开始执行任务(1):回收授权到期后应用','2022-02-24 03:59:03'),('c019d0d2-b53d-4058-a7e5-47c214016fdb','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:30:25'),('c01cf726-8223-4ce8-a1d4-4432deea43ec','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAwOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w1JvbFiBWeuyjw7apnNYZ2r8smpxHydlen1ptkpDlyU','2022-02-24 03:53:32'),('c02a4cd8-bd13-441c-8358-77fd62813bd3','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:30'),('c02dfdc7-cb27-414c-a925-33a5063ac382','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:06:37'),('c037e1df-4de2-4ae5-b38d-878c4b1b0c98','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:07:14'),('c03e0cc8-4171-45df-8884-5e097477893e','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:07:13'),('c0412c2b-de08-46af-b323-190fd9a5d311','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:24:15'),('c04223fa-cabd-42bd-8aa6-e3b3d9254ff5','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:14:59'),('c04f11d9-b806-4656-a217-85e44b353ce1','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4Q6WEDXgb5bh-Sx1TNrSGjRc7p7s6C_ffzRStafSx20','2022-02-24 04:02:41'),('c05580b4-c31d-4cc3-8825-389ead991743','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:39:02'),('c0575fe7-d004-4600-8108-35d129439a8c','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('c0587558-a0d4-44b9-8d43-69bb99d0b81b','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:38:48'),('c05adefc-51e6-488b-b320-c154cfc4bede','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:53:57'),('c06bf90f-3377-4f56-baff-65aa21741e3b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b6de1b62-07c2-4945-ac8a-060f72834bfa] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 23:38:03'),('c0709aba-783c-4edc-97ac-38944dfc5f9f','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:36:33'),('c0725624-696f-41bb-bd78-b7fa3a38295c','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:57'),('c07fad38-a24a-43bc-b260-0df4683dae23','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:49'),('c091ad42-5a8a-4b8c-9010-8bf4a2f62222','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:13:21'),('c09a8712-7710-4113-83ad-84c049751312','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 02:15:43'),('c09a9e83-5ae9-4099-9a5b-f845a57f1e5c','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:10:58'),('c0b4d34e-7a23-4a79-aa6a-425e9703f41d','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:54:03'),('c0b77888-935c-4cc8-9d58-8da7c34908bd','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:39'),('c0bc2ecb-84cf-4ce1-bdd2-ee20ec866e0a','MtvDHivPxZ8qOfTaTk5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MtvDHivPxZ8qOfTaTk5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:04:39'),('c0e8f5a0-01bb-47af-9b79-d60085d29e5b','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:27:38'),('c0ea677d-3950-42ba-873d-d72f3b64c846','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:25'),('c100777e-46f3-41a4-9510-16b703f7ed04','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:02:50'),('c1044a36-2151-4c2c-98dc-7be06d0da8b7','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:55:43'),('c1071eeb-0019-4d9e-b1b0-054c693f841a','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:55:37'),('c1077c7f-5f57-4ffd-b3e2-2f546e27be94','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:51:46'),('c110eacf-dc85-449b-9cb8-0f9ad93fb398','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:54'),('c113b48c-70b9-4eac-ae0f-0be5140c7f8c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7de71809-2fe5-4e4a-bddd-f919b3d8847a] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 20:19:03'),('c1170120-e4d3-4c72-831c-23069fde4896','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('c11b4ff5-8228-4183-8633-7c16efc2d4d8','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:22:56'),('c11dca91-8c22-4af4-b97e-9a26431133eb','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:58:00'),('c135aff3-5bad-41b1-801f-d73f5deeffd4','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:49'),('c13a3a3b-7e69-409f-bc52-c03ca7becbae','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:02:52'),('c14424f5-c098-4703-805c-21a3dc86c4bd','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:30'),('c1476cd2-04d6-466c-a3eb-7c18b6848ad9','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:27:38'),('c14ed540-9430-4d78-a466-7a82a1c662d6','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:40'),('c151ff5b-d125-48f7-ab66-c2450db6dae1','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:13:05'),('c1547683-eed9-450f-af32-8980414c2ff8','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__aDZwv5jkfCmg2mkHMUI&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('c158811e-fed0-4039-97da-fc2c36a62e64','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 01:53:53'),('c1595099-a96f-40bf-a06e-93de397ba9f7','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lyqeEi3DScLVYTbtiA501o-vg6hi6f3_orfs1tuN4_A','2022-02-23 11:04:44'),('c15abbfd-27a9-4d36-9c48-ac86c0aa7628','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:58:00'),('c171f5bd-e10d-4a9f-8b3b-e78da1885919','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:09:15'),('c1730f30-6790-4807-be9c-04cac9777ec8','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjQwMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.34z7uvcFZWuqKc6vLL7yCm2R-WxvoAHbSBZO49-j2Dg','2022-02-23 10:46:43'),('c174d14d-7775-4596-af47-98acf520d877','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:53:32'),('c176e82c-70d0-40e9-8bd3-e9a59094ece4','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:38:48'),('c17a4b70-a599-419e-a1c6-75e1bafa75d5','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:02:30'),('c17cf734-4725-4e18-a48f-4318382b3fef','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:36'),('c17e3cc9-2693-49a2-be23-4d856dd0e063','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:38:49'),('c18087ba-a1d9-4c66-9319-a399f6dac63d','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:49:47'),('c1838673-c40a-4bac-aef5-2188a6ebf78b','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:00:35'),('c18eca6a-5586-4852-b331-27438ae3cc28','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('c1902dad-8b84-4935-8e7d-abe071023c45','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:11:49'),('c1a97f91-6838-4643-88d1-99d556e6eddd','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:51'),('c1ae8f0a-d45b-49c1-8dcb-9f9e83221486','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:55'),('c1b5e6b2-3d02-4a69-b287-92d406cf2e6a','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gOFY0CsK7xvrxHW9bF66FpLeU0Y8bvuEMFnvv19g8X4','2022-02-24 03:37:57'),('c1c48dd7-b334-4d08-b6ad-6930dbf5c5ba','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:09:17'),('c1ea3779-998d-4404-b21d-dfe175e01e59','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:53:32'),('c1f0405e-5b92-4fa4-a2a8-9985c5746a15','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:43:30'),('c1ff9d71-8486-48ff-84a6-359d6faf772d','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:36:36'),('c2135112-00cf-4a83-b411-b5d0832a17f5','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:39:15'); INSERT INTO `sys_log` VALUES ('c216e384-3986-44ef-a073-88bbe38f3e28','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:07:30'),('c21af29c-512e-4ea1-8b8b-f829cd1b3574','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 02:15:43'),('c224255d-95b9-41e1-85fb-a85855d39580','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:53:58'),('c22e33a0-f3c1-4e3d-89b1-c2c8d658b91d','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 07:15:44'),('c2358530-eb78-46c9-94f5-854343bc9b89','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:49'),('c23705e9-e140-484c-acab-a128766c674d','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:10:56'),('c2387ec0-f633-4c56-a021-99a9d812d725','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:14:59'),('c23901d7-4bff-43f7-83cc-b09170c40d8d','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:41:06'),('c24c8283-7348-4cd4-b816-5a945357c844','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.j7VoCvCS3_BvLkDNPGwI1jqf1lgM2CB21AYT8dD_7P8','2022-02-23 14:03:24'),('c24db330-2310-48b6-aac3-081821b1d1fe','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:47:16'),('c254c962-e34a-4fa2-a09f-e09120cce2b7','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:02:50'),('c255364d-8f8a-4812-b860-3fcce8d76fb3','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:04:10'),('c26318b6-0732-4eba-be4e-76dbe7a94639','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e0ccb29f-435d-4c54-a725-7096bdc0cbe4] 开始执行任务(1):回收授权到期后应用','2022-02-24 02:19:03'),('c266f7ae-88fd-4353-83f8-8ddba5c14e4b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:30'),('c273d74f-6577-4106-ab84-0d0123c566cb','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:38:19'),('c278a5ec-6e69-4c64-b4da-6d2a4ea64e63','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:41'),('c27ffab0-66a5-40cc-9f0d-3e590e5aee7f','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:47:22'),('c2807cbf-1685-4025-9ad0-943a3ae561a2','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:40:56'),('c285155a-a6bb-498c-95c7-32af610b83cb','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:49:47'),('c28db65a-42b8-4e1e-bd50-6e9118ef916c','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:02:34'),('c2a78cc5-a56a-456c-b05d-8c1c3797d6e1','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5EwNftUXIhzjnCd1jAYKagYEzzbCaPaqzgmo2u_0Fzc','2022-02-23 14:01:17'),('c2b12e6a-68e1-459f-b9fd-ff119b9ba312','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:17:25'),('c2be8765-aad8-468c-94c5-ab4524dfdf84','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:07:51'),('c2c0e17f-d09c-48f8-aef2-2c12a20effbb','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:16'),('c2ccacd6-fc2e-4939-ba0d-3a52e0d49ad3','FBxgjHxTFas5znFppzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FBxgjHxTFas5znFppzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:00:35'),('c2cd0ab4-ea72-4d30-911e-40e9e012c7d6','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:33:17'),('c2ed1048-5063-41a4-912c-f5d86a298ff0','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:58:30'),('c2fbf68c-ad12-4cbc-b70f-d02997b5e0e4','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:14:44'),('c307244e-ee4f-48c8-9575-7d2498da9b32','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:11:49'),('c31249cc-1639-43d9-8f60-bb9f36572ebb','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:49:16'),('c31a7124-643b-4c83-84d7-896ca871acb2','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 01:53:55'),('c31caa91-c014-4230-9492-25069a6920d1','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:49:16'),('c31cfa68-4dcc-4ac4-bc2a-f5c1286d7e0e','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Z0CGOfatwFKEez5ZiRM&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('c320e080-4fce-4d21-a7a9-88abe745e1f8','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:13:05'),('c3233f65-39f5-4c8d-9ea5-243e1686c91a','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:36:28'),('c32c1f23-badf-485d-8924-44b1b6ceaf52','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:38:29'),('c32fc992-06e1-484a-8b7d-6294cbcfac26','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:02:52'),('c33b22aa-c9ec-4193-a0ed-fc91ed613a71','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:30:43'),('c341a421-16b3-4324-a470-ab05764dc52b','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:54:03'),('c343ee47-1c54-4874-8b6a-2cd6873472d7','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:41:51'),('c349f938-93d7-4062-b03c-962a54cf910b','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:52'),('c3544bae-9661-4a3c-b5c9-f273dd279827','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:36:36'),('c3547446-3543-4ef4-a3d6-896aac3873b4','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 09:53:40'),('c3560682-0fb7-481f-8ce8-6a3c4aaf407f','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:25'),('c35eb184-697e-4bf0-ba6f-f9f720574b57','3N6gw5dHlMRCPXYbCqu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3N6gw5dHlMRCPXYbCqu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:21:52'),('c36cc651-d2c9-4743-a916-948f4e3364a3','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:27:27'),('c370e925-d0bf-47b9-b7e7-11a5a908e36f','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:05:42'),('c3712aa3-03ce-4cbe-9f2f-afe95c70a947','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:53:32'),('c377fdf0-a323-4587-a858-1c8d1ffd86f9','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 07:15:44'),('c37b8352-1653-4fd1-9855-9c6d77ac0343','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:35:52'),('c37f4543-e040-4468-a377-f7847195aa23','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[539df481-6d96-4396-ac2a-ad68c10095eb] 开始执行任务(1):回收防控指挥权限','2022-02-22 02:37:10'),('c380d209-f5be-445a-9d44-224e8d20c67a','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:07:51'),('c392278c-2bc5-4113-8c7a-806efeef8038','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:05:40'),('c39ff04d-4f17-4c9a-981e-8120569f7cd1','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:40:24'),('c3babef4-8415-4071-b0af-908b92d9bf5b','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:50'),('c3bc90b8-3bda-43f3-be11-c8afd30218b5','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:40:22'),('c3c33056-f357-4ba8-9857-aca6737b2aaf','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:04:28'),('c3dd519e-cee1-49d0-868d-b5b281ace89c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3811189f-1f90-4d47-95f1-89826c857830] 开始执行任务(1):回收授权到期后应用','2022-02-22 11:18:02'),('c3de1584-2a67-4b12-98b0-7bdb95b41773','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:01:16'),('c3de8ef0-3c7e-46d5-8393-f2e78764320c','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:55:46'),('c3eda18c-062c-4bcf-bf64-7085b70f5751','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:51:36'),('c3f14f11-69a8-4e1b-ae71-ecfbca8a8d68','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:47:52'),('c3f8496d-6fa6-4005-8372-e83adfc047dd','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:06:36'),('c4013f7a-c58c-4208-abc3-693f0543a9bc','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:40:31'),('c403e165-e93a-4e40-ad74-89aaf5e47fa5','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:32:05'),('c40e4c9e-c477-4ed2-9583-19f0c7b32fdd','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-6gcAlwAlSdKA4R56DB1kYTsVXgz3IKHwYAubUO96FU','2022-02-24 03:39:47'),('c41ab4b8-36dd-4841-adec-927097836d97','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTUyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ks9tlGHFbxGtuEcXFQTfb9KstZm_6ee4t-_TykBBDyk','2022-02-23 10:32:05'),('c42a8273-c2b8-4fd7-ae76-334b741ea8bc','PTvgTE2w98Gzr6uqnjN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PTvgTE2w98Gzr6uqnjN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:55:43'),('c42b32e0-0ead-4817-8ef3-d31bee4e33b9','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:14:44'),('c42c4c71-eb47-475b-8d9d-51131cad2609','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('c42ebc45-ac89-4c06-afca-3d90a9ad5822','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjI5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IjHX1OQez1A0QumCyfOyITfwCOYCouotBulEK67Hmpw','2022-02-23 10:45:00'),('c437538b-9576-440e-b685-148a1a11e028','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:38'),('c4409f9c-35db-4232-a708-63bd47dc76af','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:28:59'),('c44dab27-575b-4a1d-b1e0-638cfa0b5e00','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:19'),('c44dcf32-53e2-4bbd-a270-e9f7c3f3d26f','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:55:16'),('c451f77a-f00f-48e5-a112-439e27a69835','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:14:42'),('c4520d5e-9267-4a9c-800e-5b4ea8dc38e2','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:47'),('c458458a-bad2-48e8-9d35-6edc2dae63f1','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:04:28'),('c45f9e12-68fb-457e-9999-3ee6ed40595f','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 13:08:25'),('c46b0e5f-6171-4cb9-9513-8eb58c9c6d01','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:07:42'),('c46c4f62-94c3-4c3a-8297-7b3ef5aec5e2','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:36:37'),('c470a3da-e8fd-4093-aa12-7cad06fdd30f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7d9a6b22-478a-4ea1-8fee-8ba045300024] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 03:39:03'),('c48c1637-cdff-4ba7-bcd9-9068154045d9','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:37:12'),('c48d3e9b-4838-4b61-9308-7d5adbaad3be','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:15:48'),('c48fd1e6-1f77-40e6-93bc-9064d03c048e','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:55'),('c4a41890-65ad-434b-8aca-69a25440b34e','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:40:22'),('c4c3ca59-bec0-403b-87af-52bfd6febb3d','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:27:33'),('c4d51a2b-4e5e-4acf-b657-458467bc8775','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:28:59'),('c4dbdf0a-b732-49c6-8a4e-981caecd4008','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:41'),('c4e214a4-d17b-4c0d-b8d8-9d6edf955367','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:01:13'),('c4e3a02e-df0a-4b1b-9a34-15d1f27bed88','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:04:28'),('c4ea14a6-f575-4239-b982-6624a1f3b691','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:16'),('c4f5dec8-a4d1-4f41-b079-fd72704a181d','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:49:50'),('c4ffb794-6364-49b4-a9f4-b494b93e2471','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:13:09'),('c500ecf8-49f8-4ffb-8af2-c2eca3a37dd3','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:53:58'),('c508f130-8ae9-45f9-8eb8-45b3083fde8b','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 09:11:48'),('c509f7e7-d880-403f-8bf7-d7a4046feda5','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:54:00'),('c5143063-c330-45ae-8f40-e178af73fa4d','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:04'),('c519a34f-f5ef-47e3-a6b8-3aea37583cb4','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:27:38'),('c530e394-ff06-49ee-bb8f-7549c0d57bdd','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 12:19:21'),('c53b1129-d34d-4146-b686-252e5ac5e46a','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and 1 = 2 AND item_clientype like \'%电脑端%\'','2022-02-24 06:46:58'),('c54237b2-f42b-420b-91c1-e61ab4c730ae','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:49:47'),('c549c7b3-fb9a-49d9-92e9-9828583b92b5','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:36:01'),('c560b029-cb7d-4fee-a373-3c4fdfc62d7b','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzk3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fhOmtzzw49q0gY3A_HPRiC_zavE0Pl0WSHKKc4yXvb4','2022-02-23 13:59:38'),('c574d325-14ee-4656-9c7c-257080077287','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:05:33'),('c5782934-2e0a-4c6f-a10c-37e9d9feff53','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzE5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.X4jjpqcMSx6rmLTRixu88beOqlW0UAGMoPu9t25tRkM','2022-02-23 09:53:16'),('c57f1099-ecf8-4a95-8aa0-a194f8ea45f6','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:19:19'),('c5828205-f2fe-4a68-8359-5961a344b222','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:49:13'),('c58565ac-ee33-42b5-ab3d-6ab53770bc67','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 10:41:17'),('c58efbb1-e27d-4a75-9656-0342591a0583','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:12:02'),('c59c6af0-d06c-4504-b0d1-f5aea7a1b4c9','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('c5b10c7b-0d94-4717-8bf7-08d2978de7de','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[646b1950-eaa8-4085-855a-bf0a0ddde084] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 14:19:03'),('c5b9b382-93e7-4d45-b8a5-7754f5473b65','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:02:50'),('c5bc0da3-7c45-44c1-815c-f0bb03814349','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:14:45'),('c5bd4359-2189-4ae5-ab03-150aa97665f7','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:31'),('c5c28115-1512-406a-9673-dbf51768ef8c','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:36:25'),('c5cb97f1-e85a-4def-a388-fbd8d130d391','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:39:10'),('c5d2995a-83a1-4471-9dc0-68f5a27cdaa1','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:06:36'),('c5d44214-cc40-4143-b549-9e485acc7b15','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:36'),('c5e216b3-e658-48aa-9676-77d939efa852','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:50:09'),('c5e3bfbd-f418-4b3f-985a-08925b836f34','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__aDZwv5jkfCmg2mkHMUI&opentarget=detail&linkType=01','2022-02-23 11:02:55'),('c5edf9f2-e909-4cf7-948c-8f18bbf4172e','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 12:19:19'),('c5f0cf24-5992-4db0-ab09-71eeb5b97158','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:05:33'),('c5f147bb-e216-4125-b49b-e51eb1373ae0','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:00:56'),('c5f5048c-77c5-4f50-8c10-126d453f0869','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 07:15:43'),('c60be94c-bb60-4cf9-9d96-57d974cdd802','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:13:49'),('c613c646-64ef-4e71-a5ec-8f3f3deb9369','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:00:35'),('c6146689-0116-41e0-98fb-0bb18a73156f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[0f24eff3-1e93-42ae-b27e-669de5cf3cbf] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 08:19:03'),('c61dfa8c-ec1b-47b2-8423-f2c9c76a42e6','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:50'),('c628b6d5-f9d9-4132-bd6d-a4cfcc696e66','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:47:16'),('c62b5461-1857-449b-a9d3-5af11b60c63b','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3LbXjQmiub6aKETX0BjCo5MlGRRGPwUnspT1nSswryQ','2022-02-24 04:01:18'),('c63a75e0-2cd6-4c5f-8bce-382da582db54','B3hKjshqMvOSfahM8P8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614708801\",\"docid\":\"BpuspSm7RhKa4Z3J9uX--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"B3hKjshqMvOSfahM8P8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:57:17'),('c63baefb-e98f-4fc9-9827-9104fd1a1a55','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:08:25'),('c63bc600-640f-46bc-b095-4e5582bb7095','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:28:59'),('c63c3526-192c-4ce1-8817-533b4c45afdb','Lue3kxDofGXp4DTAnF8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"bUhjQojVwZL0VQg81OM--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Lue3kxDofGXp4DTAnF8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:03:34'),('c6515680-c2b1-4958-8f1a-a3070920567f','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:30'),('c658a7ef-f0eb-4612-b68b-3a51c1231245','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8560f33f-ae1b-4547-99f4-0fe0f1f9b256] 开始执行任务(1):回收授权到期后应用','2022-02-22 19:18:03'),('c65f3aeb-4f7a-46d1-b100-8def5c1432d0','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:00:38'),('c66ca2c6-2d04-40ac-8315-e4f177e6b67c','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:30:25'),('c677214d-0303-4fc0-9916-cc69d7af28c5','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:41'),('c67a6563-1250-4c36-8d8f-0c2e9b4d967e','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:49:50'),('c67d11a8-2373-4980-b3bd-f2ca523500d3','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 07:01:37'),('c67e8ffb-3aac-43b0-93db-625cf012cd1b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:36:01'),('c682cfe0-5463-4543-98d1-6053f8ce13fd','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:19'),('c6840cf2-8ab9-4c1c-9593-8b52986e27ff','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:28'),('c69a1df3-270e-462a-96e9-6a7e789b9594','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:49'),('c6c4e06a-d834-4ad2-b5e5-4eb4b3fa4030','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:27:58'),('c6c82b1d-2977-4a66-b3dd-d495ae8a1f67','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:34'),('c6c93c7e-6121-47a1-9054-c181ae4367ad','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:47:24'),('c6e21526-a34f-41ee-9050-ade3e5e7256e','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:36:36'),('c6e5c334-5528-416b-a3f6-b221dd0916af','aMYl2tZRCt6aLzGZK4X','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aMYl2tZRCt6aLzGZK4X\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:57'),('c6e973d7-d817-425e-b897-c2caba33ef65','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:32:05'),('c6e9e627-b766-432a-816d-9c482191b78f','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:47:50'),('c6f17ae2-bdcc-4834-b86c-b6108c0c3440','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:53:57'),('c6f74bbd-94ea-49ff-8bc6-152dd1bde634','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:29'),('c6f8595a-aa7b-454e-b621-993fa9be1ffd','ynAuU0CGMPHLtkKXGuR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614792738\",\"docid\":\"Xm1f8HIIjAQjeSZNxV3--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ynAuU0CGMPHLtkKXGuR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:58:41'),('c6fdadf3-4cce-4092-bf01-31ef300077f6','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:09:38'),('c70b1c6e-9e25-4562-aabf-59d13a82e5c6','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:55'),('c711718d-447c-4c21-8c19-2d1effa5f006','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 12:00:36'),('c715eaf5-5373-476e-9d51-84fc7b1f82c2','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 02:15:43'),('c716e8ff-f84c-45d6-876e-4db9e255c510','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:35:22'),('c71a575f-ecf3-4bef-9d9e-a3a97c41e3ee','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4f74412f-5269-4e86-93d0-cb7265405280] 开始执行任务(1):回收授权到期后应用','2022-02-22 09:38:03'),('c71e0bbd-f2c4-4325-ba7c-53dfcf04a42f','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:41:51'),('c71ea955-e878-4ef6-83af-64cdc9552b42','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[217712f8-b5ec-48ec-8ce7-d1ca1ccb4611] 开始执行任务(1):回收授权到期后应用','2022-02-24 01:59:03'),('c722a7fa-a957-4de7-994e-fb175208c47b','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:04:19'),('c72a7069-5523-41c5-ae64-902333f98f31','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:00:59'),('c72eecb3-be9c-48b2-a8a4-36257ec41a98','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:30'),('c733da4f-f8a6-4b60-96ba-1c243d75952c','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:17'),('c736d1a4-de0b-4623-8b95-736347ade7ae','YFGAArYW9isezFb0gn0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YFGAArYW9isezFb0gn0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:25:21'),('c7400f80-ad7f-4189-be64-60fcd1fa0c1b','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:25'),('c7426d8d-150b-4e6a-9579-74a238989ff3','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:41:04'),('c7447ab5-6795-44d6-b02e-9f217bbcfbf6','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:30'),('c746510f-bea6-47ad-9f13-ba1c6966d126','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODkzMywidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3REWM-c27WGkS-RKUpZh8WjoZvW-6fd_SsrQXpKgfc0','2022-02-24 06:55:37'),('c74f7208-cfb0-449b-ba5a-1b196cb306ce','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:04'),('c754711f-9194-4114-adb8-6ad5d379f48e','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:52'),('c75bd6c0-80a4-4d7f-be50-a90d3b3e3d8f','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:00:59'),('c761b1ac-c12a-4de0-a984-b6e63c92a2d4','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:34'),('c7645d43-6b7b-4eaa-85a4-ef0b971c3ae3','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODkzMywidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3REWM-c27WGkS-RKUpZh8WjoZvW-6fd_SsrQXpKgfc0','2022-02-24 06:55:37'),('c764b3ce-297d-4afc-9f61-5b58a149316a','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:31'),('c76bbab5-a678-4464-b644-88cd7475a1df','jUqcWsUwY43gqkcn6Uu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611774803\",\"docid\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"jUqcWsUwY43gqkcn6Uu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:23'),('c76d6580-eb18-47b2-85f2-aa51a7481c9c','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.h0O-0gApgZqnP0rUnRfVm39H7p-qpGplaxXSa9i-00k','2022-02-23 15:22:55'),('c76f256e-cee6-407a-a36b-be430a6b5191','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[620c3e72-6207-41ab-94e3-9f0ce9312acc] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 10:39:03'),('c7734840-df8a-4fb4-a249-7157592de9d7','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:42'),('c7758c03-1cda-4874-a8f6-dc92a2e9e392','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:52'),('c77905d1-0a1d-4664-b03e-be063efd7388','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 01:53:55'),('c7887a2c-41b0-43ac-816e-cf6e90c19647','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:41:04'),('c78f760c-984a-49ae-ba73-7e344fee0504','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:49:50'),('c7928227-6fa9-4cdd-b887-d397a41372cb','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 07:01:37'),('c794832d-191e-4422-8beb-f8a6f3737d22','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:13:38'),('c79ab782-a195-4a9c-a4cd-1be96406cfd4','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('c7be39a5-e39b-4bfb-8e26-7a38b20666f3','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:05:39'),('c7c807a1-5724-4aa9-98b4-0e9183d80c1b','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:45:02'),('c7cf7eba-913f-4e17-b1cd-d8106d2a9bb2','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:27:36'),('c7d32ada-956c-4532-adc0-2fe0b99b6015','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:18'),('c7dc07ac-11b6-48b7-b29f-911a157d297a','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:15:48'),('c7ebbc57-be71-4cda-8b49-9b5696c5fe77','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:40:28'),('c7ecc146-1fa5-432b-9bba-3aa0734362c8','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:30'),('c7f162da-de10-4440-8910-fb3bc0e1c5af','HCV2ewpyDwMVnjRIth8','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HCV2ewpyDwMVnjRIth8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:59'),('c80138fd-28cb-43d7-82ce-6467e75a681f','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:55:46'),('c8020d20-b292-4b99-a57b-d794e732d91c','lDYoruKOGkQn1Z4p5vD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lDYoruKOGkQn1Z4p5vD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:21:52'),('c8123d5c-9ab0-4214-93e4-b0d42983bd67','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:53:55'),('c817abe1-06d3-4fe9-b4f6-e3bcc88b3c69','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:04:10'),('c81aa4e9-08c0-4eae-b75c-a754eb22f250','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:56'),('c82165e2-fe27-4647-a093-946bbd1a3722','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[adb0dfdf-830a-416b-8890-d92f4103d73d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 06:58:03'),('c824eac5-fa19-4736-9795-6ec4ddc243a9','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:59:36'),('c84d8789-c7a3-4c2a-ab4c-dcbd18e25ab8','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjI5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.eSftKKta64Ybdx10mJ1UHTbWx2mHkQkHnJOn72Sb1RA','2022-02-23 10:45:02'),('c8561837-8411-4e20-82e5-6d9ab8063bb4','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:50'),('c8561ca6-ac9f-48a9-9d5d-8c52d12fdca4','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:47:30'),('c85b9705-bf1b-4150-96a1-8bf05791de1c','KNAmgbIWpYvVjML591o','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645675851695\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"KNAmgbIWpYvVjML591o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:18'),('c862dc55-f0f2-4278-a9b9-d55028d421cd','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:59'),('c867fceb-f84a-4c13-b435-2b644d9d1dbb','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:09:17'),('c86cdc04-091a-49c1-9c87-9b6f00ab42e7','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:22:45'),('c894260a-4a7f-4621-b482-d52aef719d55','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:40'),('c8b6fe5a-7027-4f58-beae-219bb5093ea3','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 01:53:53'),('c8bd966a-ba10-47ff-89d0-e635bd82cc47','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:40:28'),('c8bdc75d-fa37-4701-9c62-c340baae0af5','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:08:25'),('c8c2c571-9625-4aaa-98ef-f4ebd61a766d','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:53:36'),('c8c2e7cf-a003-4a93-8be9-cf9bdc26e833','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__SoTIjqQwqGw9yf6riqG&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('c8c4c6d8-b6f4-4f94-96e6-03e3bae025eb','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:02:55'),('c8c95f5a-8550-4381-a877-4f29b183512e','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 09:35:52'),('c8d369b3-5ecd-4382-a467-8ff3fdab9eae','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:27:38'),('c8dc20d0-14cc-4812-8e41-69569cbfe380','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:31'),('c8e0daba-17cc-4676-960a-9df08c15a9f7','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:39:14'),('c8e789d4-007b-46bc-8655-f87adc0be83a','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[dd5647e4-7d23-40a9-b2c8-41c883d6e1a3] 开始执行任务(1):回收授权到期后应用','2022-02-23 16:19:03'),('c8e98d03-ee92-4310-906b-6098e37074e0','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:18:12'),('c8ea537f-6b52-492c-8990-9bbe869e8665','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:32:05'),('c8ebeea9-7571-41b1-a0ba-4da277783750','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:09'),('c8f559d2-010c-478f-8ae1-17507d7e0b95','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5EwNftUXIhzjnCd1jAYKagYEzzbCaPaqzgmo2u_0Fzc','2022-02-23 14:01:17'),('c8fdf4b1-b48e-4647-abc9-1b5de9f37d46','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:46:59'),('c901b50c-b921-4bc1-bb91-78c043ae37cb','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:12:02'),('c9026188-2874-48eb-a394-085ae63d1811','YlI27GoWCoGsujYcqmY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YlI27GoWCoGsujYcqmY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:51'),('c90ffda9-e4bd-4f45-86b7-5d64e56cf03a','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:49:47'),('c913c69a-d951-4c6c-bc32-16e71a9071c2','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:49:41'),('c92741a6-05b1-4d7f-8ecb-d95c13a1321f','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[],\"message\":\"ok\",\"status\":0}','2022-02-24 06:53:13'),('c938466c-33fe-4dff-b7eb-b9eeec83a428','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:22:45'),('c94531cc-70ac-4031-9545-74df1614dc4c','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:40:28'),('c9507239-b4ce-4d7d-b063-c95b4937b9b6','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:51:46'),('c950fe90-b1a9-4979-8e3e-a06fe4ad00fd','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 01:53:55'),('c95818b1-6686-4786-9cf5-db146b1c4ce8','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:14:44'),('c95a2c04-88f2-4d2f-aa68-e4a939a31574','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:58:15'),('c95f0664-8f65-4653-b818-809dedc931bc','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:57:59'),('c98914c6-3f84-4358-bbb5-3d4c77e45ce7','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:36:28'),('c98bcd6a-248c-4401-9b0c-0022bcfa4b9c','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('c9a39290-698a-406d-8457-d8cabcb083be','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3MqMBfnOJNAVzg_Gi4xRnnPsMKjQsXZVzdTN0hIbPRM','2022-02-24 03:39:19'),('c9b5c1e9-7917-4227-99f9-d572801325b9','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:58'),('c9bcc504-ef52-4ba2-94be-2176c2ceef26','MOpP8MCd42cDGmJBLpm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MOpP8MCd42cDGmJBLpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:49'),('c9ca5a62-68ef-44e9-9028-2282e6093944','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TNF2zNfaMPX44CX9O5c4d_sBQorxKP1RiCEolIbLmbQ','2022-02-23 10:35:20'),('c9ed38b2-be7a-43e8-aa7d-1e2c77f3647b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:36:01'),('c9ef9e0f-5c5f-4f68-8fbc-3f80675123d7','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:13:19'),('c9f40a51-c345-4ad8-9672-45ab44eafef7','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:41:48'),('c9f48881-83cd-4a5c-b6dc-ee6697dfb18f','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:48:20'),('c9fe7810-1620-4d66-9dfc-7b6348074540','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:13:19'),('ca11c7f0-76b1-4524-ac00-2532d81f552a','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:07:42'),('ca129894-6a99-486d-9137-2b58e8e61ede','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:36:25'),('ca26669c-b863-4bff-bad7-ebae69e1322a','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:04:28'),('ca26beb5-fc37-4079-82be-81c8d64337c9','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:47:22'),('ca2b9ae6-9228-4f23-937a-ee5b5421d073','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:41:06'),('ca2e02a3-40dd-4199-80d3-279c11373ffd','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:19:54'),('ca2ee7aa-71c1-4e8e-8224-e47158081525','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:49:16'),('ca462f9b-408f-4a8f-9ae7-9e0b4779fd58','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('ca48eb81-1aaf-4330-8136-06992c7c3dc8','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.f9aY6rOYlcCFI1xIgY8TtwPlzqDGbMsdq2kywKTQ36Q','2022-02-23 09:49:13'),('ca561902-c202-4908-ab86-1ac9273d45f1','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:50:09'),('ca565185-69dd-400c-b7a5-87102a9b2fc4','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:54:03'),('ca5cd4bc-07cd-49be-972b-27e279b44da4','fq3Bu5MRjfwpJAHC3k8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fq3Bu5MRjfwpJAHC3k8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:54'),('ca612657-af0f-441d-bc84-28640dc3ade5','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:08:27'),('ca6bcf37-822e-4907-ad2c-544c5d245aef','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:00:35'),('ca7380b0-0d54-494e-bde2-28866107c980','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:33'),('ca7594d4-288a-4aa5-9dd7-d91f2411ac13','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__pw297UAJJgIBF9xBtmW','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__pw297UAJJgIBF9xBtmW/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__pw297UAJJgIBF9xBtmW\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__tbaMpdSds34f31XJ4M3&opentarget=detail&linkType=01','2022-02-23 14:03:35'),('ca78cadc-02c0-40db-92bd-8ac36793f016','m2zA2wZlcKK6NOFaRIh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645630668359\",\"docid\":\"ngQNA5OJxfvryhxDAtu--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"m2zA2wZlcKK6NOFaRIh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 15:23:16'),('ca81dc71-1b07-4700-8998-85dcd70611d2','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:49:05'),('ca87c67b-8335-4fff-bb39-e16f52280ee8','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:53:16'),('ca94e6fa-1b97-4797-9d77-7ac8d297b733','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:51:44'),('ca9a1c6b-fc5b-4089-9ec3-1fe214a45766','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:09:17'),('ca9efa21-6e53-4be0-8ac1-c4d9f6eb56f0','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:48:20'),('caa38289-c1c1-446b-83c6-ae8f95aead25','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:29'),('caabb32d-7bd7-4325-8437-d74d8fcb4c83','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cHe41YnvDaOzv5Tap2dXMK2VHJJXzwjPMbMz3fNseVk','2022-02-23 10:09:38'),('cab1f460-d7f3-49ab-978b-99f38726a722','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8a422ab7-995f-48d0-9ae9-a7f5e0295952] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 21:59:03'),('cac04988-66f6-433c-ae7f-fdcf990400a3','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:52'),('cac2ec55-b5f2-44bf-b64b-6227ce33db30','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:24:15'),('cacc9aff-0a40-4439-99d8-ed5fe009e2cd','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== ','2022-02-24 06:53:13'),('cad5d13a-a3f1-43d5-b124-5af318bb9251','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:05:42'),('cadaf35c-5621-43c0-8583-bec819f8d2d6','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:35'),('cadd101b-d7bc-47b4-bcfd-315ab763f8d6','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:46:05'),('cadddac2-4f7f-4e64-995e-9907a911eb78','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjk3MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.h0O-0gApgZqnP0rUnRfVm39H7p-qpGplaxXSa9i-00k','2022-02-23 15:22:56'),('cae8edff-e514-462f-b8d8-a3c45aeb2c5f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:47:17'),('caea7ffd-2371-43c7-952d-655fc4a846c1','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:49:47'),('cb083e1b-6e43-4d1b-8a1d-925aaae01ee7','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:57'),('cb0a0da0-773e-40c5-9877-616dd13e601e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:35'),('cb0cb145-1e95-4d8d-8755-4aa4dcdd3b09','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:55'),('cb0f7515-cc3e-4130-995d-4f281c700112','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:37:53'),('cb17959b-e8b0-42d1-b276-e00ef27261da','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:47:50'),('cb24f4b0-6728-45e5-afd1-514682ed32b6','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 07:15:44'),('cb42b1b8-d0c8-4c40-90a5-d205dbce9ce1','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:37:53'),('cb4de28a-8243-4861-a755-8c1169751ee9','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 12:49:41'),('cb515f2c-ec75-46f2-9305-4bc105bb116f','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:09:38'),('cb5d90b7-2c97-4539-9716-e8ccbb108c09','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:40:22'),('cb61f73c-51b5-4f12-a670-bec4b4bd1889','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:01:34'),('cb680abe-0899-4204-a4b6-698a5ba93071','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:01:17'),('cb688689-318e-4761-a0af-932e8374e292','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE1OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DogQvyffCN5cKX-Qkiu5CqIk2rQfNqu-7sxa5kJdRX4','2022-02-23 09:36:01'),('cb6913ca-7458-46b5-ab5d-45b2b48844fb','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:19:21'),('cb80c3ea-2b63-4abb-968f-94c3f47bdfbd','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:02'),('cbb12b03-4542-45f4-b49b-ef303ba679b0','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:11'),('cbb3234a-4a01-4c53-8d3c-8f290b7960fb','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:47:30'),('cbbe3ac9-d2fb-44f0-9ace-c407bf9036c6','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:58:00'),('cbceb1df-2ec9-4cf7-bb10-1a1874f02688','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:59'),('cbd314dd-4a98-4ae2-ac8c-7d8d39c89960','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:31:52'),('cbd7cc79-e67f-4db3-ae46-69ac17f5d887','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jpl9uUchHxeyZyA7_Wx4oq015eV2TjwO2EcciwNoUE4','2022-02-24 03:53:36'),('cbe30701-9a8a-452d-838e-9f0aacb691a0','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:17:25'),('cbe5e825-72e5-4d7e-971f-e8307b7af4ed','L6FcNvhTrTolElDOQge','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L6FcNvhTrTolElDOQge\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:13:38'),('cbe674da-d541-404d-95be-edf4860ab0bc','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('cbf04ed1-9421-4f05-86f2-8e2f0cb86849','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:02:50'),('cbf90f75-a4c6-48f7-888f-2ccbb9276a85','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:59'),('cbfd775c-d040-47d0-af73-b0f4b3418c74','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:34'),('cc0cbb19-3749-425e-a66b-bd6f278d63fe','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:36:28'),('cc1db572-3c51-4b2f-9de8-bb4b3bfcc755','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:36:36'),('cc2c0e70-af0f-4b6e-b373-6dc2cb88d37e','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:39:12'),('cc31c370-f8a9-480b-9ef5-20ab87a29df6','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM3MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3IxTlE9MBd8w_g93O1Xc8XiVwtcyoQuameVRsyQ0u_Y','2022-02-23 11:02:55'),('cc48e053-67d7-41bb-bada-8bbe0efdbe30','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:36'),('cc4afa1c-4322-415e-8a9a-a9e5aad8c4af','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:19:47'),('cc570c6b-2c38-4518-9ed3-41854783229a','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:02:11'),('cc61c178-fef2-43f6-a257-b699e0c94731','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('cc6439cf-6d11-4181-8533-226eb6ef7a83','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:04:39'),('cc64afc4-8886-48ac-afdb-cda1f038ac9c','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:40:56'),('cc659ad5-8bc1-4e56-b970-8b3018fe21d1','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:02:55'),('cc6cd61b-2fa7-411e-a8ec-7e619dce31c0','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:14:59'),('cc7818d9-7ba3-4d27-b718-7045f491ead3','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:46:05'),('cc7a3b20-650d-4701-8b86-5c846079e31e','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:46:59'),('cc7d24f4-3ca0-45a7-a50f-b48ccdf4213c','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:15:48'),('cc80d0d8-b8ea-4d94-9a1c-32a2934dad4b','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645676191212\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:01:57'),('cc87b0cb-c4a4-48ee-9902-e7fad4be33b8','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:41:16'),('cc93863c-137e-4b58-9f86-98d49668b0b1','NWw3pvZoUaYMD6q7hc3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NWw3pvZoUaYMD6q7hc3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:47:22'),('cc99e94d-aa92-492d-96ce-396e85dd6290','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 07:15:43'),('cc9f4293-ca8e-4a75-af66-8000baf0ab66','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:13:42'),('ccaaa05d-edaf-4cd4-a851-378294766d42','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:47:52'),('ccb7fc84-a440-46ab-b74a-2c425ff4fd3c','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:52'),('ccbd0263-74e6-4d6d-aad8-f86d636f27ff','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:22:15'),('ccc1d78e-35c8-4d15-afca-e5fb2f251731','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:38'),('ccc89d69-a128-463b-9481-c6e84966980d','1m0BlITBZGMyMSpbXut','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1m0BlITBZGMyMSpbXut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:22:45'),('ccda7889-8695-42b7-8f55-d36181b6820e','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:47:50'),('cce2b3f2-f98d-43c3-8f37-1948af875d2c','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 12:49:41'),('ccebc6d0-2355-4280-9bdf-7364e6e3aaf4','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:24:02'),('ccf4fc72-2b78-4718-b2cc-d1c5987d833a','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:00:59'),('ccf8108a-5694-48cd-a55e-b6ca5507d5c0','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 04:02:36'),('cd0066c1-01ed-4ec0-aa30-02f2fd5024fd','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:47:50'),('cd03a6e2-ee4d-42de-8ab3-d5ba81491ae1','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:31'),('cd068794-78b9-4302-a5dc-17c79aee7686','d6s0c9VjWNpyU9VyR4j','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611755921\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"d6s0c9VjWNpyU9VyR4j\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:04'),('cd15b488-3f7f-4bb4-b8f0-3f14c9f7c924','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:59:50'),('cd36c8b8-c9bb-447f-b330-2d14dfcce526','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:07:13'),('cd3ed6f7-6ed2-4d7b-b9ba-2a39700d820f','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 15:22:56'),('cd3ef158-18ad-42eb-85f4-ea774169a3b2','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:14'),('cd5145ea-d18c-4a17-86e8-467d2a6d95a4','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:15:48'),('cd5219fb-de18-4448-9c45-c332e0ca54bc','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('cd52af5e-b64e-439f-b697-c9f0c068a8b7','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jpl9uUchHxeyZyA7_Wx4oq015eV2TjwO2EcciwNoUE4','2022-02-24 03:53:36'),('cd707a45-01ea-4858-adac-a4d284ad7cc0','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:47:24'),('cd8380e3-2e8b-4cdb-a7ed-e759d80aa490','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 09:53:16'),('cd91b3d6-c36c-4c62-ab1d-999a7d316929','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 07:15:44'),('cd9db6d0-4755-4f33-8728-a53bc908ebf1','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:02:52'),('cda33727-7a01-49d3-967e-690b28e9cf87','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:49:42'),('cda79b25-719e-49ca-813f-5b62fa9f61f0','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:08:25'),('cda85346-d25c-4c5a-b6c8-388ce8743cdd','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:24:02'),('cdc2b6b0-2bf5-4ec5-b30e-b0038a0b951b','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:06:37'),('cdc707a6-691e-4165-84c1-15bf56946b90','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:41:52'),('cdcac894-3463-489e-af2c-7efb1c93a4b2','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AsrboDfQXcpyCo6q1S8NUkd_kvy7YVszp0NaQxpcazo','2022-02-23 09:49:16'),('cdd79a87-c50f-4dac-903e-75c906b6884f','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:49:16'),('cdf43f55-da0b-4d88-819c-119411b9771f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:30'),('ce07521a-cfb6-4466-95c9-d3d85ad967c0','ZjvyvtGKP0zkdyy0g1k','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"h6f1dVn8ttGSx1yNm3a--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZjvyvtGKP0zkdyy0g1k\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:03:04'),('ce0b60d3-cd02-4d41-a3f6-ed140b0672d7','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:48:21'),('ce1f066a-fa7d-4bf5-b5e4-5f606fdab0d0','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:38:19'),('ce2a0fb2-70dd-4527-9dc3-491a9cee15f7','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:36:28'),('ce2baf5d-bf63-4923-897e-ef1c24ad00f6','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:35:52'),('ce2d8363-9ce7-4d88-8202-d72b234d0e64','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 07:15:44'),('ce364f18-f67d-4d13-b710-5dc5c2e383d9','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:11:49'),('ce4012d3-de26-44ca-a317-f6b59eef71f9','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:22:12'),('ce4f3aac-daae-46d5-a38d-0764f58d2e84','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3806a25d-bb2e-488e-b9c1-6a16f6b51529] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 01:19:03'),('ce545da3-dd56-4bba-ac38-29500b416778','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:33:26'),('ce5bdff4-673d-44a3-bbb7-044b296e2d64','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:24:15'),('ce5c0190-d984-4609-ba91-99e2f44bc098','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:24'),('ce61ac1f-1291-42fb-bfd2-7c47782453f0','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 12:00:36'),('ce63202f-230b-4240-b4ec-ffcf0e2443f9','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:18:12'),('ce7000d7-dccc-40cd-bb5d-d9906899674c','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:24:15'),('ce72f481-3711-43c7-a497-d24faca4b9ed','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:39:12'),('ce7b73df-bc71-4e63-b08e-d061fc3cbd3f','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:00:55'),('ce7b8d8e-655d-4691-ad13-519e6915da68','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:24'),('ce81ba22-1139-4b2d-8b92-c9ab3e5db2f6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9d9add8b-1afd-48c1-b292-45ce2912bccf] 开始执行任务(1):回收授权到期后应用','2022-02-22 20:38:02'),('ce83e436-d351-4942-bf9f-897647ebc756','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:25'),('ce84f210-7bc2-4625-a4de-7cfaf4721696','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:27:36'),('ce85662f-dc30-474e-baaf-8dc206b18975','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('ce881a56-4d6a-45c4-9415-447801c6f69f','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:39:15'),('ce981274-d4dd-4050-ae5e-d0906192111c','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:47:52'),('ce9b9002-e175-4434-940b-62d0b621f6de','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzQ2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ISy1N77P2cg5eQ_d76sNG5JDfrdlwmEXCZdj5tmBftM','2022-02-23 11:04:25'),('cea1fff9-dcc3-45fa-8371-487f082d1b45','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:08:25'),('cea59981-f761-4a6d-bc49-56a12da1f527','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:49:16'),('cea80afb-11c3-4ca6-ae12-b59da1763bb0','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:04:19'),('cead233e-c317-49c2-adc1-337f33338e64','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:13:05'),('ceb12073-73af-43b3-847f-7ed2296cd58a','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:49:47'),('ceb7278d-d8fb-4313-9858-dedb57c1596d','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:47'),('cec6b014-3e22-4d4c-a544-cf64e201da8c','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:41:51'),('ced80554-e9d5-466e-a939-f2619fb1aa5c','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDQ1OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.d3S69Ki10ExmJFOTsTrE3fI8CftgL5MXt-OTQGJGJ6c','2022-02-23 09:07:42'),('cedbf497-b35c-4a58-9852-4d083510dd4b','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:02:36'),('cedd216f-fa77-469e-85d8-9fd671407c63','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6c8bd3de-8763-4c99-887c-a9037eaea3a3] 开始执行任务(1):回收授权到期后应用','2022-02-23 03:18:03'),('cee24645-68f1-4257-a4bf-312506ab3280','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 02:15:43'),('cee36e74-a21b-45e5-a6b4-2077d89c186a','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GvHfRylN1KZ1f_LzTio8cH88fQeJY8TE9A0YSRPsz_4','2022-02-23 14:03:35'),('cef1e57b-5d43-42cb-b738-fb401eeb9e19','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:59:36'),('cef6a2ca-ffd4-42b2-a79f-62b0aace7fb7','0vaaVhNREaHkpdMdF3H','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=B6F4B07209EFF947E86C9BE58006A853; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0vaaVhNREaHkpdMdF3H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 09:07:42'),('cf0093f7-5e3d-4840-8194-441ce1b16b86','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:57'),('cf01b5b8-241c-40bb-ade7-df8f275ea5c0','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:40:22'),('cf030e81-17fe-48a4-8b84-7d05a47a35c5','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:37:08'),('cf03e1ed-c2b5-4bb0-bdf6-6b22ccbcd5e6','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:24'),('cf053844-ba9d-4fd6-b203-571f06b002df','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:49:16'),('cf1fbfdd-284b-4e71-83ee-b0e75008e8f9','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:19:54'),('cf30ec4c-dcc7-4704-ba8e-3cbcf4a470a3','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:47:50'),('cf360e7a-566a-4741-9214-b6f6a4941659','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:53:16'),('cf57020e-3579-46b0-ad77-c63e8d35eb74','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:49:47'),('cf5d7152-1be3-4cff-b127-67ea5b13de93','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:51:44'),('cf5e245d-feda-4420-b241-f4a3596ac65a','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=审批企业==》/static/signon/staff/#/ApproveOrg?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODEzMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.BWf3HyDuL0C8LxqFuLJV57S9jlUJN9TmiNbv_TenCcc','2022-02-24 03:55:36'),('cf6e00b0-81bc-4f5d-8336-48737f7f0b95','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:58:15'),('cf72efd5-78bb-4419-875d-48504f50c0ec','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:30:25'),('cf81de03-ae5b-4a07-b006-9b2c68b08858','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:55:43'),('cf9784b0-f752-45b0-a78b-9b3a62ffdc07','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:47:16'),('cf98262c-1759-4985-b2ba-d57a217823ca','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:17'),('cfaea4f9-e4bb-4361-82d9-ac11f84401a0','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ybf-MIA-AWLoEAGVNMW6ziD2QVFgo9DnyLd825Kdu2g','2022-02-23 10:05:42'),('cfb83a24-df4b-4e13-87f9-f5d7bd1a7ce0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7e0540eb-92fc-40ae-99c2-52afa45396b5] 开始执行任务(1):回收授权到期后应用','2022-02-22 07:36:03'),('cfbc77ca-0c2a-48bf-9f3b-f62e1866ff43','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:42:04'); INSERT INTO `sys_log` VALUES ('cfbe9827-9d50-4ad7-a5f4-c41f9db787a1','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.TNF2zNfaMPX44CX9O5c4d_sBQorxKP1RiCEolIbLmbQ','2022-02-23 10:35:20'),('cfc67fce-49a6-4631-a714-dbedf8ac72e1','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:59'),('cfcb8393-38f6-4a5e-a484-3afa220faad4','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[248a2b5c-199b-4f07-86d8-0000fc0d1b3f] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 04:36:02'),('cfd6c1f1-6b07-448c-85af-32c758eceddb','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:37:12'),('cfda157c-eae2-4e67-bce5-717d603aee6b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:13:38'),('cfe71721-eb7c-49c3-847f-b43ec1eb21a5','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:27:58'),('cfec3f95-298f-4cca-a68a-6770ae68be60','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:00:35'),('cff29e06-a2df-41f0-8ef4-1fbce0998c57','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE2NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.z8SkCbHy6AlmZ9vHCBwdMocUebMjygR2k3a8cT51BGQ','2022-02-23 10:09:30'),('cff41987-fd29-4d86-8016-0edb7f4be549','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7SLDQnKgqX8jdZd9Nf1E1ti0YUMACUKosCgW79DY2cs','2022-02-23 11:03:11'),('d0017201-6aa2-47cd-8756-3435d2213e40','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:38:22'),('d00b592e-02c5-45a9-937b-06e3ceb8c8c4','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:38:54'),('d018ebef-a786-44f2-b36a-a545e947ed96','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:28:59'),('d02671d3-7c31-4792-9401-5872b66ba57b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:59'),('d02c290a-c9f8-4acd-a797-42487418d108','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:01:16'),('d03c69c4-8fc4-46ae-99a3-f6dfefcedb77','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[dc73d24e-cb64-4f48-81d2-69643a277e8d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 17:38:02'),('d04aabe2-7f2c-4081-8a69-4f76e4a00f4b','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:09:33'),('d055d8df-c231-436a-a2de-96719f61b135','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:17:25'),('d05d88dd-73a6-408c-8428-c042f2e1ab36','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:27:38'),('d0668511-e81f-4f33-b164-fc35b7da80a8','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__hyLXrVlltH9vENSgz0O\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"search_creditCode\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__hyLXrVlltH9vENSgz0O/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"30\",\"_viewid\":\"__hyLXrVlltH9vENSgz0O\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"_fieldid\":\"\",\"search_ID\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,id item_id,id,name item_organization_name,field11 item_creditCode,( SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID ) item_registeredUsers,(SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID AND ( (field24 <> \'\' and field24 is not null) OR (field25 <> \'\'and field25 is not null) )) item_activationUsers,field12 item_registeredAddress,field13 item_managementAddress,field14 item_field14,field15 item_field15 FROM obpm2.t_domain t where id<>\'1\' and name <> \'all_users_zone\' ','2022-02-23 09:41:01'),('d06ca2eb-fcc8-4743-8467-90c7e075b03b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8b0aba17-09a7-4cf6-b63c-2939117d3dcd] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 18:59:03'),('d073c2b8-87b7-4250-9785-ef672686d12f','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:53:58'),('d079f236-98ce-4196-8842-8b32a9e67bea','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:40:56'),('d0810fb3-cfb8-4672-a7aa-312c203905d0','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:06:36'),('d082b83c-12ad-4959-aeb0-383d83d9a48a','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:52'),('d082fa0e-6e16-4a15-b0b5-23228bbf98dd','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:47:17'),('d08c92c4-cdca-4fe0-9dcc-244a4c28496e','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e903ea0d-6bd6-4cfa-a5a8-5c976ee264a5] 开始执行任务(1):回收授权到期后应用','2022-02-23 07:59:03'),('d0901616-322a-4e76-b272-8c4beef5aba2','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:58:31'),('d0916258-f53d-49cb-b466-f2c5cd381f1b','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:47:45'),('d09301b7-5f25-4db4-9bab-3dfd9cf98457','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c13e3681-9cb7-4a3f-a20c-82d8ba97dad5] 开始执行任务(1):回收授权到期后应用','2022-02-23 21:39:03'),('d0976215-d2dd-412f-ba55-bc3906121ce1','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:30'),('d09f1669-c6a2-4448-8f90-285cae42b029','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 12:00:36'),('d0a30031-dcbc-4623-9b67-6255b5fe5ff1','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:27:31'),('d0b180a6-5bc0-477e-bc1d-35f7ff5436ae','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:40:22'),('d0bbc3cd-aff6-4be6-b2cc-c3fe9bb09061','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:30:43'),('d0c13b00-89bb-4068-9297-189cc3872418','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 13:46:05'),('d0c199d3-04ce-45ec-b3e9-cad9a337cfe0','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:10:57'),('d0d280b3-0ddd-4a27-b973-de83d565f15e','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 01:53:55'),('d0d79907-f246-44c8-b1d5-184edb59caf2','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:09'),('d0d8815b-ab50-4c47-a2db-b245a54b0e3e','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:24'),('d0da2eff-bcbd-4f55-9474-4c302ee8cecf','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 01:54:00'),('d0dd95e9-9bb2-4809-9545-3d95bf5e241d','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:36:37'),('d0e2e9d4-9d7b-4e6c-961c-8dc2a7c6a7dc','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:09:38'),('d0e35e44-7397-48f8-888b-073af8a64081','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:02:50'),('d0f229e6-726c-4768-9496-0e05819ba31a','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[23bac225-97ea-45f7-9598-8d8a59effc55] 开始执行任务(1):回收防控指挥权限','2022-02-22 02:46:10'),('d0fc79cf-8d28-4529-947f-27817d3f4dcd','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:35:17'),('d105d16b-e0a3-4e7d-be61-92cbc1fe4ee8','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:24'),('d1087372-baa0-4fca-ab6f-ddc838c659c2','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 07:01:37'),('d109f107-aaf4-4d9d-a73a-123408489f74','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTA1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YGOwcxPj1pRrBk1keJ302nSUGjTnQSC1XlP6vGYPKOU','2022-02-23 13:10:58'),('d1135031-97f0-4dfe-a89d-bc02c26c1007','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:09:38'),('d11d1387-02ff-4f7f-a8ce-b19a2c573e79','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:49:41'),('d11e9b2c-aea3-4ceb-bfbd-4037a9819d3e','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:04:44'),('d126c910-2f1e-4701-bcdf-fb193d2ae0e1','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:00:35'),('d12cdfe8-52cb-4a1c-80db-caed26901dc4','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:09'),('d12db112-e961-43a9-81ec-2d00f383f8ec','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3MqMBfnOJNAVzg_Gi4xRnnPsMKjQsXZVzdTN0hIbPRM','2022-02-24 03:39:19'),('d1407b90-8b65-47eb-9f48-f35eab0196a6','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:11'),('d1480028-21e7-454b-82b8-48a3f371f348','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:25'),('d14a1e1a-b516-4f02-94b5-7d04d4b79f8f','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:22:56'),('d1589ec4-7317-44c2-a443-fbdeb632bf73','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:24'),('d15905a8-f011-4368-8f50-daca236bd131','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 10:09:17'),('d15a221f-e7e9-4fb8-b8bc-5d8946f7ff8f','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 07:15:43'),('d163e561-f09e-45c7-a0c9-f6a2130ae979','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:58'),('d165833c-ee87-4339-bf2c-805d9395be4b','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:55:46'),('d175be55-3137-49a3-9dd7-d4e54b19e7ec','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ad5b38f8-386f-4be2-b6df-0c6e9935f76a] 开始执行任务(1):回收授权到期后应用','2022-02-22 19:58:03'),('d1948c8c-c71d-4d48-a63c-ffbc07d01502','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:38:48'),('d19d5607-50b1-47ca-876c-00c5393edd4c','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:09:34'),('d19e203b-cd5b-4254-838d-a041a456c3db','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:46:43'),('d1a1f83f-de0f-4264-b787-498eac559380','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:11:49'),('d1a4d08c-8001-4a08-9fbd-37f7096bf28f','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:48:20'),('d1ae8586-3e73-4b3b-a9bb-130c4007cfad','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:10:56'),('d1af5cee-2673-460b-abd4-274a35db82bf','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:17'),('d1b650b2-48dc-4691-848e-0a3ba9691774','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:02:34'),('d1bd7bfc-13b1-41d1-ac43-8f51ded8be82','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4c5db4fc-01a9-4d04-9445-0732145d86d8] 开始执行任务(1):回收授权到期后应用','2022-02-22 17:18:02'),('d1c340e8-c217-436b-8f8c-59f7cbeb4b75','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:15:48'),('d1d41c6e-fafc-4c99-a5bb-c7169323fcef','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3d84bee8-2a92-41f8-a01f-f03ff61c5a9c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 18:38:02'),('d1d52e8e-6e91-4c5e-a656-f1afbe4a690d','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Dyj9aYIpAmj3mAbR-64Z9Dh78KVav4plMMYOPyAL0FU','2022-02-23 13:55:43'),('d1e49d12-8aa1-492c-ba4a-a72f9774a4f6','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:53:40'),('d1fc5a9e-7b97-4cfb-8219-7c2fb283181b','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[cf03e347-51ea-44f4-be3e-ea739df6658d] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 02:18:03'),('d20f9674-8139-4ef5-a998-a5622ae42a9c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:34'),('d217a04f-0f04-4965-85c2-48f1986e98e5','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gEAhIS9ifF350qYO3EjmYORHVQac_hH5VsgaDlXg6mo','2022-02-23 10:41:48'),('d23e719a-23b4-49da-83b0-ad3d5c2de62d','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:58:30'),('d240571f-1e91-4cf0-b1ae-09e256d5ae88','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:11'),('d244792d-fc7b-47c0-b798-6ff141b5894f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:08'),('d24d6228-4d6c-44a7-8f77-936d7038535e','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:19:47'),('d25e0780-e3c8-4689-b336-bb9aae39c54c','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:16'),('d291f7a3-d4f5-4c0b-8d04-aca0006c7137','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:37'),('d2994709-cc82-47ac-9296-dbbd78ffc402','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[6d0488d3-0b82-42c1-9b0d-19be446b7859] 开始执行任务(1):回收授权到期后应用','2022-02-23 08:39:03'),('d2a0c1e0-fcc3-42a7-895d-d53fa7ae5e76','SuSS9iV4UYD7UVpKsfI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SuSS9iV4UYD7UVpKsfI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:47:16'),('d2a85b07-7654-4743-bccd-d36e02a32a6a','OTnSfysPYWs1K8BmP6V','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OTnSfysPYWs1K8BmP6V\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:46:05'),('d2ad8c2c-7ce4-46de-9bdb-f0441c65ca3f','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:36:25'),('d2afc1d7-1ac4-49a9-829e-31caebc90450','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:03:11'),('d2b44258-1655-40a4-98b7-a1f564ce03c5','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:54:00'),('d2f1168d-57c8-496a-8b4a-f60ca5d9009b','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:05:42'),('d2f9f56e-f06a-4caa-b103-881166a8674d','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 07:01:37'),('d3083e3a-719e-4a04-b5e1-e93c6e76c6f2','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:40:56'),('d3123e4c-9250-4cb7-a8f7-47a8ba120a68','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:57'),('d322e006-a678-4c8d-892d-c9b3c3e4f256','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:36:25'),('d32bf28c-b055-47e7-9f2b-d37276acb7c1','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:10:57'),('d3336b56-7463-4693-aa32-c7f7f38706a2','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('d334239b-934c-4a68-9bc8-e98757ab4d1f','JACx0anQ3KZuoqgjl44','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JACx0anQ3KZuoqgjl44\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:46:59'),('d33767a6-3b76-44be-8644-de33d7c4fd2e','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:35:15'),('d348d23d-88b1-44a2-980c-946a355db19b','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:19:47'),('d361aa6d-184e-4a7b-a6dd-5c0c5636c93e','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:18:00'),('d3677ec5-f9fd-4def-ba75-d62083604a3d','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:51:44'),('d376ef79-a637-4d6e-83ea-92f52f405cb5','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:45:00'),('d37c1cf2-ce90-4e32-a1ca-8791f46e87dd','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:47:50'),('d37daaab-d291-4d70-9b11-67faf21094e8','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:35'),('d38753bb-df78-46d6-9796-0c8cb2aa4fd5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:31'),('d388c7a0-381f-4e18-a84a-5f73c821ff9b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:13:38'),('d38ca78b-6238-40c5-9911-4cd0cfa258e2','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:36:33'),('d38d67c5-a9ba-4838-8cc1-1308aa89e335','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 8','2022-02-24 06:54:03'),('d3900731-f25b-4d5f-891a-039c7d3348e6','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:39:10'),('d3910766-da79-4623-a2b1-40689eab316c','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:22:15'),('d3958c74-3fff-4683-aa48-af03a5cc07da','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:49:13'),('d3a7edf9-2853-4049-a7e4-bf71dbdd9e3c','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=操作docId:owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL','2022-02-23 10:27:16'),('d3aa63d9-82f9-46ea-8557-c257a4386355','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 09:07:42'),('d3b02cde-1174-473d-929a-53390e8612b1','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:58:15'),('d3be208f-e447-4724-b613-ef563c9451f4','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:58:15'),('d3c1d6e6-85f4-4cfd-a6aa-1290566683a8','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('d3c9e957-a215-4312-904c-dd39c24a258f','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:53:58'),('d3daddb5-2c6b-4c95-8541-4695432c98d6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f079dda6-29ff-4d00-a6e0-07b8b6bf997b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 22:18:03'),('d3e18a28-2f99-4da5-860b-0a14dbc16d47','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:22:56'),('d3efd3f1-0a7d-4edc-b53c-27dd14b6884d','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:58:15'),('d3fcbad4-d8a4-43fd-8d80-304873ab4f3c','KNAmgbIWpYvVjML591o','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645675851695\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"KNAmgbIWpYvVjML591o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:18'),('d4073860-7d05-4a94-a8f4-3fd69b53469d','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjU0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xTWX4PZYEx3mqnIMBEXrDw1JL6VVZ4l55OS0B8ZCrMg','2022-02-23 10:49:05'),('d40a9341-93f3-47a2-981b-7c2f9abbf9f3','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:04:19'),('d41ae94c-a969-48b0-a60b-326be9e4c567','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:47:30'),('d41f5769-22b1-400b-ae38-e6336aa8752c','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:49:13'),('d429b592-eaac-4499-8669-d554eaa1aba4','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODkzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fM4SJ8LfNbQgY0n0VQJbAjKHCkMOOGA1Ar57hUV3hgA','2022-02-23 11:29:01'),('d4317871-f06e-4306-a63c-a466cc4fe5eb','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjQ4MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.bzn6CX08cjKefF39mMhjetNsPhameUW6iF67CbbNdYU','2022-02-23 15:14:44'),('d43426fa-53c5-48ef-ba38-1e8afda220d5','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:51:44'),('d43b3988-18dd-4224-b275-f55ab3fa8f36','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:27:33'),('d43b4ab2-e1de-4b01-96e5-d7aedb53a442','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:05:33'),('d456cf37-46d8-464e-9396-73c738b6763a','ambIoyrczZInz9zW37H','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ambIoyrczZInz9zW37H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:24:00'),('d4573280-ec09-4cff-9ae7-f19cc09b4ecb','lDYoruKOGkQn1Z4p5vD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lDYoruKOGkQn1Z4p5vD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:21:52'),('d459c60a-eff8-43d5-9a71-b5dd26072c68','Pzt0eCC6bxp893UMDto','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Pzt0eCC6bxp893UMDto\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:22:14'),('d4620fa6-c43f-43d9-a4d3-eb8792b0e804','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"_currpage\":\"1\",\"id\":\"__MLaA0HLsdMshkcypTuE\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"search_endTime\":\"\",\"request.head.x-forwarded-port\":\"9090\",\"search_authorizationState\":\"\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__MLaA0HLsdMshkcypTuE/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"search_authorizationApp\":\"\",\"lines\":\"10\",\"_viewid\":\"__MLaA0HLsdMshkcypTuE\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=url普通表单---->: /static/portal/vue/index.html#/open?appId=__ekbsagrjF60f5gJnBQQ&actionContent=__vzHulAD3PA8U7mHfFkL&opentarget=detail&linkType=00','2022-02-23 10:45:06'),('d473fa64-3356-47cc-8f87-5451894e7ec7','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:50:09'),('d474fc2b-6e6f-4275-adf2-8b4b6dc1d469','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:52'),('d477e918-8b7c-423b-b1f6-d727144ba90e','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:39:10'),('d47c0b16-262b-4297-a89a-ca63d09fd27b','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:46:58'),('d484831f-ab01-483a-8c19-d5e25c5b5d22','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:30'),('d48753aa-6bc6-4995-84bd-84e1855f8db3','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE4NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sd6v3HNyHznSnGJe7CBNZ2v-bsscTrAnyRNIEiEUQS8','2022-02-24 04:13:09'),('d4a08d90-f013-49b0-b0e2-a5d9412d32a6','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:22:45'),('d4a78495-afe5-4827-bfdc-cc3b3c09cd18','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:50'),('d4ad15bf-5068-4432-bbc4-0bf6a2efa845','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:15:48'),('d4ad6c3d-cb41-4750-a974-9937cf7714c9','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:13:48'),('d4b01ea7-d996-41cb-9fe0-90071b28d823','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:03:24'),('d4b21ae7-1631-4120-b312-4eaa3bd09ceb','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:59'),('d4b8ca39-a069-4911-9632-db0978c0d444','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:59:50'),('d4bf60a7-1c06-4c6c-a030-6b7c279f8341','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:45:02'),('d4c3ecaf-8cb2-4756-844e-3f1d9c83263d','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDQ5NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DCDuvx9AV7kspg0q-u1F-2ZR8b-WkMISiiYYl1cYUS8','2022-02-23 10:14:59'),('d4c9d421-cbea-4f21-9c0c-b228915f302a','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:37:08'),('d4de62fe-ab2f-405f-b98f-abc8a667c05a','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyOTI5MywidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.vbGx28ZH78DyjV-kx0K8cO_jMzdxJC9KJfmsXP9rV7c','2022-02-24 07:01:37'),('d4e12bb9-5d80-49ed-adbc-506bce4c128b','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:14:59'),('d4e1f3d7-0129-43ca-86dd-ad922602e72d','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:13:19'),('d4e323a5-1c5e-4406-8ab0-bbf285bb9496','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:36'),('d4e6f9d3-c2fa-4c99-b62e-0c37a0100476','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:30'),('d4e77d9a-74be-4a95-836b-29b10210dba9','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 01:54:00'),('d4ee92a0-1896-4b9b-bf9f-4e6a7511f114','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:28:59'),('d4f83ecd-f6a0-4fb7-a423-a5ac5fb4e033','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:04:19'),('d5025334-479d-413f-8ff9-37adbb3400b9','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:58:00'),('d5086acf-b9cf-4e74-86fc-87fd94bd2b83','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 06:47:16'),('d50c4ff8-1fea-44fe-95a8-0c9e2652f8c6','5kJjOd7lsNXIKJ1yVFG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614838136\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5kJjOd7lsNXIKJ1yVFG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:59:26'),('d5195790-24da-4383-b871-327846bc3caf','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:05:42'),('d523580f-6dde-48aa-b293-835e92de67e9','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:28:39'),('d528d839-8433-4fd7-85cd-9c705f05fd98','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:04:28'),('d52fe663-da4b-4d43-9621-f5435c1d16cc','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:07:14'),('d53af554-4549-4d57-acf8-1f22c7e5c2a7','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:29:01'),('d5525c49-7b58-45c6-a80f-2230d269bc6a','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:55:36'),('d55520f0-c93b-4408-8852-9ea9843645a9','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:41:51'),('d559f0d6-8b5d-400f-928c-0a6bd777f046','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:46:43'),('d575f5d6-7784-4509-bccc-e045b8957592','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 01:53:53'),('d582c3e5-5b47-4d39-86e8-02b371c0e91c','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:41:17'),('d584ca23-7a5f-48a0-8637-e14c5e62ad2a','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:35'),('d5946c89-7394-4b9d-871c-616efdaabc03','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDcxOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.MNANvR7SB6M7vU_kleKWlF9EwvC8VNgnzkyRUJ-2FGQ','2022-02-23 09:12:02'),('d5a2e74c-0369-4d6d-b7a7-b09809403b02','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:41:52'),('d5a41614-b12b-4d49-b372-769468ccdb27','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:15:46'),('d5a4a83e-671f-41ca-ad7c-de51364dcbf9','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:15'),('d5a825d5-38b7-4f8a-bf8c-adcb10ab7bd8','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('d5bd4f58-62a6-422d-bb16-eb549cf542f0','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:37:12'),('d5c98660-4b85-40dd-8274-7078ba0efb1a','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:58:30'),('d5c9d28f-114d-4061-8541-6bf547a375f2','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 12:00:36'),('d5e508f2-4a29-4b6f-a717-63a8be92867e','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:24:15'),('d5ed5010-c2cd-4652-b4c2-6368e39b8c08','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('d5efcbdb-509c-4560-931d-e20c30f956e8','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 03:13:38'),('d5f51c48-a9ea-4834-9ccc-ef9b9bddefb7','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:40:49'),('d5f84a70-15ce-4901-b09f-1d59e8b3d425','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:24:15'),('d5f9d3dd-7a1f-4f50-92f7-f745f79fbde2','cMKQFk9OPE7okAsENLm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cMKQFk9OPE7okAsENLm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:01:16'),('d612025f-7b1d-4d65-896a-eb954fc56dfe','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('d6142d3d-800c-4284-a5d3-b9997a3fa2ef','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:49:16'),('d622796e-d3c8-4684-b9d2-255b4e2e68bb','BwQdy7pMSGogxoUxhv1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645615175241\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BwQdy7pMSGogxoUxhv1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 11:05:03'),('d63020cf-993e-49cd-82ce-b1cfabc8ad41','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:47:28'),('d63a1aa6-220d-41b0-8692-9636d37803be','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:47:52'),('d643ffb9-bd39-44e3-80b8-ebe4ee79e3a5','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:50:09'),('d6472990-7c98-4d93-bf68-61b599947067','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:10:58'),('d652678e-a3e4-4831-bbf6-14d3303e5b79','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:46:05'),('d672aaea-02a7-486a-aa3f-980f2ec49c84','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:54'),('d6761d62-5a9c-4392-a36f-ecdff991fee2','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:12:02'),('d67d9bc5-1822-4b84-b5c7-499f3b670ccc','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:39:02'),('d6812688-27bb-45f5-beac-f4a2944a3127','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:48:20'),('d69796a8-d5e5-4c7f-b829-4d22a0f65354','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:45:02'),('d69d474f-8186-4a5a-a479-80752705ddf6','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:53:58'),('d6a8f02a-a801-4092-9022-a4db3e1bdf02','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('d6b87ce7-6f3d-4036-9d00-ffdf7bcaf28b','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:36:40'),('d6bc3ce9-6a2f-441b-9747-54e032f3211b','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mzc5MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nr6skzQ5jEcIF5VhD26I7f8ypNa2K7gsyCXtIhvMjbU','2022-02-23 15:36:33'),('d6d0d755-7e63-4aa6-9b3e-1d61c0e4e4dc','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:14:59'),('d6d28348-5b4a-43ab-bb2f-c7097cdb7211','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:41:48'),('d6e0be0c-acbd-4744-9887-75c5fc000886','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:37:08'),('d6e29335-8e4f-41fa-9c6b-6712a9afe055','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:04:10'),('d6e6132a-36d5-4049-83b4-c0255e42b4c3','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:53:41'),('d6e87ca0-9ec1-4c77-88a4-f3b6207eb394','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.4Q6WEDXgb5bh-Sx1TNrSGjRc7p7s6C_ffzRStafSx20','2022-02-24 04:02:41'),('d6ef3db2-c525-46a7-91e7-eec951a0e11b','KD79OZjexo4iKr46E3x','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KD79OZjexo4iKr46E3x\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 12:49:41'),('d6f7d0fd-4a22-49f9-926f-7a95607e1585','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:53:13'),('d70f128d-cc5f-49fd-ac3d-64a21f4b2a92','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:55:36'),('d7115983-2caa-4094-b04b-f1720baaa6c8','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:15'),('d724ef79-31a5-4cb5-9bcf-32d911104dfd','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:38:19'),('d72622e3-9dee-4127-8e37-b276165535c1','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 06:50:09'),('d7281094-1648-4f13-9916-bcd023706d1c','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:46:58'),('d728326f-1722-4a46-80a4-8e8a15610d26','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[de8b4d1e-43ab-43a8-82dc-872aba723493] 开始执行任务(1):回收授权到期后应用','2022-02-23 22:39:03'),('d728b3e5-5c86-419b-b119-c7a24bbee40b','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:14:59'),('d728e79b-7e91-4861-9284-de4f3a11fdcb','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('d72d7f96-5384-488e-8cee-3cf8ad6186c4','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:49:05'),('d735314f-f532-4e94-868a-7ce52477ad78','PgYHIupMoJjb51ucmhx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PgYHIupMoJjb51ucmhx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:27:36'),('d73691a3-c824-45ea-9484-8739be1243b0','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1Mjk0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.f9aY6rOYlcCFI1xIgY8TtwPlzqDGbMsdq2kywKTQ36Q','2022-02-23 09:49:13'),('d74543df-1fee-4f61-8d87-86c07b9298bc','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:35:15'),('d74fcf09-5d7e-4977-ab7a-602062dd7065','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:48:20'),('d756978d-cc56-4b13-894d-7c73bc3c73e6','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 12:00:38'),('d75b1e88-3049-48dd-80b5-a4ac38b53b76','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:40:22'),('d763b39d-b5cf-4bca-a3ff-efd5ab4bde50','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:47'),('d764f5f5-a85b-4c3d-85d8-912072124dd6','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzk3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.fhOmtzzw49q0gY3A_HPRiC_zavE0Pl0WSHKKc4yXvb4','2022-02-23 13:59:38'),('d76b7a97-eb6f-46a0-9dec-f254d45ed137','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[cd9e52c3-4867-48c2-aed7-c888be0fe5fb] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 14:58:02'),('d777ea81-ce8e-4faf-ba16-0bf4dac90f85','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:15:48'),('d77bf9bf-890e-4231-86cf-136eb4743235','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:53:25'),('d7801499-2ca5-4acc-8bb5-320bc8a23fcf','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:27:36'),('d78199c0-e33d-4f28-b6fe-d84f8663ea10','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:24'),('d788556c-cce6-46b4-822b-85a960c1dc85','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:52'),('d792655c-c8f3-465f-af31-837daafcb2ea','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:41:48'),('d7a157e3-c29c-4504-b7b9-cc8006f98225','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:24'),('d7a955f0-c277-481a-98d0-1b87e2a63a76','ydJ5hlN6KcrlMOIquIH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"QuB4RHgqs5DhJcOpog2--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ydJ5hlN6KcrlMOIquIH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:02:45'),('d7af146c-513c-4259-b04a-3ba28459354c','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:59'),('d7bbd8d5-1ae5-4f76-afb0-c877190f3f81','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 02:15:43'),('d7bbdb46-b9f5-4c39-8c03-974b3302d543','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:39:10'),('d7c9d198-09b8-48bc-aba6-7b1082048bd6','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:40:56'),('d7cbf6f0-9237-494c-a8b0-85b730d833c7','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:07:42'),('d7d025ba-189d-4a49-9489-d57eeb35f4d8','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:00:55'),('d7d6b7c0-d76e-4328-a88f-a5db8ea7e351','whDug4EWpNepKdHFOLX','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"whDug4EWpNepKdHFOLX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:10:07'),('d7d88544-040f-4f3a-b75d-8f920e5f211c','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:55:34'),('d7f396cd-a373-4e2a-b818-f659b4799f74','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NzkwNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IvH_F0tCcJjTi_4ozV_8a0CMqYJSP8Mnz14B51ZVGOc','2022-02-23 13:58:30'),('d7fa501b-da3d-45e5-baa6-d30caf57e341','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:05:21'),('d7fa9520-e7f9-48a6-a2d4-e94c7ef2c60a','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:53:40'),('d7ff167d-d707-4571-a8f9-8abdf10bedee','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:59:38'),('d80655ae-7b17-45da-8eb6-dfa3670860f8','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:16:57'),('d808caf2-aa8e-49cd-8399-4fbee0da09ba','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:41:04'),('d80a2501-2b54-454a-a087-00d556112c45','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 10:09:17'),('d8132ba1-d3f3-40a0-9c97-1b64fbf26d2e','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:22:45'),('d814b7a8-9815-4ec4-ad05-caf08e8dba47','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ea0a7b5c-dfaa-43ea-a7df-1bc63e2b0418] 开始执行任务(1):回收授权到期后应用','2022-02-23 07:19:03'),('d818c2a4-781f-45be-94cb-99976f32a05b','zxJ7Elol2L1IxzWk7H2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"zxJ7Elol2L1IxzWk7H2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:10:08'),('d81d09f9-3307-4a51-a61d-3fc240088de1','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 07:01:37'),('d824b162-19a3-423e-b09b-dbce119f01bb','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:07:42'),('d8334c20-230a-4986-a3bd-538534731192','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:57:56'),('d84315ea-09cc-4d41-a47e-b3be85031d44','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('d8609b38-d324-4d15-89c0-a883dc7196e6','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAzMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WxfNdh7-H31MawA7NEBewxUuqTokjqPw40g6WKgdy6Y','2022-02-23 10:07:13'),('d865ce5b-0831-42d7-abd6-eb6d16c6ad85','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:39:29'),('d872e236-c025-499e-a1b5-dae732b478ef','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:51:44'),('d87a1148-dcd6-4b63-8cdc-8aeb2dcc6f74','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:53:57'),('d8842cbe-532e-4788-96cd-5ed2d6d4576c','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1ODg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RNV4DBA4dXMlWvfp8Qn3gZlR54I0nEI-o0OnrAnuFzc','2022-02-23 11:27:38'),('d8886083-793a-43b6-85bd-da1e7fc0bebb','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDI5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zsSTook1dXZtQs6cE6J4sF_ugPkKUFUjogW1MJe63OU','2022-02-23 11:51:36'),('d897ae1c-c85f-4e65-9527-9c24bb02db9d','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:17'),('d8983e6e-d10d-4cff-ba2e-5d490178d01e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:59'),('d8b64bcc-0f5c-4727-950e-ae05dbb40f52','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('d8c15866-8519-463f-98c2-55be060ccdbd','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:13:21'),('d8c9b82e-9bc3-483c-9ee7-5de0f30602a0','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:14:42'),('d8d25a30-1211-4288-afcb-ffa945c8a02b','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:09:38'),('d8e1d480-34c2-4993-9df6-db1afb7adc29','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:09:17'),('d8fc6dc7-0d41-410f-8a2c-5b81519edc34','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:49:49'),('d90274c4-9736-4d35-bf92-6800c948048d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b502dddd-5a24-414e-8695-01a472eeadb4] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 03:16:02'),('d9088b1a-3374-4d98-a850-674d40134dad','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:27:33'),('d92821a5-e9c1-4703-b9c4-bb0c32d6a93e','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.M5Za-hhcLaNF1tJHGpe37mvlsKGxPv30G_SMuM1glKE','2022-02-24 03:13:48'),('d92953b3-1910-4d11-a90d-ad5a79272b0f','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:39:12'),('d93b19e4-29ec-4fe9-9e33-34cc4efbb888','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:33:17'),('d941a5fc-bdb9-45ee-bbe6-6b3affa32dcb','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:52'),('d9435092-81aa-437f-90bf-637f494ad836','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('d9461b6c-0d89-4a49-a688-4d0cc419ddb5','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:54:03'),('d946a216-07de-4e1f-9d70-842e4e1c8248','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:14'),('d946b88c-f005-4485-a5db-21a044487d7d','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:24:15'),('d94aee61-a281-40e1-acd4-99b95d59c998','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:28:59'),('d951ce62-ca6e-4c03-8e70-aa754fbcc1dd','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:15:46'),('d957ba3a-0764-4121-bc57-a435ab73cd6c','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:04:44'),('d968aced-a99a-41f1-8ee3-cc323b58df36','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:51:44'),('d9803043-8740-4fd8-9801-7981b0d89329','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:36'),('d99e7f54-5cd2-4000-80b5-c0a39d52353f','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:28:59'),('d9a38aff-cc93-4430-821f-4517edbaf5cd','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:30'),('d9a5e7d0-d4ab-476b-bf49-7ab26ecebdb6','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:47:22'),('d9ac76b1-7ed9-4945-a826-f9fe2afe775e','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:36'),('d9b1fb98-4c58-4fa7-acb4-dcb70fc23db9','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:37:53'),('d9b232e3-46c2-4acf-9873-add59cce4d6d','QMQuuWJYMP0zPTmOt4M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QMQuuWJYMP0zPTmOt4M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:41:03'),('d9b93639-7b16-4d21-b491-bdd6886890f9','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:41:04'),('d9cd25b6-c9d8-433a-a8c8-e0936d9ad766','ADo89wZsNu6pDrEd9Ut','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ADo89wZsNu6pDrEd9Ut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:56'),('d9cd3dbf-b542-4e8b-8615-ef1d99674ed2','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:11:49'),('d9d51408-ce0e-4591-a37a-6f59642db6c3','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:00:36'),('d9d9ccdb-942b-4ff3-90be-641046cd9e02','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 15:24:02'),('d9db7b51-0a04-4fe0-9a6f-1b56a9e700a3','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:32:05'),('d9dc4305-5bba-4076-85de-a24dcce389a0','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:27:36'),('d9e1b425-da6b-412c-94cc-7c917ca520d8','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:13:49'),('d9e1be3b-11fa-4de4-9d4b-c1d709b76051','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:32:05'),('d9e2368e-f23c-49b9-b0ca-ae242c7d47b0','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg3NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gCKuLMJp-GhwQaQVgX5QkLN8ySVu5x_h1luWA1tcsCY','2022-02-23 13:58:00'),('d9e6f5ea-9cb1-42c6-9eef-9bc67dd4678e','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE2NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.KFaP4EzvpNs0toj7v9p6u0R2H7S6lJxeP4-p6LMsATQ','2022-02-24 03:39:29'),('d9eb91ee-91ed-4c86-97fd-a3a40e07f226','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:49:05'),('d9f3e035-a4af-482d-891a-e7c0cccd6280','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:47:16'),('d9fc70b0-7701-4989-9c88-3185b2205b2a','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:14:59'),('da06e793-b278-4784-a99a-160f5fa8dbb1','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:52'),('da07b41b-98b5-4450-8139-b502be0f7fe8','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:38:48'),('da13fb4d-92f8-4433-bb38-7eb7916379d2','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:31'),('da1a4734-87e4-4ff3-881e-836e943d5209','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:41:04'),('da1c5ea8-2d6e-4f68-ad05-13558ce60756','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:52'),('da22a61f-ba9d-449b-8ab9-82a2fbcfe4a2','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:53:36'),('da24c6a8-9c84-42d8-9c5a-89ba7b07120f','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:35:52'),('da24e001-d76a-4d88-b1e0-490469362008','0rfrS10XHN5ALgTn7Tm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0rfrS10XHN5ALgTn7Tm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:09:17'),('da25c66d-5896-400e-8d41-ac2bb5b9221f','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:49:42'),('da29727e-399a-4ca1-8299-949b19709cfc','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:02:50'),('da2ee42c-ec8f-40d7-a5d2-7a6ad87a0338','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 06:51:44'),('da2f3ed6-6185-460d-b1fe-982fdea42876','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 12:00:38'),('da34ffd4-54ba-4239-8104-3f9961126637','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDAxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.AyEsOMd3Nn5VIbduYd85PBAZ32k-uqEmzkSVIhEcXpk','2022-02-23 10:07:02'),('da38dbdd-b6f2-41c9-bf06-b67502d59317','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:13:05'),('da3b39d9-127c-4f0b-ba00-33b282db42a0','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 07:15:44'),('da3b67c8-9bc6-4831-bb8e-d5d987f257a8','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:04:28'),('da501eed-970c-4d94-8dee-37c8b9ff647f','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:58:15'),('da577028-5a49-4e5b-b190-f5c268c51437','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:13:05'),('da5e3cc9-43f6-4e28-ab74-541720af698b','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:36'),('da75a3a2-a0b0-4deb-9834-1c2915fa5705','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:24:02'),('da7d8555-a0f1-4775-a2b5-c42b10f79f0c','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:39:26'),('da7e323d-9842-428e-99c8-ba8febb138a6','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:54:03'),('da90b435-f122-461c-a812-06ad36847ae1','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.IXowPNRzng6XQEbQPHssXJ3xxiYek-k8hPAsyp6uXJU','2022-02-23 10:16:25'),('da917102-a6b3-4f56-95ed-216c57ba8c0b','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__S1C6VJgKq1UVN6fwxfq&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('da9f64b2-5a09-4d4a-8f23-6f7ea7a851ba','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:56'),('daa35bd1-6bf2-4dc3-b603-862b8d5dbbdc','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:47:22'),('dab1695b-44c6-4ae0-9531-7227c5578378','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__ilSiXEoIcPtVkiJFOHL\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"comName\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"zhengjianheyan\":\"\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"cardNum\":\"\",\"telPhone\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__ilSiXEoIcPtVkiJFOHL/documents\",\"isRelate\":\"\",\"shiming\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"10\",\"_viewid\":\"__ilSiXEoIcPtVkiJFOHL\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"userName\":\"\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=用户视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,t.id, t.name item_userName, t.LOGINNO item_telPhone, a.name item_comName, b.name item_deptName, t.LASTMODIFYTIME item_updateTime, t.field24 item_CID, t.field25 item_location, t.field11 item_field11, t.field12 item_field12, t.field21 item_field21, t.field23 item_field23, t.field13 item_field13, t.field22 item_field22, t.email item_email, t.field20 item_field20, t.field18 item_field18, t.field19 item_field19, t.field15 item_field15, CONCAT_WS(\'-\',t.field16,t.field17) item_field1617, t.field14 item_field14 FROM obpm2.t_user t left JOIN obpm2.t_domain a on t.domainid = a.id LEFT JOIN obpm2.t_department b on t.DEFAULTDEPARTMENT = b.id WHERE a.name <> \'all_users_zone\' ','2022-02-23 09:36:29'),('dab64bdf-0a4a-4755-92ec-b0d3ab0eb839','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:33:17'),('dab901f8-cee3-4d83-bb1a-1a6479553a15','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:15:46'),('dad06ab8-88e8-4c49-ad65-7b4f1e89ae99','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[92aa7f32-82e0-4e38-9193-c8fc10d375a5] 开始执行任务(1):回收授权到期后应用','2022-02-22 10:58:03'),('dadb3c4e-7c3e-4dfb-b8c9-ffb995f57e03','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:38:48'),('dae51331-81f0-43c7-877b-8b1212b68333','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('dae9499f-2a68-4d3e-beae-f81a4c5c1c94','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:16:30'),('daea4153-3049-4240-a49a-9646a5d05b57','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:28:59'),('db0397e0-f3fe-4768-99bf-43f970caf36c','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:25'),('db0fcf29-78c5-4834-81da-d8f57a035b16','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:35'),('db1a70df-6e8f-4718-8e12-3b0c337ca7b0','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 01:53:58'),('db2e3005-b7dc-4d94-90ed-229dab847867','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 07:15:43'),('db35bb91-4785-4f16-874e-6e8cc821e888','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:04:10'),('db3be400-16d0-407a-8423-32f6b929eb46','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:52'),('db461540-7c95-435f-ae01-bc34bf86825d','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:02:50'),('db4f60e7-aa24-40c0-a96d-c7765efc51c2','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.mEM58_BF2MoGxSz119r2v2eZfU_Cp0vLepjVQrdWt4Y','2022-02-23 10:15:46'),('db58cc34-f526-48e8-b093-8f268cbf8792','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:24:02'),('db6ad50e-a0fa-4818-9dd6-b7842cf56c5e','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 15:38:48'),('db76d941-aabb-4ddd-a597-99b4d9486c08','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.43US3r25x5RBcl7Lku9eXDAGrClJgRhfFmdubAJJMa0','2022-02-23 09:47:08'),('db77feeb-4d57-45b5-a5d4-692702ab69a5','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:30'),('db86c701-1abb-4424-a9cf-91861fa06170','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:25'),('db8ad8ee-07a2-4297-99da-020a3d751667','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9a34b0c2-7857-41ec-a7ad-dddbd84944c1] 开始执行任务(1):回收授权到期后应用','2022-02-22 19:38:02'),('db93b36a-7982-47d9-878c-f926833c572f','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:00:56'),('db9ebed6-17b7-4243-8dd3-550c70b06a85','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:05:33'),('db9f3d34-0839-4363-99f6-481618d11f65','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[b9d08535-7daa-45bb-ab3d-bdb1cb4adcaa] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 01:58:03'),('dba0218e-da7b-4acf-99d0-da90053c6172','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:26'),('dbc807c2-06dc-4f0c-a569-1caa95df4952','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 07:15:43'),('dbd285d1-f417-466d-a033-3145b955ff2d','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 10:16:31'),('dbd9463e-2430-41a4-9e2a-ff669e8cd6dc','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:52'),('dbd97485-cdfe-412b-a684-971a267dd83b','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:58'),('dbe6eed7-f353-44fb-a155-ded2d0ba3fce','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5EwNftUXIhzjnCd1jAYKagYEzzbCaPaqzgmo2u_0Fzc','2022-02-23 14:01:17'),('dbe96a58-080e-4b74-9aeb-282d84338b06','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:28:59'),('dbfceec5-d278-4de7-98ac-695aa42db908','wmYgRlpdvlappokXBJW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wmYgRlpdvlappokXBJW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:04:26'),('dc03e051-a2ab-4305-9df5-aee9a36492c2','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxOTE5OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Yn30hix0icicMqWxeWRo4I1m2Q2daUKnU4E6Kr7v0VY','2022-02-24 04:13:21'),('dc0c9c4e-a139-466e-801a-58c74483bc97','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:30'),('dc16744c-ef00-4a7c-8a7f-11b0433ec2ee','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:40:28'),('dc187e4e-f5ca-4a12-b7b0-3b951940809a','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzkyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.EyiFczeeYZlZaOMysS24kXy1Sh2ntelAU2qvnVT9E-I','2022-02-23 15:38:48'),('dc2f37d5-ccab-4eb8-929b-ef2c9a8f276b','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:47:22'),('dc307915-7635-4596-821c-d5eb00dd4e93','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:13:05'),('dc340b75-6537-491e-9841-4d600fa62043','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:36:36'),('dc39e80f-5dd6-45a5-b734-617ac91f93de','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:07:42'),('dc41d401-60ef-4a9c-8ab2-941d1782639e','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:35:52'),('dc442c28-8a08-4c1a-b670-585cff317453','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[9eeadd78-a946-435a-ac24-34470d54836b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 17:39:03'),('dc502113-1ca4-497e-8a89-05c9a622f6c8','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:59'),('dc569a2d-c8aa-40bf-9f0a-1b28d2034bee','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:40:28'),('dc5b5a76-02fa-4921-bb8a-23b6d4727e53','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('dc5fb346-3242-49d5-a387-118a1f1a3dae','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 01:53:53'),('dc607232-bc5c-484d-81ec-82782d0b7aeb','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:25:21'),('dc65ea9a-f40f-42f1-969e-a0e70a6744ad','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:30:43'),('dc6dd3f8-f2b8-4980-89fa-4924cf7b692e','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:36:28'),('dc73d206-e3f0-49d9-aedb-60ad3e53c3f4','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:00:55'),('dc7b66c0-c9cd-41c0-ab24-2d67af06a844','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTczMDEzOSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.nxyCwysKF8z9g1S9V8mI-tTp7Aa37l7NebJJk6FYPPs','2022-02-24 07:15:43'),('dc859998-bd1b-4ae9-96ed-3214bfeba829','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:36:25'),('dc8e1676-b50b-4b6a-8fc0-fa35b9b4ae6b','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:49:13'),('dc91b92d-4ce2-4370-bbd8-fa14eb0b9502','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 02:15:43'),('dc969512-c2e0-4345-ad02-18d066f8571e','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:45:00'),('dc9eef3c-934e-488b-924a-736cb85dfe0a','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:12:45'),('dc9f5250-0b36-44b4-aaae-a8115e470bb5','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:35'),('dca00259-7606-4dd5-9fb3-d62baa18d325','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:38:19'),('dcab6ac8-f09e-4d36-aa75-eea662e86d9f','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:25'),('dcae889c-edf1-4820-b6c1-c9735072bcb1','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3Spw3uR1b_v4HQ9jw2RHQ40J8ZVLUi4eoUQE-zb3URE','2022-02-23 09:35:52'),('dcc9d490-427b-4c0c-8c1d-d5b244fd2ca5','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('dccd0ab3-c3ba-4b47-bbdc-7fbbd12ece4c','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:31'),('dcdab643-39cd-4a18-85da-6aa5c8dbce13','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:01:49'),('dcfaf792-33df-4443-b260-ce108870e763','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:37:53'),('dd11a789-984a-4832-8829-85499930967e','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Gt94uueKQu4zg0jSxgwOWUz_2o12hGqjSnRJ53WnfmI','2022-02-23 10:16:27'),('dd176075-bf25-4261-92a6-4e437d43b50a','QcpOo8E03zykinC5Hv8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QcpOo8E03zykinC5Hv8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:25:21'),('dd22b4eb-21d3-42d7-bd6e-b6e58d91c5b6','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:14:59'),('dd27f9fe-371c-40c9-bb5b-baea627505cc','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:22:56'),('dd2d0111-9758-454b-ac2b-2d735b51d7cc','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:36'),('dd3c5dfd-9683-42c9-b9b2-7d89aee35e90','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:40:31'),('dd3d12e2-35a1-4674-b229-26c3889c7e9a','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:13:49'),('dd3d8ba5-8d88-4b32-a59f-8ccf2873968e','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:19:54'),('dd50598b-85f9-4893-9c71-132988f741f2','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:58:31'),('dd53b700-1601-47c7-b471-e918ff763778','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('dd59eada-bc63-4ba6-a837-0d6ea72f9793','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:05:33'),('dd63f68f-61c1-4514-aa10-9c44abddcdfc','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:09:38'),('dd6cef48-8343-4ad5-82d7-111fb8c85977','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:32:05'),('dd78c841-7f5c-4056-921b-6756f2dea92b','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:25:59'); INSERT INTO `sys_log` VALUES ('dd8b5a72-1647-49b7-81d6-91d2ce818428','U0vgOt1MlwZrOcqPgTH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U0vgOt1MlwZrOcqPgTH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:24:15'),('dd928601-139d-4206-9adb-a98619af42d1','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:47:52'),('dd9429fc-e892-48b1-b597-2c1ed2c963f7','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:14:44'),('dd971056-f271-489b-8b22-8dc289d6fb3d','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 10:41:16'),('dd9db561-bf1b-4928-a15d-aa83d0020814','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:09:17'),('dd9e19f7-681a-47be-9ceb-36fd661754a8','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:47:50'),('dda0b227-4562-44b0-a041-871c1150370f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:03:04'),('dda8efee-687d-40f7-8bf7-7ddfb884256b','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:46:05'),('ddaacd00-ca29-47ab-91cd-200f62b5ce29','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:05:40'),('ddb4e94d-a547-4d29-b36a-179d701e0f22','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:24:02'),('ddb8a7f5-b9f0-4df3-98df-04bb9d1d228b','ADo89wZsNu6pDrEd9Ut','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ADo89wZsNu6pDrEd9Ut\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:56'),('ddbb1e83-3177-4586-9062-2fc3de5091f8','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:00:36'),('ddc7d17f-8ec7-4191-85aa-71bb139b7495','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:11:49'),('ddcb43b4-3da2-4244-af04-23874cfa43d9','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:00:38'),('ddcea603-f9d1-4b5b-8020-b764f8dfe860','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzE4MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-6gcAlwAlSdKA4R56DB1kYTsVXgz3IKHwYAubUO96FU','2022-02-24 03:39:47'),('dddc5441-3c4e-4ac4-909f-c19eda9d4b20','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:38:48'),('ddde87d9-45f6-4c4a-b7fd-f722217f78c4','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qlBeca76-4vY9QQXzOvaCX5SP2z-ml9EHz0uvQKOZEM','2022-02-23 09:47:17'),('dde28cfa-5426-492b-90c6-763f381fceb0','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:57:59'),('dde63ad1-d93b-4f46-9061-7b586d9b37c0','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:38:49'),('dde82fec-10c5-469a-b49d-80e90b2ff5aa','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:55:36'),('ddf1e0df-09ce-4015-ae3d-779f4c1d41d5','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 01:54:00'),('ddf5c6e1-4a4f-4cda-a1ac-b58b7caf048b','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:19:21'),('ddfa700c-8a47-43df-8639-89381b8a2017','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:55'),('ddfb3c8b-58f5-464b-8a6a-266c44f80315','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:59:50'),('de0668ff-b94f-4180-adf8-45a1d4dc2d37','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:00:55'),('de089b37-aa28-4514-9166-359817871f4a','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('de131b82-6620-4d70-99dd-22a9fb5eab8c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[60f19b16-5a1b-4ff8-95f2-b336ce0e3f39] 开始执行任务(1):回收授权到期后应用','2022-02-23 15:19:03'),('de1b4571-5fc3-4fd9-9388-707239d1618c','FUIwIB7chZLXhHFXS1m','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FUIwIB7chZLXhHFXS1m\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:24:00'),('de1cbd93-008e-4639-9dbd-f7fdb72a2873','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 02:15:43'),('de1cd8e1-70ec-43cf-9854-b27341f8245e','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:14:44'),('de201593-185e-45ed-89f7-364217e895a7','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:03:10'),('de218e61-bab8-4b9a-8e3c-10012dc8d8d6','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjE1OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DogQvyffCN5cKX-Qkiu5CqIk2rQfNqu-7sxa5kJdRX4','2022-02-23 09:36:01'),('de2b4586-7173-4ec3-bf20-bc844855db1f','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:09:17'),('de3810c2-0c77-4ee5-877f-3e5bcf3e4fc4','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:37:08'),('de3b004e-6cc3-4d30-a3b5-17c40108a7f3','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:39:12'),('de51f8a0-6e97-467f-936a-cd5669e636b4','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:40:22'),('de5a2269-c073-4c29-aabc-537dedde5ea9','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDgzNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E2inMu9fMhB9BDofkVRR2BO7FQcQzPLYNmemEZMa8_Y','2022-02-23 12:00:38'),('de5b98c9-7d25-46e4-b49b-9e2094c4ae37','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:05:42'),('de63bc5c-e6fe-4353-94fc-7f6674db1906','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:55:46'),('de6e1d3b-b99e-4b29-80b2-a6771cbf2935','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:15:48'),('de70fa5d-bfa6-461d-88f6-259caeb52b44','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:41:48'),('de7d924c-f2a9-4b4e-afb1-52a28b09ceda','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:45:02'),('de87445c-1e0c-4008-9d4f-cc371654b4f0','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:27:27'),('de880abe-d009-4090-916f-375a29e5b7b8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3726929f-83b7-4371-947e-58986532605f] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 06:36:03'),('de97dbf6-095b-4c25-9026-a747deb33949','L6FcNvhTrTolElDOQge','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L6FcNvhTrTolElDOQge\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:13:38'),('de9abd3e-9eba-4778-a4a7-b3fc3521c884','PgYHIupMoJjb51ucmhx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"PgYHIupMoJjb51ucmhx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:27:36'),('decbb4d9-05bb-43cd-bebf-84a91de5d525','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 12:00:36'),('dee01331-8bbc-4d9c-9689-65de2b679d24','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:53:32'),('deeccdff-c842-43b9-86d6-d8317c3d975e','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:36:40'),('def14d08-6001-40b1-9850-9be2a4c20e65','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:38:26'),('df004fed-18f7-4d78-b47f-3aa7f9344d5e','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:09:38'),('df00afd0-7597-413b-88d5-e40331f30136','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:48'),('df0b4e4c-bda4-4fe1-aceb-317a4f2f8f31','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:13:38'),('df0f71dc-9e99-424a-8af7-10407784199f','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:05:39'),('df2ec6a0-6817-4a6b-a8d4-4de62e86aee3','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:17'),('df476ee1-5b9b-43cd-9c92-7fbd5e39830d','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:47:52'),('df64cbaa-5ca0-45e7-90a0-28db79a97aed','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:55:16'),('df861f9f-89a4-4772-bd0d-b489e209d3db','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('df89a2a9-d66d-4205-a4ef-54b01e7437af','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:27:31'),('df933cae-ac7c-480d-b4a1-b563d6e7ca19','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 03:38:19'),('dfa08b3d-d4ea-42f4-8051-50c788d0dbf7','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:10:57'),('dfaa886e-501a-49f9-bc2d-5102d932ce37','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:09:15'),('dfb1ebab-65e9-45bf-87e2-e7943c9888f1','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:53:40'),('dfb8d965-f094-497e-bd76-cf2ec052aa77','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg3MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9ApOZbgwRfL5Dx79uQzu0qS4Zh5wTfpb5wqWgd7XoJA','2022-02-23 13:57:56'),('dfb99089-bed6-48d3-8666-46f704f00479','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[49ef8790-49d4-4409-a5d3-e962d137466b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 02:38:03'),('dfbf83c8-b2c7-4317-a212-104f892f0626','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:11:48'),('dfcec87c-a096-47dd-92bc-1d1feaf04dd5','NdhhDQart8GoKXe7qRg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__vzHulAD3PA8U7mHfFkL\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"Authorization_state\":\"有效\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"Authorized_person\":\"管理员\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"authorization_app\":\"__h0fxOYBf2gPKGICatmN;__uJkyRTCtNDbMdPcF0iy;__10oAyTVxwOhXa88v1Bk;__pw297UAJJgIBF9xBtmW;__ZVCG1EamEdKwqHCeYPW;__Ft6x03HlRb0NtEQpVml;__xkeybkGaZa1SboC9GL1;__ekbsagrjF60f5gJnBQQ\",\"exparams\":{},\"Authorized_time\":\"2022-02-23\",\"id\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"beginTime\":\"2022-01-11\",\"formId\":\"__vzHulAD3PA8U7mHfFkL\",\"Authorization_method\":\"m1\",\"scriptRemove\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"organization_name\":\"融通服务公司\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"versions\":\"0\",\"organization_id\":\"Ncf9WcLd8Nvf64A3vW5\",\"_flowType\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"items\":{\"scriptRemove\":\"\",\"organization_name\":\"融通服务公司\",\"organization_id\":\"Ncf9WcLd8Nvf64A3vW5\",\"authorization_app\":\"__h0fxOYBf2gPKGICatmN;__uJkyRTCtNDbMdPcF0iy;__10oAyTVxwOhXa88v1Bk;__pw297UAJJgIBF9xBtmW;__ZVCG1EamEdKwqHCeYPW;__Ft6x03HlRb0NtEQpVml;__xkeybkGaZa1SboC9GL1;__ekbsagrjF60f5gJnBQQ\",\"Authorization_method\":\"m1\",\"Authorization_state\":\"有效\",\"Authorized_person\":\"管理员\",\"Authorized_time\":\"2022-02-23\",\"permanentAuthorization\":\"0\",\"beginTime\":\"2022-01-11\",\"endTime\":\"2025-02-17\"},\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"1092\",\"docId\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"subDocuments\":[],\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"_templateForm\":\"\",\"viewid\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/activities/__cvnOVri61c2VlFkLLgt/runbeforeactionscript\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"actType\":\"11\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"docid\":\"owob8GIUMHsARLX6Sh0--__vzHulAD3PA8U7mHfFkL\",\"request.method\":\"POST\",\"sessionId\":\"NdhhDQart8GoKXe7qRg\",\"request.head.content-type\":\"application/json\",\"viewId\":\"\",\"_pagelines\":\"10\",\"permanentAuthorization\":\"0\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"endTime\":\"2025-02-17\"}',1,'objectContent=applist =====>193','2022-02-23 10:27:15'),('dfdddc01-379c-4735-9811-c62b69e72c35','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('dfdfecbe-e021-4dff-87d0-fcc01b6d03a0','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:01:18'),('dff7a7e6-728c-4b67-91ad-e25ebb86d857','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:14'),('dffa1bd3-581a-435b-a9fa-7ceee395eafc','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:40:41'),('e000540c-9f8e-4289-9d2a-29dde83196e0','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:58:15'),('e01b0ab7-1e0d-47d5-bef6-b16022a4146f','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:53:36'),('e02b1d70-45d8-4177-94b1-147264233a15','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:35:22'),('e02b973a-2daa-40b9-a625-bbd8cfb037b8','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:59'),('e030bc34-cf7b-4a34-b323-b2b762055db9','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:31:52'),('e048a361-263c-43ce-893a-6715652ad229','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:30'),('e04bae90-c301-4dff-b6d0-3e7a96e72965','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:41:04'),('e052156a-8841-464b-b40d-eaf215f60b28','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:59'),('e0549f06-e342-4fe8-969e-5de8f0486e89','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:49:05'),('e0574eb6-242a-4b3c-a22f-b42ffb3e2028','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:53:36'),('e05be2c2-7325-418d-b6c6-06e447d4007d','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:47:45'),('e06da171-4406-47fa-8cee-0752ef1e0526','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 12:19:21'),('e0781cec-509a-46bb-8df6-b92b96fd0f84','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v83E4nXY9hV0s34PtGbYVBbLBWeLVAYX5Xu_KssKc2U','2022-02-23 11:41:04'),('e07d1acf-01a5-450a-8e9e-3083aae54d6e','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:04:28'),('e0876b43-e894-4892-bd99-e112be9cae8f','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:39'),('e0892133-1e99-4f14-bc66-b128484f2849','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:24:15'),('e08a3962-cbac-4138-ae00-2fd4b2843f68','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:06:36'),('e0935fc3-93aa-47c1-b1a3-bf75109d56ee','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:40'),('e09380f3-6ff0-466e-8198-f246b720d227','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:42:04'),('e09a30bb-aa69-49ac-87c5-063199d51782','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:12:02'),('e0a1bec3-f415-4068-aa1a-8dba0d63438d','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:27:38'),('e0aeb900-669a-443c-90d1-3a9284e441e4','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.umyoQ36GOev6cbzos0NcdGfn3ex0X-JcLtGDqwe4i4I','2022-02-23 14:03:45'),('e0b0d7d5-85cb-4732-99a2-c1486967c733','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:53:13'),('e0b1d143-bf97-4793-8464-043c87f49759','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:34'),('e0b309a8-bd73-493d-b442-f9b7159124b9','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:27:58'),('e0d27d89-d268-4690-9d61-c925080f2dc9','FBxgjHxTFas5znFppzM','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FBxgjHxTFas5znFppzM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:00:35'),('e0d4bae0-f007-4f80-9999-2be28fd7033c','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:10:58'),('e0dd5d33-2391-4e31-b91c-2bb7ad966922','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5UI4AHLxTw-ovvAXD1AZMhBblde4Z203B7e9zYIyRTM','2022-02-23 14:01:13'),('e0e1b35d-1a49-4ff8-b1ae-c3d88c631fbd','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDcwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xktCnjo2Jr5-QbrG74_uv9PBYT6xwGJxRX-VPpWwP0Y','2022-02-23 09:11:49'),('e0e785e2-4cb2-454b-ac6f-53b2e69dcced','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:39:02'),('e105cc93-e794-4fbf-b1b1-9181b492a549','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:19'),('e1138dfb-4547-479d-aab7-2ed714947ccd','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:45'),('e119a857-52ee-4aa4-b874-0fb1eb3ba9c3','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:51:44'),('e1229ee2-f2db-41c1-ad35-cd4656868582','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:14:59'),('e1229f00-fdc3-473c-8ae9-07e9079dddc9','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 07:15:43'),('e12652bf-2060-4d3b-90d1-d1c05c0499d0','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:05:42'),('e138fb02-8574-4208-b455-b59004f4ea59','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:49:05'),('e143be06-c614-46c2-ac67-5b2902aad6f1','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:40:41'),('e1440bac-4c6a-4f36-ad95-1db51bfc000f','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 11:28:59'),('e1470843-7c96-4214-bda5-bea8359811a6','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 04:12:45'),('e148294e-6e06-4dbe-80df-aeff96fc2388','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:51:46'),('e15dadcd-83db-4d88-a628-e5f22f1b6511','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjI5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.eSftKKta64Ybdx10mJ1UHTbWx2mHkQkHnJOn72Sb1RA','2022-02-23 10:45:02'),('e16fc266-1617-45cc-90d9-0d4350d550de','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDYxNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._6EQHA95T45HrSdrAkSEqBwOJT6ReUJ3rxcsdVATA7s','2022-02-23 10:16:57'),('e181aa5f-233c-41f7-8565-97867ad72e4c','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:02:34'),('e19d4cc9-b5d4-48d3-9e74-c732c6ae27dd','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:02:41'),('e1ad271e-b8b6-45b8-81d1-97ea179025ad','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:40:49'),('e1bfab83-b793-4ffe-abf6-a88f23bf775a','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:38:29'),('e1c32d9a-0bb4-4206-bd7c-7b99e6fdb987','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjMwNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Kc2wpxIXjlTuQl69FKJVNzCmHe96AhvYaM9l2Q4kij4','2022-02-23 09:38:29'),('e1cb3330-c0f7-4523-8194-2310da9b6c44','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:47:52'),('e1d2a476-2186-422a-9725-f97c31efb67f','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:13:42'),('e1df4683-978d-4072-bd1e-105badcd26a1','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjIyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3YjFyK8Gx-9afzensTyh5vGFd6VpvKpJMffmCidbUfQ','2022-02-23 09:37:07'),('e1ecfe3e-46f1-4b47-a021-27cb19298856','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:02:52'),('e1ed085f-d233-49e1-8ead-fb6205faa7cd','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:27:33'),('e1fcc85e-17be-4835-b58d-225aca850bcd','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:14:59'),('e2007836-e431-40b7-8d4a-30c3526742ba','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:53:16'),('e20233c1-dadd-47b9-ab96-19a98a32fde7','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.M5Za-hhcLaNF1tJHGpe37mvlsKGxPv30G_SMuM1glKE','2022-02-24 03:13:48'),('e20bb279-4086-479e-9d0f-623b45c3f0d2','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:00:35'),('e212df06-a708-42ed-86c1-d37f06400cb7','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:07:02'),('e21b5776-b408-4be7-9b72-64bac5685cab','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:41:48'),('e21c8184-416c-41d2-8b24-f52b915e4a7b','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:09:17'),('e22cd327-310c-4711-97da-cd02baef8a55','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:55:19'),('e23360d8-e448-4aca-af80-9bfa84336f14','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:47:16'),('e23e279c-0e5e-416e-9ce2-bff091e02f32','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:27:33'),('e2408c20-eb07-40c4-98b8-7628d599a9ee','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 11:02:50'),('e2679f54-8f91-4032-8413-c68d5f389f21','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:29'),('e267d161-6151-4af7-aadc-085d5f0ce376','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:38:48'),('e27e1720-b0b5-4eea-9172-231d7e9a2481','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:57:59'),('e283d091-5d3f-418a-91da-9150850be882','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ncFAge0umtTAzkXWIOUk4Ggu4VUBUG9XcDGhk7SjlC0','2022-02-23 12:49:41'),('e288bd31-6820-4f15-99e1-ce9b196ca170','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:39:14'),('e28b9bf1-ff8c-4df3-94d6-d04d5f27aef5','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:40:24'),('e2976082-9309-4640-b8f1-7fa3c2710e1b','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:08:25'),('e29a5028-f28d-418d-af60-f18954b15cea','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:38:27'),('e29f70fe-579d-49ff-8f55-b556aed843f9','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:27:38'),('e2a5a797-6308-4dc0-b92a-93474b1b62b6','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:09:17'),('e2a979af-e82e-40f9-8c3d-ca35ea900655','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:19:47'),('e2b727eb-210d-4165-84ce-66d74cccd79a','QiT9bg2QJAEBk4tNw6M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611659210\",\"docid\":\"0EtNjcbdjCcvncdIGJP--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"QiT9bg2QJAEBk4tNw6M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:06:28'),('e2ccf41f-232d-4819-9d3d-d1664b1e61bd','wYOOt1U4FM40ABAQQAT','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wYOOt1U4FM40ABAQQAT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:48'),('e2d3c202-6964-4bfd-ac56-cfb1da807154','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:37:07'),('e2de5982-9281-4e86-bfbc-63344735f203','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:10:57'),('e2ecc3e8-8422-4b35-9997-dd58e83f6077','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[f4637968-7dba-4a54-80aa-818f1b6f3cb2] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 23:18:03'),('e2f188b7-c8d0-4a75-aee9-74fd8b949653','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:02:25'),('e2f20ec7-62d1-425f-a79d-f26f8b06f311','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:19:47'),('e2f4845a-7e87-4351-9bf3-7ea8aea08792','ambIoyrczZInz9zW37H','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ambIoyrczZInz9zW37H\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:24:00'),('e2f85742-a738-45e5-a24c-652223fb6c73','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 06:48:20'),('e30330b0-62b6-432b-bcd0-3f2074122297','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:27:36'),('e305db79-9400-4ab4-8342-133c103a1b32','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:49:42'),('e30a6d5e-6544-44aa-be6a-18697fa09e16','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:22:56'),('e30ce4e4-7a09-4685-afc4-785742c56389','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:34'),('e31e2f48-d444-405e-bea5-b5322ca90933','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:01:17'),('e32fb934-b1c8-4637-95e8-0c5c1e450414','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:47:52'),('e3304d0f-3f5b-422c-8a76-582dd961de7d','ipajcUpkylILRAP2Viq','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ipajcUpkylILRAP2Viq\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:27:36'),('e3386b4f-1997-4233-9f0f-5aa777a8a2b8','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:12:45'),('e34a0360-a9f9-4d0c-8c29-44809605dede','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:37:57'),('e351d205-a8bf-4d49-a975-5762b67e9879','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:00:35'),('e3555529-51c3-48d5-a68d-066d3df5d462','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:36'),('e357023a-dbca-4222-ab8c-ee0c7723157b','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQxOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-_Vx3XUqsro5QQAayJz6mjfBbcDKsSJ3yQUxAD5WhIc','2022-02-23 09:40:22'),('e35be417-bdfe-4105-b825-440107b83971','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:36:37'),('e35ffb1e-0f3e-419a-922f-d919db1e125d','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:56'),('e379bdbf-aa72-47e8-8957-b18222813fd3','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:18'),('e389e87d-64a4-4ff5-9882-e982f1086a4b','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('e393e90c-9786-4377-9b7c-e88877c30aee','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:13:05'),('e39f15bb-83b0-462c-b49b-6d0a11a2dfc3','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:52'),('e3a95279-4cd0-4924-ab25-20915f1b82ea','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 12:00:36'),('e3ab13b9-45d0-4930-90a3-2ad347d65319','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:04:44'),('e3ad7599-9b51-4bce-87ce-6b02dfe7b215','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:40:28'),('e3b2e472-73e9-4f33-ae16-49643ec3a658','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:14:59'),('e3b568fb-559f-4a13-bfaa-83e1d0f44c1d','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 04:13:09'),('e3be8f5a-a8cc-4d05-8f19-e6e22dcb96c4','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:09:30'),('e3c37fb2-e956-4d7c-80e3-ddca42380734','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:01:13'),('e3c4b463-f23b-4290-8845-d9a3a6297a84','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyOTI5MywidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.vbGx28ZH78DyjV-kx0K8cO_jMzdxJC9KJfmsXP9rV7c','2022-02-24 07:01:37'),('e3c5509f-bc9f-42b7-934a-58957e0d4a51','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:08:25'),('e3c7ffa5-f9f3-41ba-b7d8-04549dc03bd4','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:53:58'),('e3cdaa07-bcb2-4683-94c9-e1540216f164','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:11:49'),('e3d1a213-6bf1-4d62-ab73-161ce73b9972','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:41:06'),('e3d4cb83-cd45-4aac-b5a1-c68987d13b47','RwFgSSYMDhXficiqczM','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RwFgSSYMDhXficiqczM\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:50:09'),('e3d68e41-e081-44d8-a61a-f36c37553d70','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:11:49'),('e3dbefc9-bf28-43f4-abe1-f83106cf5921','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:27:58'),('e3deca25-a416-4398-a39d-b45499132ded','yBKw1gBfLKpoT9Lxuvi','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"yBKw1gBfLKpoT9Lxuvi\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:22:16'),('e3e6f105-842c-419f-acfc-933bd45ba516','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:22:56'),('e3e85cef-d8c6-45f9-ab64-b758ba4ee3b2','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:36:36'),('e3eb38e9-b30f-4052-ae57-1868fd1f4680','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:16:27'),('e3f39fc8-0b81-4209-89ea-b54a9fdc1170','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:25'),('e3f48f36-b93e-4ea3-857d-6a753296ba13','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:38:27'),('e4018193-834a-4d5a-8178-90cba4fe90a6','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:03:04'),('e41121fb-aabf-462c-b37e-184f2bc6aeb7','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODc5MCwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.e76HxfGQIxppZ6qOpDozIDwIVta8Ci7-KGXK05RPrVM','2022-02-24 06:53:13'),('e414104f-658d-4be8-8222-cce3103401e6','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:57'),('e429ba36-19fa-4662-bd0b-9649dabfffe0','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:45'),('e42d278b-5585-47a1-b9b8-6d4e21ed4d89','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:36'),('e446d13a-60d0-4519-acbb-2fb7eb89efc2','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 10:05:39'),('e44a68af-1d7e-4141-ac49-5bffcce75838','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 01:53:58'),('e44ac460-6f53-4bf9-b16d-71e4922a542e','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:01:17'),('e453049d-3e7f-4ca6-ab3c-0146d9d20251','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:24:02'),('e4538917-2ae4-4c19-b6d7-5c17475d03d7','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:24'),('e4598607-adde-49ee-a849-ac281e91c3ff','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:22:16'),('e45c68ed-1671-4c34-834c-fc39534d7733','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM3MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3IxTlE9MBd8w_g93O1Xc8XiVwtcyoQuameVRsyQ0u_Y','2022-02-23 11:02:55'),('e45f1765-cc08-498d-8c8d-58612047a59b','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:13:09'),('e46281ac-5c90-48ec-b74f-4c335c575d81','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:37:12'),('e46bc07e-85a6-4b5c-b46f-f40c3cc48fb8','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('e476daac-b39e-4b3a-8854-04d9e32a6284','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:55:46'),('e477ba9d-657d-4488-9787-f302fd52b7c4','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:39:15'),('e47ab408-8da4-4cd0-8731-460bad2b4458','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E1jR1IFrm4hAZKepcMj8xxuwbJjXrOHbC3vY4e3WMw4','2022-02-24 06:51:44'),('e47ca3f5-0a17-48d9-a885-e4b0c19d2a7e','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 13:36:44'),('e48a76ca-83ed-4d90-95c4-cc09b925bb14','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:25'),('e48df917-289c-433c-8945-7ac2d361aa39','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:18:14'),('e4972d61-cd4b-4770-af7b-905f295181f4','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:35:17'),('e4978239-4dd0-46c7-8419-d0a2dbc75373','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:12:02'),('e4bc7ca8-ed67-43f1-84be-3f1b79d34d0b','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:40:56'),('e4bd7fe8-c675-45bd-bea3-794680aa59fe','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:03:04'),('e4bdbbe7-79b4-4b17-9f3d-7341c59e55b4','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:22:45'),('e4c0664f-c361-42cd-bacf-c424cff3023e','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:13:21'),('e4cd14f4-bc55-48b0-befa-8c8d5a8180f9','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=离职管理==》/static/signon/staff/#/EmployeeLeave?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('e4da3ff7-5c06-4c6e-90d0-f4950ebcabad','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:46:05'),('e4e1a45f-88e6-427c-8b8a-b2d0ae030910','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:47:52'),('e4e3aac0-5ced-408a-bded-5c7816b5c305','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 13:10:56'),('e4e47665-d908-47ac-87fd-5885f31a9d49','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:51:46'),('e4e7ee3f-8f8e-47e5-bfee-3ef5f74c2d4f','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:35:17'),('e4eca362-24c9-44e1-9e12-598ba4817d3f','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:27:38'),('e50870cb-afdd-4c30-9aa3-f86cbe4d9d34','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:47:16'),('e51c463c-1176-4298-bb7b-01d65f924ff3','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ce25bf45-bc13-4799-90e2-612f2f2e857b] 开始执行任务(1):回收授权到期后应用','2022-02-22 21:38:03'),('e535e807-1b01-48c9-be73-a70ec94b9dcb','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:47:22'),('e54063a5-e515-4dfa-a70e-302c7c69cf44','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:08:27'),('e544a27c-f54e-4583-86ff-680c6a26d407','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:57:56'),('e545f04a-1b53-4042-83bc-f17aa81af6a0','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:46:57'),('e546f58a-66b6-4a7c-b9a4-a336c045f4a6','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:55:16'),('e549e478-9bf3-4479-b0c0-6c7a9b0c21a0','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:51:44'),('e54a0d66-cd74-458b-a34a-d6a6cf2031f6','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjgyMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CB-4yoCKz2PQqmo8Uojll1WCO9idwqKC9rebwBFPOuw','2022-02-23 09:47:03'),('e54e3f4f-016b-497f-a670-8fac57c16e97','lswIJwQBE5aytnlblao','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lswIJwQBE5aytnlblao\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:37:53'),('e54f3a3a-bb2c-460c-ba3d-525ad4106bf0','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:22:45'),('e5507b9b-688d-4815-990e-cffd07dbda27','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:38:48'),('e5734dfd-869a-4277-ab84-2680065f2b63','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e42ebdfe-be98-4983-a2c7-a28ec07f976b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 08:56:03'),('e57f98fe-d669-440a-abfe-6b3a26461597','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:40:41'),('e58205ad-0ec1-4124-ae83-38e4c1b101fa','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:24'),('e5893d12-88e3-4a26-b7d7-9da2af14017f','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 12:00:36'),('e5945387-b435-49c1-ae76-f10190512a3e','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:22:45'),('e59ce213-e4f2-43a6-bc46-86cd26880d88','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:37:12'),('e5ae9467-98f0-4e09-a0c7-1bf0878f8866','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JpuPhkJAEH6D-w7kaYJqc8ML4K3DL2-x70EHA62afww','2022-02-23 15:19:54'),('e5be95d9-c2d9-4ef8-8fa9-ab06a9c9fd6b','irFTNlaJVQptivBkd8q','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645611765002\",\"docid\":\"0u7NFQ77yxsnfKhoLoL--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"irFTNlaJVQptivBkd8q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:08:13'),('e5c4abcc-5fd9-43ac-85cf-ec4c24bacaec','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:36:25'),('e5c58463-dc36-4066-8741-d0eebe146e35','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:40:22'),('e5cbe8cb-3245-44d8-83e2-39a685bc1781','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:24:02'),('e5cceb04-0d70-4840-ac86-f009354322be','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTczMDEzOSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.nxyCwysKF8z9g1S9V8mI-tTp7Aa37l7NebJJk6FYPPs','2022-02-24 07:15:43'),('e5d9bcda-ed59-48a0-a725-aa4675a1d3b4','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 01:53:58'),('e5db236d-9cc4-4bcf-8b5e-43bda131ee74','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}]','2022-02-24 06:58:15'),('e5e3115f-63a9-4585-bfdc-f3c9d5568555','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:50'),('e5e67108-d638-4631-ad8b-91b2e5f473c5','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:53:40'),('e5f352e9-0c36-4d0e-94fd-2cd022d7f6b1','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:19:56'),('e5f705a0-98f9-45f5-b60c-ab817931d750','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:54:03'),('e5f97fbd-a5e5-42ac-ba3f-2e82e1ac7ddd','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:16:28'),('e5febddb-22ed-4459-8c35-8e2735dc961e','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQxNCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.EP8gBU5Wt_U5xyp65nw3VxFI3t2tHQw741CgDiRbGBc','2022-02-24 06:46:58'),('e602e64f-2c0e-471f-a2c8-1ba813849f24','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:53'),('e606b756-638c-42fe-b53f-ee8379bcb34f','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:36:44'),('e60bb022-e0e3-49f4-99a9-a9c038a7c96e','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 01:54:00'),('e60bb2b4-9cd3-45f6-bab7-b92a418d60cd','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 13:55:43'),('e6165d2c-5f15-4c36-b7d5-174279b0a0c9','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 06:50:09'),('e6173b24-b5cd-4b85-946e-bc2fad93f582','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:35:52'),('e61767da-b1d2-4a1b-972c-72224e2f9162','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:16:25'),('e61a100c-90d5-46a1-81c9-ab3cb83eada4','L6FcNvhTrTolElDOQge','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L6FcNvhTrTolElDOQge\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 03:13:38'),('e626cd1d-c606-4de5-b87d-0cd6f4a80671','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[795b6b58-78d3-4d11-8b09-1ffcffed0f26] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 12:18:03'),('e6270744-a78d-4ac5-8297-3a0fc95088a3','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:39:15'),('e62e2719-d6af-40e2-afc7-9f66c5c5b63a','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:15'),('e630b685-207b-4de8-a619-31447967a70b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:13:48'),('e6332e4a-4e64-4e95-a2dd-7dd759c0d43b','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:38:27'),('e637c5a3-a38b-4f34-a0f9-b090b4c4d73b','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:36:25'),('e6455f0c-1985-411f-9b2c-0671ec9a93a5','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:47:50'),('e647b0c6-73ba-49f6-930a-9b6039e251c9','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:39:14'),('e64b8664-6021-454a-8405-9142236dc488','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.SA1X9bxd5l-EzBJunwRS2rp0R3ta0p8knWmqCYR01lQ','2022-02-23 13:08:25'),('e65cf7d7-a2c4-48bf-8a04-6c56a2519113','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:09:17'),('e65f0e73-ab1f-40bf-9ad6-544918088d65','kE35m6GkmpI7Vxl0PB4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kE35m6GkmpI7Vxl0PB4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:40'),('e65f98d2-9d61-4dc8-b3b5-24f3d86e550b','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNTYyNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.RgvwQLuASlC3rLfwDa_6LUMOSMCUrKiINAuZMFZs5EQ','2022-02-24 03:13:48'),('e665b9e6-13db-42da-a784-7be4d1214080','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:24:15'),('e666610f-94d7-4b1a-9016-1b633a74ccf3','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:53:32'),('e66b9329-ec7f-40a5-ae9d-ef57f7d2a451','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:45:00'),('e6712851-ab3f-46d0-abf1-4238665a26f3','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:13:05'),('e68600d5-366f-4179-a6a0-93306497585c','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:36:44'),('e686f0cd-cb19-4440-abd6-0f3dc83cf2aa','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:54:03'),('e6872067-f1d9-4383-b831-afb35fe9e5d5','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 07:15:43'),('e68763e0-0a73-403f-831e-cfb6f22862ee','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:07:13'),('e68f5969-fabd-4787-a70f-6535375076d0','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:49:50'),('e691c046-4aed-4e99-9f36-55f58ad816ff','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 12:00:36'),('e695edff-2be2-4eb6-8cb3-e50c403fad20','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:35'),('e69f2df0-b1a1-4bda-8182-d9405d342652','gqXWAj3kIY9DtDC9dPz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"gqXWAj3kIY9DtDC9dPz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:38:48'),('e69f3089-9963-4ff0-9d1b-ffa06f210562','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:18'),('e6a954f8-6dd4-433c-9843-3ac4e00977ab','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[5d1a1a1f-016b-4a00-8364-ca7c5f1812bd] 开始执行任务(1):回收授权到期后应用','2022-02-24 04:19:03'),('e6ac8414-a919-4a89-9553-987b548e2b6c','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:09:17'),('e6be1b3a-979f-4bc4-a949-c59542cf1553','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:14:45'),('e6c1d0bb-a610-4df5-ad2e-0bb8ae17baae','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjU0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xTWX4PZYEx3mqnIMBEXrDw1JL6VVZ4l55OS0B8ZCrMg','2022-02-23 10:49:05'),('e6c21880-cac1-4a56-bce5-c9e0fb509895','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[12505e20-b910-44e7-848a-6237d3e41dab] 开始执行任务(1):回收授权到期后应用','2022-02-23 10:19:03'),('e6c809fb-b903-4172-aa1a-c00db2a22eb9','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cgRPEoXYSRt_N73whOTgCpRKpVPLt3YQrhxi5IRXhDs','2022-02-23 10:16:30'),('e6cb23e6-46ca-42ae-9c3e-ba22caaf9fe1','FUIwIB7chZLXhHFXS1m','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FUIwIB7chZLXhHFXS1m\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:24:00'),('e6e72958-62bf-4908-9e97-98f2acc6e58a','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:51:44'),('e6ec876e-d6dc-40e9-b5aa-447a4134b13d','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:08:27'),('e7053f5c-854d-465d-a8cf-c0ce27115b4f','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:32:05'),('e707c3fb-8ab2-4661-b98f-c95a3e995923','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 01:53:53'),('e7094313-9502-4c2d-a2db-c9bf6153f164','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:14:59'),('e712abc9-5d4b-4ba5-a3f4-eea88613036f','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:56'),('e71d18dd-bdbd-4b82-9be7-69a2725cbff2','QMQuuWJYMP0zPTmOt4M','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QMQuuWJYMP0zPTmOt4M\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:41:03'),('e725d060-2e36-4f99-8f91-47ff92e7625a','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:41:06'),('e72aef87-aefe-4962-9e53-c77ddff1a2ba','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:19:47'),('e72b5502-d2a2-495c-af6d-b5be2af5db90','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 11:41:04'),('e72ecc0e-79bc-4bfc-bb09-307a417f90f7','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:36:28'),('e73e68c4-b810-4dac-bc30-ec6bc63658f7','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 03:38:54'),('e74db048-fdae-414f-b5bf-f317bdf951be','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:55:34'),('e74e5414-1c1b-44c7-b1fc-569ad4e3b793','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:47:50'),('e74f7150-f411-49a7-a57e-b73486674ebb','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:37:12'),('e75285e1-2c8a-4ae5-bef1-94c9f418c2f7','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:16:25'),('e754e202-3009-4653-8722-9266d66c7bd3','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[7d9a6b22-478a-4ea1-8fee-8ba045300024] 开始执行任务(1):回收授权到期后应用','2022-02-23 03:39:03'),('e7557a37-f78c-4f74-85ba-32af886bfd91','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:35:17'),('e7587048-bbe9-4c7e-b113-d02e62ba2af7','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 09:07:42'),('e76f5ec0-32de-48a6-a2b8-21ffce33e448','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 13:46:05'),('e771f273-11cb-4907-a826-96ea44697495','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:24'),('e78dd7b2-2dbb-41b3-ab60-73237bef5d6d','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:27:31'),('e798eb5d-a0de-4f0b-b16c-8a785df728ee','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:29:01'),('e79943ab-21d0-4742-9444-418ef6c740d1','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 10:41:17'),('e7997d49-8a75-4734-ab8b-a3e1acbe34bc','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:49'),('e7a152b7-6c09-486a-8388-8b6d456f840e','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:47'),('e7a672d2-cbef-4181-a28b-603b6926b5ba','4lMUXfSrR2uRw6RiGmW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614812896\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"4lMUXfSrR2uRw6RiGmW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:59:01'),('e7a79384-6741-4983-9cf3-05274aeb739a','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:14:42'),('e7acb655-02bc-4b1c-9431-f0056cd26aa0','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:05:40'),('e7aebcf8-1bff-424b-850d-fc21c65004b5','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:49:50'),('e7b3242d-e623-4ecb-a4b6-86ce8f7ec62b','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:02:50'),('e7b57b15-b380-4c73-bdb5-07ecf8b63e84','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:25:59'),('e7c4e6a8-cb8d-4e64-b02e-806913ea166c','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NDkwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WwLYyoqmLdj5YiVU40oXFS_Zi4AtkLeFrMG4JbNm9ag','2022-02-23 13:08:27'),('e7e6ff39-e974-457e-910d-959a03908cfe','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[93e20285-a997-4c74-95db-d5d4685094cf] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 03:39:03'),('e7ecf65f-d0bf-4193-aa70-a92ebc85378f','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:27'),('e7fac462-d244-4d61-bdfa-1d107132494b','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:49:50'),('e8057c45-8351-4199-9b39-231846d145f8','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 11:27:36'),('e81c6552-fb79-4f3c-843e-a79080a385ff','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:49:13'),('e8235b26-c0b2-4be1-a8d6-7ab83b717fe1','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:13'),('e8305a94-433c-47e6-b63f-db0fe77626d0','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:51:46'),('e831a5be-b5ef-4381-a8df-d9c5488292a5','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:36:40'),('e8339643-6dd6-47b1-b3c4-010e1f6a5ecf','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:24:15'),('e8394ab4-6301-497c-a0ad-0814581a2ead','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:49:13'),('e83e698a-787d-48d8-b766-7cb806bae868','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:12:02'),('e83f1db6-6ca8-45a7-8966-5cbfd0a50954','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:46'),('e841a215-934e-4d9a-9b30-0a1035187cf1','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:27:31'),('e85a222c-1406-43db-8f39-71948b88d135','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[84fe07a3-2265-449f-ab6d-f7929d7c583b] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 23:58:03'),('e866c5ef-3b50-4862-bbc5-bdc16b822930','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:54:03'),('e868eb70-ecf8-4aa9-a834-30db38f8cdf3','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:01:13'),('e86dec36-e2c9-41a3-b18c-18e7005843f6','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:15:48'),('e86e51fc-1d55-4a30-9be1-62de8663babd','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:58'),('e86f15f8-1bd4-4445-af03-760c5e23ea86','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== []','2022-02-24 06:53:13'),('e88358f6-063b-4da1-bf91-d1e6e2fc3bd7','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:09:38'),('e8888384-f647-490c-828b-c26eef1f7aca','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:58'),('e8957807-09e7-4d28-890f-b9f823c4fd0d','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:41:06'),('e8b31360-1f49-46ea-bccd-9888ac05cf61','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:58:15'),('e8bda65d-d55a-4bd2-8169-3fe8dbf19d2c','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:34'),('e8c98135-9161-459a-a260-13c9c53bf7ad','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:13:05'),('e8d50a1d-09fd-4ed7-bed2-00ed7e4ceff4','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 01:53:53'),('e8e2c9b0-b30d-4209-a9ec-0dad57399eae','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:11:49'),('e8f41154-4ac6-45e3-aa1d-c491697f9af5','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:53:36'),('e8f76bbd-b085-4cf7-b4bf-ad037a7b16e9','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:35'),('e901c550-bcdb-4f90-9efd-90d897e24221','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:27:31'),('e90d17ca-26c5-45a8-962e-23a9231fd155','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:00:35'),('e91b4a43-69f4-4f4f-a4c1-3b17013800b0','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('e929ddc4-f822-4531-b30f-c79a3a2b0d0a','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:37:12'),('e92d52a7-6219-41b6-b18c-1c3a158b87e7','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[de8b4d1e-43ab-43a8-82dc-872aba723493] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 22:39:03'),('e9343ba6-e9d6-41c6-be4c-c141bee5f6ff','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:58:15'),('e9386839-d2d3-4b38-ae80-1082dd239d2a','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 07:15:44'),('e93898ac-8134-4b1b-aff7-edaed8373b23','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:03:11'),('e939a841-fbc1-45ea-a8bb-854a467f3477','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:55:37'),('e94bd543-b8a0-42e0-b229-60c3c5b838c0','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDY5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sFWtRoRzXWHn_mvY7L1jShdFngDk3Om-UElSkhDK1BI','2022-02-23 10:18:14'),('e954c987-c5ec-4ce9-9e45-2af0136edc3b','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:00:38'),('e96581bb-56a1-4bcf-a8a8-86e82a5d0e71','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:13:21'),('e96791f6-7737-43b9-9264-e82f828e1414','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:46:59'),('e96fcbfe-1746-4113-bd69-0183337da04e','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Z0CGOfatwFKEez5ZiRM&opentarget=detail&linkType=01','2022-02-24 02:15:43'),('e970aa80-55d3-4439-9eb2-850929a14be6','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8829665c-42c7-4389-9e4d-28dc7013ee71] 开始执行任务(1):回收授权到期后应用','2022-02-23 17:59:03'),('e97c2295-e71e-464f-ba71-0d7a1caea658','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:02:30'),('e98185b8-38ad-4335-b263-77bb73a0728f','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODU4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.JQCfcYNRk0l0Z7wzVq89tSHZorMYyc6J4YS-98XQWCM','2022-02-24 06:49:49'),('e98215a4-89c2-4ee7-81e9-e5f4b03b8ce8','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:03:54'),('e988ff95-ed51-4759-92b9-c07a385f0a7d','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:50:09'),('e98f4795-2d02-4b85-8171-ae416348e8c1','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OIwukFwOk3yiV3winlNsa3pn2Uy3Ifs0oC9a7e0lvBs','2022-02-24 06:51:46'),('e99d5f66-b68f-4cc3-a63a-f73ff49b93f5','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 10:27:27'),('e9a1ff86-e352-4c19-ac9b-d6da51910783','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:40:42'),('e9ba202f-12cc-48ed-b131-8615a9b4266e','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:27:38'),('e9c3d327-e980-4b46-82cc-ab6dcedf5d51','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzA5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.FrdllYdZq7ikJww6bHPyy7VSX8gIjVy3XiAcCfP6vKI','2022-02-24 03:38:22'),('e9c84023-99fc-4885-8a28-81628455127d','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:17'),('e9ca7fb9-dad7-4d0d-9377-d149874fd903','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:41:51'),('e9d307ac-7a19-4921-8e6a-baf0c3b3b18c','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:41:48'),('e9dcb360-124f-4269-b0af-54383a11272a','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:28:15'),('e9de7f66-42ff-49b5-a548-8496845ffae1','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:56'),('e9ec50a0-fb09-4f3c-9c34-5bf2b363bbc1','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:51:46'),('e9f3abaa-0859-486b-afd0-153dc1e74323','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:14:45'),('e9f3c1c8-a7d9-46b1-acba-0e6aec90e1f6','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 2','2022-02-23 09:09:34'),('e9fe2cb3-e0b9-4394-92f7-75301c9011a0','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:55:37'),('ea024c17-7d4e-46d8-ae3f-f12aa772e46d','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:03:45'),('ea043d02-0ccd-4d2d-9b58-3cd3119eba47','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:40:22'),('ea106482-6511-4042-8350-b002b2c784db','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门列表==》/static/signon/staff/#/DepartmentsList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('ea1f51aa-a50b-4d70-9d3b-4bf1f57058f1','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:39:14'),('ea27ab0d-36dd-4f5d-9532-577a5d263e79','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:50:09'),('ea2eab19-7e6e-49ab-8a85-eda9363b9539','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:31'),('ea30dd25-6d6d-4ce1-92b9-0a3d197b09eb','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 11:27:38'),('ea3501ce-a612-46f3-8eac-17ca085badf7','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:09:15'); INSERT INTO `sys_log` VALUES ('ea422be9-3230-468e-a226-46723e205c8f','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1OTY2MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZFBUhyIFDGStsvzYH0TOzQSVj50IZF3PyApD7N6Lg8','2022-02-23 11:41:06'),('ea4c1145-071a-4b2a-a93c-e2b674bcf155','f3rgvyxXjHBYUfjD6Ed','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"f3rgvyxXjHBYUfjD6Ed\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:03:56'),('ea5828ae-89ed-493c-99e6-ff2ddd933fc1','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:13:05'),('ea633fb9-ee8a-4579-9307-386cf4974ab5','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:38:54'),('ea6b98a7-536e-489a-8d42-81259240aba0','Y9jBI4qsVXYrfWj7QF9','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y9jBI4qsVXYrfWj7QF9\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:00:36'),('ea6eec20-2890-4d7c-8bd4-b639a6f671c7','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:53:25'),('ea77c548-540e-4139-b6b5-0a849054214f','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Mzc3OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.oS1F9nDEaJh0x3oevNGP2cIUFxjOH_jz0Pw1x9x81vs','2022-02-23 12:49:42'),('ea895f10-85fd-4130-93d9-69719ee0ae5c','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MTk1NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Q7-l6IGc78-66U7CHNwxJUCzkZxcELgMLA8-Thw3cgo','2022-02-23 12:19:21'),('ea93c3cb-b28e-494e-949d-fe4a5d2fadbb','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:53:32'),('ea9ae5fb-0ec5-45de-af84-6a58b6d75e72','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:38:29'),('eaa24671-aa3d-4576-ad2b-3322336a0fd6','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzIzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Lk8puJCcmN3ibmklx-KU78_p8EunaNFQUSXchM0Z90s','2022-02-23 11:00:35'),('eaa8c3b3-b07f-48b9-8eba-9d19675f95a8','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:55:43'),('eaae45fd-5ecb-4945-b688-7cd2896f6a77','6xxX5fMiYvEvEfl9MoR','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6xxX5fMiYvEvEfl9MoR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:58:15'),('eab5d631-793e-4720-bc9d-c5108206affe','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4ef8f8be-0db0-4fd1-9779-3aab660d2bcd] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 00:19:03'),('eab832dd-ae01-4a96-a82e-a6783c35cae8','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:48:20'),('eac3942e-3f77-4f76-95e5-c7d29b310338','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:27:25'),('eac84476-f04d-4c7b-8a41-12425f36b044','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:11'),('eae3c24a-6e96-446d-bce9-54116fd3f649','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:08:25'),('eaec05f4-5add-42a5-97c8-6a8a2f88e952','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:38:19'),('eafe896f-9ce2-4308-9cfc-c349353ddc5f','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 07:15:44'),('eb096fdc-4534-4e84-859a-6e0c485d93bc','RPD5lOv0YKDTZocaYsn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RPD5lOv0YKDTZocaYsn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDcwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xktCnjo2Jr5-QbrG74_uv9PBYT6xwGJxRX-VPpWwP0Y','2022-02-23 09:11:49'),('eb154c73-7298-457b-9813-4f086c433eae','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:40:28'),('eb15c26c-64e4-4105-bd0a-644100a11db4','TsuhonL6CaQTLrzjtRk','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TsuhonL6CaQTLrzjtRk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 06:46:58'),('eb1a57b1-b3a2-4b2f-855a-1041442aef55','1nOPoAOBJRIPZ5JSQrl','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1nOPoAOBJRIPZ5JSQrl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:02:34'),('eb20569e-c37c-42ff-9663-9de59f35e668','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:13'),('eb237e62-d63e-44a3-8d67-1d696243b855','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:36:33'),('eb2c6450-8748-45dc-afbd-f405850e297b','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3Mjc5MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.39auQhI1rWl2ghdwOu1gl3ravep0FdgqF793rVpizgo','2022-02-23 15:19:55'),('eb2d1781-5dfa-4e6a-88fd-6ea5705b2617','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:33:17'),('eb39768e-350e-4fa2-91a9-a557c274cf8b','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 06:49:50'),('eb46aa90-080e-4d0a-8b69-403a8cea167c','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:49:13'),('eb5b31fd-c10c-4eff-aec1-95adbc6f623d','XMbmT74imruN6jZPysd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"XMbmT74imruN6jZPysd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 15:36:40'),('eb5c39a4-38e3-4ef5-aa3b-278dfd09dd9b','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:55:43'),('eb5f7b45-1478-41b0-a892-5ab1930443ae','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:06:36'),('eb6b1eae-244a-4460-b116-707bc43193b9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8a422ab7-995f-48d0-9ae9-a7f5e0295952] 开始执行任务(1):回收授权到期后应用','2022-02-23 21:59:03'),('eb7da4a6-b353-4da9-891b-d966c62d81a0','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:36:28'),('eb84dd99-6ecc-49c9-afb2-48d639a5ce5c','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:01:34'),('eb913565-c6bd-4d4b-b76f-9dfc364479a4','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:53:16'),('eb9df1a5-f608-400f-bb3e-c5d3ba69b5b2','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:42:04'),('ebb89e6f-b301-471c-8514-cc2c5a992cdf','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:35'),('ebc5ad99-31fa-4bc7-bf33-12e609144e2b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:53:41'),('ebd08f44-05bf-4ba8-9cbd-18b1c91c84a3','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:33:17'),('ebdd029f-2d9d-4056-ba87-8c7900675da5','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:46:05'),('ebe0d065-0a14-4a5a-bba7-a00ba8c387cc','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODA3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.5UI4AHLxTw-ovvAXD1AZMhBblde4Z203B7e9zYIyRTM','2022-02-23 14:01:13'),('ebe36a51-0951-4f7c-b8b2-e11c279a61e1','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:47:30'),('ebe66314-8628-4ea6-ac9a-f4ee327ca985','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 01:53:55'),('ebe92e0c-1ed2-4416-834f-634d016b4750','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:05:42'),('ebee7c72-9133-4ea7-a886-018eda69ba8a','tMyDGjApMMkXs8cFwH8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tMyDGjApMMkXs8cFwH8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:50'),('ebf40c07-c3be-455b-9d48-043456abf9e1','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:57'),('ebf58a6e-1944-4775-90a0-78e96594e6eb','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:05:40'),('ebfa5b5e-cd20-44b3-ae32-6ada6a670c14','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:03:35'),('ebfe2ef8-3b5e-49e8-80d9-e47adbf1a48c','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:22:15'),('ec15ebff-5486-4d0f-867d-496766f696ec','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:35:52'),('ec177582-6c8e-4f9e-88dd-8d9e02c02b2c','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:38:19'),('ec1966ee-5864-4640-b233-496d029f3378','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645676191212\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 04:01:57'),('ec1edb21-ee27-49e7-bab2-2e974c01b864','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:39:02'),('ec22bd82-9baf-4d2b-a74c-c360666cf25d','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 09:53:16'),('ec3ee4c8-a863-4d37-907f-90fd2bc49ed0','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:37:53'),('ec4cabe6-c518-4b29-9d62-1930ce3d003f','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:53:25'),('ec4f57cd-56e0-490b-b096-43852796a213','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__hyLXrVlltH9vENSgz0O\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"search_organizationName\":\"\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"search_creditCode\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__hyLXrVlltH9vENSgz0O/documents\",\"isRelate\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"30\",\"_viewid\":\"__hyLXrVlltH9vENSgz0O\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"_fieldid\":\"\",\"search_ID\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,id item_id,id,name item_organization_name,field11 item_creditCode,( SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID ) item_registeredUsers,(SELECT count(*) FROM obpm2.t_user WHERE domainid = t.ID AND ( (field24 <> \'\' and field24 is not null) OR (field25 <> \'\'and field25 is not null) )) item_activationUsers,field12 item_registeredAddress,field13 item_managementAddress,field14 item_field14,field15 item_field15 FROM obpm2.t_domain t where id<>\'1\' and name <> \'all_users_zone\' ','2022-02-23 09:36:28'),('ec525607-3784-4043-9ff6-c1eed6a275e6','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 14:03:52'),('ec5b396b-650b-4e09-bd7c-86712f770fca','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:27:58'),('ec6a36b4-0ef3-4782-8303-924bae4a6f29','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI1MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GmYsfI4n89qQJFv2nyb3o1GMBt6e4OdMCdctCmpzhNc','2022-02-23 10:27:33'),('ec7d9400-ba25-47a0-90f1-7c2c6fadce04','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 12:19:21'),('ec8f42f4-e53c-4662-b034-6228f2611238','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:40:22'),('ec8f4809-dc77-4e8c-ac7f-cf711fcaed9e','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 13:58:30'),('ec8fe4dd-cda6-4b99-9b88-c0e5b293fa50','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:02:55'),('ec96c040-dc96-491c-9749-73faf86b6b2e','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:01:17'),('eca42b8a-4f46-4276-8183-a90478e38125','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:53:13'),('ecae85b6-edeb-4276-aff3-c0fc60984892','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDA0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OcMGtdPNXw5hJvNUAP5LtqW2cYPLTr78eKG4TRK71vM','2022-02-23 11:47:27'),('ecb6f664-81a2-4ecd-b0d8-5f3cca99f69c','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:00:35'),('ecbe1066-b9f3-42fb-a5ae-3e8306091280','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:16'),('ecf986a6-a7d7-4fd1-8faa-d192845adf24','HB9q3u1C7YEam1hxYPS','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HB9q3u1C7YEam1hxYPS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyOTI5MywidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.vbGx28ZH78DyjV-kx0K8cO_jMzdxJC9KJfmsXP9rV7c','2022-02-24 07:01:37'),('ecfff9ac-3b13-432f-ae59-78ba7d649e94','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 11:28:59'),('ed01b6b7-f352-4928-8be8-e5f9fbe617e7','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:07:02'),('ed146bdd-e999-48f2-bc8e-22a07d986903','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:33:17'),('ed17394f-2afc-43b8-966a-5352ad17eb6c','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzI1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.vZTFZuwRuXBiE9FbUveyNZfG56IiYR9jhvXdGlQyExg','2022-02-23 11:00:59'),('ed1e92b8-6a96-45dd-b7a5-ed2b0f023ee1','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:03:02'),('ed1e9a08-2888-4347-8e15-35b2508432f6','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:40:52'),('ed336c33-cdf4-47e3-be7a-703a085d8fdf','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:02:30'),('ed42a1fe-721b-49a6-bc67-84be548d8593','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 14:03:52'),('ed46f90d-1a77-4b09-8f4b-d0a89976e90d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 14:03:11'),('ed481641-dd5a-4163-8962-f2fb39d5d0a6','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:40:56'),('ed4845cc-eccf-4ecd-9bfc-c2327abfb2af','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:04:28'),('ed58fc1b-d394-4aaa-b72f-9c7cc0de5a4b','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:43:30'),('ed5a5203-2684-403a-be6a-8f58d02dcce8','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:59'),('ed63fc51-34f2-466f-ab35-5b9c15f041ba','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:55:36'),('ed6a38de-df5f-4668-b0c2-2bbca2e6c1e1','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:57:59'),('ed6ddac4-2916-4fe2-9320-805430bf8397','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[fb507715-f9df-44c8-9260-c47eea7cf12c] 开始执行任务(1):回收授权到期后应用','2022-02-23 12:39:03'),('ed98a392-d7af-4874-9ded-9519e2a395c0','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:36:01'),('ed98f07b-52e8-466f-84a1-42909e258e4a','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:30:25'),('eda03fec-4f99-4a2d-b0a7-0f15c9142299','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'','2022-02-24 06:50:09'),('edb6e665-4e20-4fcc-a2a8-a13ff60e5ebd','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 12:49:41'),('edb77054-266a-4109-9743-eed66c4f45f3','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:49:47'),('edc3fb0c-2861-498e-a412-17a453aa3f3d','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:39:02'),('edea628f-5354-4a3f-9b1b-841c477cecf9','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:15:48'),('edf1d593-70d1-4fd0-9daa-af943f8f3ea1','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:53:25'),('edf399b5-3642-42c3-a5de-6b623071ff33','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:24:02'),('edf7d193-76fd-4e30-99c4-85efe815ecb5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:31'),('ee125b6e-ab45-47a8-a245-4074863c704b','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:27:33'),('ee12e5d6-5d5b-41f3-b40a-44305b353056','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:13:38'),('ee193c33-ac6b-4b3d-8209-09d9223ce845','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:53:58'),('ee23e601-c578-4508-aa0c-8a39936b7a4d','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:47'),('ee25bc2b-6861-4550-82f8-c5103e8ff2c2','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:41:17'),('ee3232ee-8c94-4c93-9a7b-625d9b2d713a','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:36:28'),('ee4118cf-3db2-4ad4-8be2-aed608a87244','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:47:30'),('ee46bc41-edb0-4c1f-9f9b-ac9418e464fd','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:49:16'),('ee4dc8b2-a222-4042-bffb-5cae2fa70a9d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4ef8f8be-0db0-4fd1-9779-3aab660d2bcd] 开始执行任务(1):回收授权到期后应用','2022-02-24 00:19:03'),('ee58c729-7cd2-4970-8d26-422ecb179066','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:14:59'),('ee6a1f3c-24fc-4470-af5a-bb1bd574e985','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:18'),('ee6df53a-9375-42c1-9bb4-bb56721d137a','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 14:03:39'),('ee7736a5-a709-447f-a249-99e2517f2d48','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:16:25'),('ee784b4b-7125-42eb-ac98-0138b694a717','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:33:26'),('ee79f113-ac76-49c6-86f5-a4eb8a06be1f','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:03:04'),('ee8093e4-c66c-41f4-bd9a-cd1f3f7766e7','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:49:13'),('ee82f3f0-45b8-447a-9128-b5148b7e515c','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 01:53:53'),('ee84b057-2e8a-45dc-b500-3cb4616a812d','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 03:39:14'),('ee88eb0e-4404-4401-9984-855a89e201f4','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:58'),('ee8dafe8-3de9-48d2-a833-e5b63f644193','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:46:58'),('ee9cf99c-413e-4133-a469-e5459c21118e','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 15:14:42'),('eeafd781-2d89-4e6e-9406-2ebd2e9c1aac','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__S1C6VJgKq1UVN6fwxfq&opentarget=detail&linkType=01','2022-02-23 11:02:54'),('eeb443f5-7b37-42c6-8ac8-d2486a0a6a5e','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:55:19'),('eeb5c18f-709a-454b-b7dd-f939f75b0d76','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:08:27'),('eeb928eb-1b87-476c-9338-67af2cd532a6','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:40:52'),('eeba60c4-8744-4c39-991c-a2c7983cd7eb','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 01:53:53'),('eeeac7b6-c50d-4120-8ced-2f0652c1fdd4','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:04:19'),('ef07b835-894c-482e-94e5-1352e3cc26cb','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:00:55'),('ef169e75-5e7c-4957-a957-27a71c053807','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:47:27'),('ef29be82-986e-4d63-bf3d-55b42c5e32fc','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:47:28'),('ef35d490-9470-4bc4-8fe9-40d8fb8446e0','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 09:49:16'),('ef3aee8f-0f92-401c-85d4-b940a1345972','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:38:29'),('ef47548c-c512-4079-8e8d-eb47f6082b12','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:41'),('ef50a317-26ba-4edd-9bba-22156b4efd56','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:49:47'),('ef51ad89-67ad-4f8b-9e73-bf196d3d9c3c','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.GvHfRylN1KZ1f_LzTio8cH88fQeJY8TE9A0YSRPsz_4','2022-02-23 14:03:35'),('ef55e307-abf1-4cd9-8463-a1f1bf3dda40','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:51:44'),('ef687fc6-5a14-4eb5-9cd2-80b084cace2b','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:58:31'),('ef767701-e1f3-4428-871b-337bab451409','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:18'),('ef8f11d9-44cf-4024-80b0-8d02ce75168f','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 09:47:30'),('ef8f3b5a-7925-4f90-ae8c-d3e224c5d80a','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:55:37'),('ef9160f5-984d-4f48-95f3-51d8af1aa5f5','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:16:28'),('ef98fe22-3703-477b-9e49-74e0ed01ce9a','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:28:59'),('ef9b10a2-25bc-4737-9ac8-f199844b9a1c','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:04:28'),('ef9cb349-80db-4db3-95db-d3d99a1ac790','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 11:02:50'),('ef9fc887-0288-4ae1-9778-4c042d4dbcb2','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 06:54:03'),('efa37eea-98ec-487c-a584-8a59b872ca38','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:55:19'),('efb2e611-0b34-4b3c-9a9d-327ae23040b4','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:47:16'),('efb5421c-ae62-407f-94b2-9e4343039399','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:05:33'),('efcca457-e60b-44f0-85bc-76b2c3327b7a','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:03:11'),('efd533f4-aad4-440f-a509-669ba2a5f93c','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:17'),('efd8465c-1091-4b42-91d7-cc847de7f5d1','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:47:28'),('efd8b24c-f21b-464d-ba7e-c698df96a7e8','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:19:19'),('efe411df-620b-4b7e-87be-564398954cd5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[c4da4eda-01ee-48a0-94f0-7a575fcecaed] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 21:58:03'),('efe768d9-cdff-45c3-9681-7383350925e4','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:47:13'),('effd48d1-f1b3-4987-b0fe-1c5c677aa4f0','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 13:10:57'),('f002ecd7-be60-4790-989d-b2015ffe8799','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e42ebdfe-be98-4983-a2c7-a28ec07f976b] 开始执行任务(1):回收授权到期后应用','2022-02-22 08:56:03'),('f0042b6d-f244-4dd8-84fb-40f5d3fdb89a','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:42:04'),('f0098326-e5ac-4128-b093-a21f87762ea6','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:07:02'),('f010e9b9-553b-489c-82ba-dd2c7e787382','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:22:15'),('f017c62a-2206-4d10-aa07-a626d45dc4f1','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[248a2b5c-199b-4f07-86d8-0000fc0d1b3f] 开始执行任务(1):回收授权到期后应用','2022-02-22 04:36:02'),('f01ae5ca-8aa8-4042-ba8e-5b7ee8141e18','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 06:46:59'),('f020489a-f6e0-42fd-96a5-4e95f93f7283','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:02:34'),('f0261061-68aa-4a1e-8d8d-2ab87da873cd','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 14:03:39'),('f02dd5ba-5b49-4da3-ae94-26ea78f4efba','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:35:20'),('f03372c1-7ff9-4d89-b692-4e40751479f5','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 14:04:19'),('f039df50-a68b-49ad-af85-328ee1b3e8b8','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:53:16'),('f03a35bc-399d-45a6-98be-4c94f548f053','SCf1Dp6yECUBBSBp5RI','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SCf1Dp6yECUBBSBp5RI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:45'),('f04727b7-ab54-406d-bf5f-55e679c4828b','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:51:36'),('f04aa3c5-d8fd-4aef-89f5-8629e1990819','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 02:15:43'),('f04cce32-692d-41d2-9e3d-3bbcf70504f7','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 11:02:50'),('f0521a98-764a-4ea4-b921-d2a52c1b7455','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:38:48'),('f05a65a9-8e98-4481-8c3f-4417b910d246','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI0OCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ytvEpeLFl73wh14GXFIKiTvrvW1kDP6MQGuXAs0b_tA','2022-02-23 10:27:31'),('f05db447-2136-4b5a-8f32-1a5e5f798eaf','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:33:26'),('f067073f-12da-40ff-9b5c-aefa9da8c4c8','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:37:08'),('f07763e8-e15c-478f-bb6f-09fb221944eb','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:27:36'),('f07f74e4-321b-469d-a10a-81654704e29a','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:02:41'),('f08f9c21-7a30-478e-a234-c4f5b3eaeddd','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 04:47:50'),('f08fedb7-b32d-4182-93b4-6197d7da93d1','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 13:10:56'),('f09267e9-0c55-47df-bdca-9f26e33bb510','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:27:33'),('f0931295-3747-42a1-b15f-6326df57e286','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:00:35'),('f0953f54-cda0-4181-be33-40f769de4f32','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:12:45'),('f0974ef9-f77d-47d7-8b0d-c93310df3d22','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:16:31'),('f09b180b-a0fa-483f-b96f-6cfcb2dfd2f0','kt6r3JJNLCPqyGzsyuy','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kt6r3JJNLCPqyGzsyuy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:50:09'),('f0a6f0cb-6970-4231-82c3-2fe7fb3e16c8','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:47:30'),('f0ab1715-9d25-4095-ad83-78e354f66a4d','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:40:31'),('f0ab27f8-0a3a-41dd-8307-501b9f5b5d25','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:47:30'),('f0abd024-a294-40c9-9d07-6df5d7a97750','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:13:49'),('f0c26117-713d-4d1b-8b78-b2dd8cc7a7bf','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:53:32'),('f0c6f234-aa7a-4a94-93da-bda390d936a9','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 2','2022-02-24 06:55:37'),('f0dad0a9-6a00-47f6-961f-8727df980359','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:48:20'),('f0daedd4-e098-4ad8-8742-3481638df1fb','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:45:02'),('f0dd87a2-da8a-42ee-9b38-e1a9fb89fd65','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:39:02'),('f0e295ac-6a31-4853-b4ae-bd7891960b91','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:22:45'),('f0ff0fd5-e482-4be1-9221-8dfa5cdd4044','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:07:42'),('f1087852-6d17-49ce-a474-e69720915d0f','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:09:38'),('f108b5ff-d890-4769-bc34-09b964e4aa45','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:37:12'),('f14e16fc-da58-4339-b0c4-1afaf0349523','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjI5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.eSftKKta64Ybdx10mJ1UHTbWx2mHkQkHnJOn72Sb1RA','2022-02-23 10:45:02'),('f150a1ef-ea33-4712-8adf-308820555ff3','qL2ajfrnUdKOSU1mp5T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qL2ajfrnUdKOSU1mp5T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 15:25:21'),('f1559e56-41c1-47e2-955b-aa906a4cbf13','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[adb0dfdf-830a-416b-8890-d92f4103d73d] 开始执行任务(1):回收授权到期后应用','2022-02-24 06:58:03'),('f159ebed-762a-45ff-93f0-b213272c91d9','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('f1611c09-ba40-48a3-8a2e-61edd7d1713e','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:35:15'),('f17b9312-ce44-4f2f-a1ca-13efbd503fbf','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDE2NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.z8SkCbHy6AlmZ9vHCBwdMocUebMjygR2k3a8cT51BGQ','2022-02-23 10:09:30'),('f183c275-2c2e-4bde-aa20-2205ada1b133','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 09:36:01'),('f187004b-cbc6-4468-93c2-534cf80cafe7','R7fKBbHAFXPLvCeFmGN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7fKBbHAFXPLvCeFmGN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:43:30'),('f1a68c55-78b3-411a-8a19-4332e89a69f8','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:41:06'),('f1aaa843-d9cf-47bc-b0fb-7e6cf52c975b','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:37:08'),('f1bc32a0-a804-45dc-b775-76c9973977fc','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 10:27:27'),('f1c6b4d2-deac-4f6f-b32a-3645d4a55f66','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:01:49'),('f1c90a73-e966-4890-97b6-96945f1d1ac7','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:24:15'),('f1cbe46c-879c-4c2e-978a-81d23f080a8f','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:11:49'),('f1cc857c-bbf8-4177-94f7-db24106e1fff','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 01:53:55'),('f1d5a360-f5ce-45e7-a902-6e6c571f0137','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:58:04'),('f1dbbe44-6877-4aba-a17f-30ebcc77fa2c','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:05:42'),('f1de9959-b7f6-42d4-93ce-289d8dfbac40','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e35e8e56-695f-434b-b320-47fbd2b0db36] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 12:58:03'),('f1eab2d7-d8e9-424b-8809-62085f716c94','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:01:49'),('f1eb007e-a7ad-473c-9f80-e83fc4c5e7d6','IDfezgT9w6ySw9YsszB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IDfezgT9w6ySw9YsszB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 10:49:05'),('f1f1f790-73fc-4557-9fc8-97134bd51c43','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:16:59'),('f1f3f5c6-91ef-40c2-8cd9-69eba6d71542','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:45:02'),('f1f438b8-7fe1-404d-91fc-ab7a34821b60','r3Mz3S61nqAOxF909WQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"r3Mz3S61nqAOxF909WQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:28:39'),('f20dc1e3-a98b-4d88-84e4-a5283924c921','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:04:44'),('f2162481-9d1c-4393-ae21-de77598762c9','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:35:15'),('f216938d-5e7b-4303-9640-e2c9033ef6eb','vzgXp7SHjbxI4kmB2w2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vzgXp7SHjbxI4kmB2w2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:37:53'),('f21dff7a-dc71-423a-b936-7b32ea33b2aa','wC7IFjBl2vO23dkkFuV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"wC7IFjBl2vO23dkkFuV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 11:51:36'),('f2210f6b-10fb-4366-b6aa-052ed11d73bc','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:29:01'),('f22f2de4-9114-4f19-b5ed-36217b3acd8a','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:36:28'),('f24439e7-988f-4a98-a478-5b9128891506','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:59'),('f24960d7-0bf6-4ad8-99c2-e305ecd48933','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:40:22'),('f2517719-a9a9-43a2-b917-b31f7272155b','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 04:13:05'),('f260de97-bda5-4918-a296-d9b18aa76f2a','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:39:15'),('f2615071-a7aa-4720-82f4-eebc0ace81fd','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:01:49'),('f2641f01-54bf-4210-8ab9-7ce28c97de3a','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:49:47'),('f2660aa3-6f3d-4b5f-a1f3-c3d779737acd','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:47:03'),('f27340c4-ad26-431f-8b00-eed25c555200','NadCzyJ7NbwlM5ck9OL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NadCzyJ7NbwlM5ck9OL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:47:50'),('f2746877-16ae-47a2-ac3f-2756c76d37bb','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:11'),('f27bf040-ff84-42c1-8ac1-cafa37ddf786','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:36:25'),('f282bc19-7efa-4bbd-a0aa-3c65bd41da87','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:16:30'),('f28f3d83-9fd8-4110-b75d-d58126c24bbf','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 03:38:19'),('f28f62ef-eba1-4fae-be25-6b6b2c8fb3a5','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[28a423e0-8bb4-4994-b150-620f827c71a7] 开始执行任务(1):回收授权到期后应用','2022-02-23 21:19:03'),('f295c139-5961-4b82-b2e2-2e715759f906','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:40:52'),('f295f75e-d0e8-4990-a944-b82cb73bdf95','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 09:49:13'),('f299c03c-f029-49a6-b260-794e19777979','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 01:54:00'),('f2a03d4a-b42d-4ee4-9205-b588b5d2d42e','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:59:36'),('f2a21f10-3bb0-40a2-b19b-dff834658b3c','JPqtpB8QROhpIoC9fjB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqtpB8QROhpIoC9fjB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 13:10:57'),('f2a319d7-1ce4-4f3c-ba00-e85abca0f825','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODUwNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hp0lgSFhdtrF8diRg7uFz5jrVU3ZxO68DM1gwvg_XSY','2022-02-24 04:01:49'),('f2a4ab3d-f043-4430-bf59-bdba8d5bb830','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODQ5MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.cpXAO6Y1oBbYrr8KCpi-8ogWuFEbTzClTz2woKvXBdQ','2022-02-24 04:01:35'),('f2b5b76f-039c-443a-8a67-cda47b71abd6','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODAxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Jpl9uUchHxeyZyA7_Wx4oq015eV2TjwO2EcciwNoUE4','2022-02-24 03:53:36'),('f2ba0fde-3378-4f9b-a0d4-7d077367f219','Y1ipnGr4KyFlA3retf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Y1ipnGr4KyFlA3retf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:11'),('f2ba46ef-2e69-4eeb-8fbf-6abb2cd9a73b','5gQWMfBCAZyjn9ju6C0','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5gQWMfBCAZyjn9ju6C0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:28:15'),('f2bead50-07d0-4e21-833a-59bc80b095b3','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:58:04'),('f2c2c4a2-a5e3-483a-ae7c-d3218ad53c0d','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:55:46'),('f2ca6e20-350d-4927-8620-17b9ae918709','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:40:49'),('f2d107b5-698e-4ef4-a108-97546549f367','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:14:42'),('f2dcf997-9047-41fb-a5da-7b9ea411b05a','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:53:16'),('f2ea4449-cb8c-45b1-8612-47a3c56b6836','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:37:12'),('f2ec0f9f-9750-4d9b-a3b1-b7cd1ef792ae','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:36:36'),('f2f01e09-fa57-4b77-99c0-7304ed932449','vg5tV7HBOBGvseZ4ugL','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vg5tV7HBOBGvseZ4ugL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:22:15'),('f2f15779-c7a1-4f45-a1c7-cf0d16ca350b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 09:53:40'),('f2f23571-3e70-4976-a221-ee13730ca548','1UMeYBYVoXhzzJyaGM4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1UMeYBYVoXhzzJyaGM4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:25'),('f30240cc-b634-4ce5-b26f-4a5b24f90ecb','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:27:27'),('f305ff0a-d1d2-41f6-91d2-f20d4ab0b1e3','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:47:17'),('f321e956-5810-4be1-85ba-aa89d23d233c','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 10:41:17'),('f3240ffa-6e8f-44e1-abb2-a4ce7c9d1138','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:01:49'),('f33920e0-97ea-41da-b7d7-253c598e74f0','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 12:19:19'),('f3475f9a-20e5-471a-adfc-a9b393dd77b2','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 09:37:07'),('f368fee7-8be0-42a1-bd85-08427ac5cc7a','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:35:17'),('f37dda1b-bc86-486c-9fc4-a54d8b828c86','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 15:14:42'),('f3830023-d416-438b-a629-7d9c1b72382e','Jh98jNyEeA8nnQV4iL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Jh98jNyEeA8nnQV4iL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:14:59'),('f39b8eaa-c775-4be1-ac6d-e3f7363c10a4','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:07:42'),('f3b07909-b45a-4514-9e54-ffe84185a4f0','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:37:57'),('f3b89b5b-a24e-4624-95e6-0a6440b1c2a0','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:55'),('f3cc9f09-072e-4ae7-a669-394cfdd7ea92','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[a876eb4f-6fee-4750-9dc4-7da0889aeed3] 开始执行任务(1):回收授权到期后应用','2022-02-22 10:38:02'),('f3d8e621-dce5-479c-ab82-fab0aed9e1c3','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:53:16'),('f3dbf71a-59f4-42be-8b29-60552dc1d066','tTBZ5BqASZFrdWTh8bv','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tTBZ5BqASZFrdWTh8bv\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:40:52'),('f3ddd4f7-a6c7-4532-b825-d3ea149d9095','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 04:02:30'),('f3e037d8-e356-479e-b25b-925fc173f0a6','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 15:14:44'),('f3e462a2-9306-46b6-9a62-6476b48e1e41','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 13:08:27'),('f3e753bd-df7c-4980-b7c4-8f3bd56feeb7','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:41:48'),('f3e7882d-28a4-4388-8572-51bcfcab69a7','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:03:11'),('f4046ac8-f7f2-4901-891d-df466c8889a6','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:36:01'),('f410e17b-d186-4408-8c59-5f2c71c0a71c','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:04:44'),('f412a191-5631-4bbe-81f1-831c28818bf2','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODg0MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3nyWGUbNSA74VNUrrn5mZ-p16SBw76WoYjscxDhr4BU','2022-02-24 06:54:03'),('f41b7bda-c3d4-4d10-a9f3-6130624c769b','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:15:48'),('f41c7752-21bf-4741-b04d-ead72a0b9397','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:07:02'),('f41d4d6b-c2e3-4097-aab4-dcfb95f941fa','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 14:00:55'),('f41e6fdb-a696-460d-b2cc-0997b2cec252','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 03:53:32'),('f421c5e7-aa0d-4c97-8006-aa412ad6aec9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[23d07693-5dcc-457c-a1e2-bddc0ec52ac2] 开始执行任务(1):回收授权到期后应用','2022-02-22 10:18:02'),('f425176d-a80d-46b3-a799-2290bec1dd87','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:53:16'),('f426fd15-5523-4d3c-833a-37964c28396f','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 04:02:30'),('f427771f-588f-48b6-bb00-af7303a5f11e','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:05:42'),('f4348a5c-95e2-4a9c-9682-7c56e4bd429c','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:19:47'),('f4352ab9-9fca-4609-babf-a3438fa4acae','S5DnG6OkgertiAOzzCG','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"S5DnG6OkgertiAOzzCG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 13:10:56'),('f43c345c-767e-461b-aaa5-b73fbb146716','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjQzOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NEU7OaSxG2j28Lg_fdb0YgBqTCiwQFguWpQNDM6GwTo','2022-02-23 09:40:41'),('f441c034-9bec-47c5-8e3e-428befbed821','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:51:46'),('f4438398-bbd4-4f0b-89a7-6dd9757f214a','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pXhK1n7z7bpWEaYxh9IMWKSTxEE2QZ6GTcxMFHzRhQc','2022-02-23 10:15:48'),('f453594b-982a-411a-99fc-ecda1deee6e2','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:38:48'),('f45d9731-69e3-4784-a2b0-b8cd88dd4e5e','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:02:34'),('f45e9a21-0ac3-40ab-afe6-f492a8e14055','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 15:38:49'),('f4655f01-fecd-4821-b520-ea2e298a498a','6ibfttPoSQ8NqW06cHU','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6ibfttPoSQ8NqW06cHU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[],\"message\":\"ok\",\"status\":0}','2022-02-24 06:46:57'),('f479c00e-48a6-42fe-a982-c4079559a411','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:44'),('f47e7afa-7861-4a6c-86c6-5da9752a47b7','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 10:30:25'),('f4a729d5-b31c-416d-8b95-1281814543e4','8ZWNJDvk3cPtsAgki5p','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8ZWNJDvk3cPtsAgki5p\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:55:37'),('f4b10eae-7883-4692-a73e-29b2c14ebceb','6736l5Nya6JLWTztIMn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=AFB0B1D659A3CD359E290DB8CD1CC471; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6736l5Nya6JLWTztIMn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:38'),('f4b113eb-688a-4f9d-8a72-256ee57c2825','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:36'),('f4c11752-1ab5-4029-9f89-2cfdf44d6d02','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:16:31'),('f4c17a52-d40f-471b-bbfc-c967229a88c4','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:27:38'),('f4c4eb64-1fb9-4862-b801-e2b0c904f084','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 09:42:04'),('f4dbb597-d2a4-4f84-bfd5-c5805bbd5aae','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:15:48'),('f4df7963-df66-478d-a8ab-1771b14ecda7','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:12'),('f4dfc3b2-163b-42ee-b1e7-50e979f81c70','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:32:05'),('f4e5095c-6633-4253-b05e-fce284ea6d2a','tjV04N3m037FXCqyzSa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"tjV04N3m037FXCqyzSa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:05:33'),('f4f1fa8d-964f-4d96-9a7d-63f345b28896','O3v25Hg3UBTlBAoqTrX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"O3v25Hg3UBTlBAoqTrX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:02:34'),('f4f9e73f-1b27-406b-be07-9480d9728c28','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 15:36:36'),('f4fd9954-ff50-44c5-b3b8-ae1d390f8af9','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 01:53:55'),('f508f598-2002-4449-9339-ecc885ead01a','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:59:50'),('f50cdaa6-e2a3-46de-8080-1cda0f6284c1','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:59:50'),('f510b91d-cd9f-4368-b650-a7348e40aa18','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"_docid\":\"\",\"endDate\":\"\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"parentNodeId\":\"\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"_currpage\":\"1\",\"id\":\"__ilSiXEoIcPtVkiJFOHL\",\"_sortCol\":[],\"parentParam\":\"\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"comName\":\"\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"startDate\":\"\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.content-length\":\"2\",\"sortStatus\":\"\",\"relateid\":\"\",\"isQueryButton\":false,\"zhengjianheyan\":\"\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"sortCol\":\"\",\"cardNum\":\"\",\"telPhone\":\"\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/views/__ilSiXEoIcPtVkiJFOHL/documents\",\"isRelate\":\"\",\"shiming\":\"\",\"siteHttp\":\"10.10.100.175\",\"treedocid\":\"\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"lines\":\"10\",\"_viewid\":\"__ilSiXEoIcPtVkiJFOHL\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"userName\":\"\",\"_fieldid\":\"\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"}',1,'objectContent=sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid,t.id, t.name item_userName, t.LOGINNO item_telPhone, a.name item_comName, b.name item_deptName, t.LASTMODIFYTIME item_updateTime, t.field24 item_CID, t.field25 item_location, t.field11 item_field11, t.field12 item_field12, t.field21 item_field21, t.field23 item_field23, t.field13 item_field13, t.field22 item_field22, t.email item_email, t.field20 item_field20, t.field18 item_field18, t.field19 item_field19, t.field15 item_field15, CONCAT_WS(\'-\',t.field16,t.field17) item_field1617, t.field14 item_field14 FROM obpm2.t_user t left JOIN obpm2.t_domain a on t.domainid = a.id LEFT JOIN obpm2.t_department b on t.DEFAULTDEPARTMENT = b.id WHERE a.name <> \'all_users_zone\' ','2022-02-23 09:41:04'),('f517c09c-750f-483e-98e0-45aca6fbd0be','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=部门管理员==》/static/signon/staff/#/DepartAdmin?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzU5MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.jHHoWaEKcqaKU7lb1NQvyF_jeWwaAPTy6CftUDfAqwo','2022-02-23 11:06:36'),('f51879cb-36dc-4a92-9936-877224043d45','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:35:22'),('f51c8e4d-d4ad-4e52-ad5c-d89e2e32eb69','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 06:03:47'),('f51db1e2-e774-451d-992d-15d096acec4e','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 04:01:18'),('f5224604-8b41-40f5-b296-c5da534e23fd','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:45:02'),('f522b626-1dc2-45fa-ba9c-659a9d2b7140','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODcwMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.E1jR1IFrm4hAZKepcMj8xxuwbJjXrOHbC3vY4e3WMw4','2022-02-24 06:51:44'),('f5501eeb-3246-4432-ad7d-5d58537351c1','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:07:42'),('f553ede7-1c2e-4d8f-bee1-3c34be0949a0','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:05:42'),('f55701c6-e15d-4b39-bf54-14636bc7b22d','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:13:05'),('f564cf7f-5cc0-49e8-b5d9-a2eec70b465e','ePvZn9kd3EIUNG5VlFS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ePvZn9kd3EIUNG5VlFS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:42:04'),('f5661d77-8b19-4c40-ab31-f6d877eba982','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 10:41:17'),('f5668440-cd82-485c-a9c7-274875b37b8f','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'','2022-02-23 10:16:31'),('f57d3d67-b77f-406c-b13f-ee2fa7cb32bc','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:53:25'),('f5823d53-a73f-416c-aad5-bdaba6035e19','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:33:17'),('f58654f8-becb-46d7-8f3d-654ccc708098','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:22:45'),('f5881a1f-9e88-47da-b8cd-b987be41ad57','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:47:16'),('f58f1b52-eee8-4832-a540-60d70a564fc5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM4MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.K9sk5M-3n83QbRD0IXZ9PDkoUSnBcl9kJAhHGLuD3U8','2022-02-23 11:03:04'),('f59eb1f2-213f-4f29-afbf-13b80ba880ef','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:35:52'),('f5a8a57b-6835-4b9c-83c8-265f8af23ee3','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2ODIxNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.l3NZQ-KaCxSasx2dZ3xktokAg7Gs2UqeFr3yihFmTHY','2022-02-23 14:03:39'),('f5b0a628-43de-4bc9-a209-fa82a79c1f03','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 11:02:50'),('f5c0bde4-01e4-4b75-a173-3860be770e7c','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:13:49'),('f5c724f1-e740-4884-b784-ec5c7b6f5110','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:04:44'),('f5cf236a-123e-4fa2-bb07-1429fb34c8ce','8oPY8ZiX3vU5fC04kUB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8oPY8ZiX3vU5fC04kUB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 15:39:02'),('f5dbb16b-00e9-4a37-abf3-dd4076b41fee','ZMFfruN6hL7jL93UrDr','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZMFfruN6hL7jL93UrDr\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDc4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ioW2lxafoWxHK57IzpKKLLd-pJngFk7XNlI_Ebtc9pU','2022-02-23 11:59:50'),('f5dd50fd-c73f-4d12-90e0-528e98ae5d00','TFj1aoMzes2RXkjETmp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TFj1aoMzes2RXkjETmp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:07:42'),('f606a463-7d26-4039-ad02-17d91bb269c9','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjYwMSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Aoram7fin6vUWJQ9-gFa9m4PFXrbtjs0q6ZIBqhgGsI','2022-02-23 13:36:44'),('f614faae-b6db-47df-848e-694baeda02d3','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 03:55:16'),('f62d3f22-fd61-461c-83ad-9a40cfc2fc73','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 03:13:49'),('f6311c0e-8bb8-4afe-8988-a99e906dab66','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:36:37'),('f6320f8a-37dd-439c-807b-ad4183a40ccb','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:51:44'),('f6589ba1-8185-42d8-945e-3528ab583f93','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:25'),('f65a83e9-307a-4a5f-94d7-2e6738146c51','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 12:19:19'),('f66ada19-486f-456e-a79a-d9d61b8bb1a7','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-24 02:15:43'),('f67b49d4-fcbe-40f8-bb58-7fdca71b0ae3','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 06:48:20'),('f683709c-4a8a-4639-ae93-8a0cca2690c7','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:36:25'),('f6870212-a8b3-4828-a09d-b7324e506209','HCV2ewpyDwMVnjRIth8','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HCV2ewpyDwMVnjRIth8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:46:59'),('f68b4449-2ad1-4d37-a047-cd99298c6c8f','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=====================================/static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__Z0CGOfatwFKEez5ZiRM&opentarget=detail&linkType=01','2022-02-23 13:36:37'),('f68ed6e8-503f-4503-bc00-d83471fffe7d','pdOHA4tKs0dsChImKf2','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pdOHA4tKs0dsChImKf2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 11:04:28'),('f696131c-cb7a-458a-b706-c4d96d9cfa03','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:01:35'),('f6967b9f-ba37-4457-81f1-732747c0f1b8','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-24 03:55:16'),('f6a368b6-d139-4fee-b70c-eca9962a7d4d','BXIbOZIY1HOzKizgSdh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BXIbOZIY1HOzKizgSdh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:59:38'),('f6a390ae-e643-4c41-bcdc-c1fa8ebe1b54','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:53:25'),('f6bd9287-6696-4ec3-8b7c-b94bf60d8093','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:38:48'),('f6c087ac-cd48-4730-a5a6-954fac8bb2fe','Eqa8uoU41EPqVycdLfB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Eqa8uoU41EPqVycdLfB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:49:50'),('f6c8580d-4d48-4684-b887-2567f16f9b61','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=在职员工==》/static/signon/staff/#/Employee?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMDgzNiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.xVmAxAkYtozRJgy-TM6uko95BB974Qiz8TfbqcctN4U','2022-02-24 01:54:00'),('f6ca25f4-8135-4387-a842-646d7059dddf','KNAmgbIWpYvVjML591o','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645675851695\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"KNAmgbIWpYvVjML591o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-24 03:56:18'),('f6cb65af-5527-4da8-bb62-745dc265809f','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 03:53:58'),('f6cf2695-81e0-437e-9a98-41c447c0fa50','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:01:35'),('f6d84ffd-0267-4241-8e6e-cb71b4e1d695','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:35'),('f6dc39dd-2253-4b55-920a-c5e071083df7','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:47:50'),('f6f09e25-240b-42ab-9081-b2f96b7c860e','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 03:39:29'),('f6f2ea36-2f46-4fe7-8294-c534233ba515','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 13:55:43'),('f6fe09d7-99e3-4cac-b375-8b4c20122919','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2MDAzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hEfEv2nugwBjlJShT6wOMEavSwraM0DDXcNE8It-iW8','2022-02-23 11:47:22'),('f7148dc7-70c5-48f4-8e27-fa095a2d206a','9MbNBKPHU9gzcsiihLc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9MbNBKPHU9gzcsiihLc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:53:32'),('f71d214c-3e31-466f-92b6-3715a74ffec5','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:10:58'),('f72131da-8a1b-4cf8-9df6-bd93afe604b8','dmb5Ey6GL90cvna5H4Z','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dmb5Ey6GL90cvna5H4Z\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:03:54'),('f72db1f3-3093-4d41-80f0-f71a4b09dddc','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 14:03:14'),('f73f5b97-07d0-49bf-879f-f9f2b6fcdf7a','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:04:28'),('f7440f51-f848-482f-be65-28ee6a804903','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-24 03:53:58'),('f7506523-b36e-4b43-94a8-97f2ea4d3a30','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:16:25'),('f752d4ae-639d-4b02-9f3b-6bd790a1831d','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:55:36'),('f7628da3-698b-4ca8-b478-a71487ab1e41','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 04:12:45'),('f7793948-a869-4e54-8175-1854da212718','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 11:06:37'),('f779e63b-0428-4a2e-a4c1-abf6997d9275','w0EzmOJ5pYdBwY3ugOE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"w0EzmOJ5pYdBwY3ugOE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:01:18'),('f782e3e5-bfdd-45cd-a8f9-b8431eeaf214','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 11:00:56'),('f7851bfb-366e-4619-8d9b-3a5a4453ba3d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:39'),('f78cd7c2-cccb-45e0-805e-10cd8f6cd24e','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:55:36'),('f790b45e-6a35-425a-a296-b681144562e9','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 12:49:42'),('f796526e-f1f5-46a9-a3cd-83d8be2b8f31','kboQAUInXVabeAtmXs3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kboQAUInXVabeAtmXs3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:10:58'),('f7998664-5514-45de-b431-1fe047c94759','kmipaDkkZBOvVvx37lK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kmipaDkkZBOvVvx37lK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:47:52'),('f7999e11-4ed6-44e9-a582-12be9eab49be','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-23 10:41:16'),('f79e33d3-c24a-47f7-9009-628efc90cbdc','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 15:22:45'),('f7a660a7-b17b-48df-baae-b68819d6d4b9','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI0NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.DN-x3WOB6ltniGJSkjrjXCYXdVJdVcBe-a7F-t_IZuA','2022-02-23 10:27:27'),('f7ab99cc-f78d-4f2e-9b44-98e9e51f3739','scfmWJMX0nD0G6cCfH7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"scfmWJMX0nD0G6cCfH7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:02:25'),('f7abd2f9-916e-4a6a-866e-8492918e663e','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:49:16'),('f7b8185d-d46c-4fa5-bbbf-f69a2fd62dc7','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 04:02:36'),('f7b89a51-a6fe-4520-be31-27450187f610','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:47:16'),('f7bb4591-1936-42ce-a293-b3df8432afce','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:37:12'),('f7bbb55e-92dc-44b3-9376-4ff5beec8db1','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:47:09'),('f7c1627c-e9ab-4802-9a34-d274c1175c66','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 15:38:48'),('f7c2c5ab-1c35-4ecb-b606-1f55404e3b0e','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('f7c49aa7-7734-40ae-96a8-79b120dcf23e','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 13:08:27'),('f7c57033-9dbb-488e-84c6-1d56f88d4805','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:40:22'),('f7d755e5-c318-4015-9872-539c19ed6ce6','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:35:22'),('f7d7b559-354a-4659-85b2-e10270f45db2','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-23 11:28:59'),('f7dfddf5-c5b7-4e1a-b495-7c564e59f32d','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('f7dff0d6-c19c-4bd1-8b6d-f25341db3f2c','4lMUXfSrR2uRw6RiGmW','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645614812896\",\"docid\":\"W0kjkbTRy5dB6VP7sqn--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"4lMUXfSrR2uRw6RiGmW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:59:01'),('f7ec4020-c5d3-47a3-872e-13549447b825','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 10:41:16'),('f7ee5050-8f33-4805-b3e1-b33023722e22','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 15:36:25'),('f7ee73c1-13c9-43d4-a756-e16596c2dfb7','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:07:30'),('f7f2f4f0-ffd8-401c-969f-1df2e4194ec0','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[63dc06ef-0af0-42bd-8b48-d035e00a5542] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 17:58:03'),('f7fcda05-8d9d-4174-aab2-f47743b2b960','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 14:01:17'),('f80c14c4-6351-4795-bb7f-419875e74aca','KsCWh086yo8mtQ7pnqn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KsCWh086yo8mtQ7pnqn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:36'),('f81538e9-01b5-41ef-96ef-383422399daf','WyQdMEfi1p8qRkJxrTP','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WyQdMEfi1p8qRkJxrTP\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 03:13:49'),('f81db7a9-e2e7-4415-a03b-b5f0650c1bc3','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 03:39:47'),('f82977e3-a684-46d5-b2ba-8a6b1d083ae9','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:47:28'),('f83fa343-97ea-4bac-8a34-b8835a1bc59f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[83bd63e0-f2ca-4164-aa69-2e7e0f46650c] 开始执行任务(1):回收授权到期后应用','2022-02-22 04:16:02'),('f84f44f4-3c96-47f8-96a5-84ea7ded81b2','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMjEzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.92njxrhjXgNO2V7_h5bNiBbT5fX2U1pYWUL-C36_m60','2022-02-24 02:15:43'),('f854600c-08fd-4c75-b384-f29aea37ab02','7z4zaHusgW549gaDW4Y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645612174809\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"7z4zaHusgW549gaDW4Y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 10:15:03'),('f863a225-9965-4240-87cf-406aec3f7de6','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:18:12'),('f863f61d-6370-43e1-876e-8ebb0c410e9e','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:35:17'),('f8770e94-609c-4405-8c82-15681993ea18','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:53:25'),('f87a9ed2-76ed-4f2e-85a8-41bc912b094d','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:16:57'); INSERT INTO `sys_log` VALUES ('f87bcb74-b19a-40e4-bb77-27822298802e','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:33:17'),('f87d8bfe-f97e-4221-86c9-56cdc60182cb','7lS2X8dl7KLFnAZ6vyz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lS2X8dl7KLFnAZ6vyz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjQwMCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.34z7uvcFZWuqKc6vLL7yCm2R-WxvoAHbSBZO49-j2Dg','2022-02-23 10:46:43'),('f88708b9-735b-40fb-8b14-708a69087a80','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 04:01:35'),('f88a9e61-60f1-48da-aab5-71c3fc0fe67f','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:09:30'),('f88b72c5-2e94-4a66-9d6e-9e639f54dc9f','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:11:49'),('f8a55c85-5b48-495b-b8a5-5bf6a5044081','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8829665c-42c7-4389-9e4d-28dc7013ee71] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 17:59:03'),('f8a669a2-ab5f-4dde-b1ec-a47e92c33f84','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:53:25'),('f8a7bbc4-2aa3-42ba-abeb-458b9d2f764f','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 09:39:12'),('f8b40d41-d3f6-43eb-85d3-b1417170632b','oJg8nhT9mbelRmVaSlo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oJg8nhT9mbelRmVaSlo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:13:05'),('f8c16d29-b966-4735-b019-f5c4948912af','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:15:48'),('f8c75527-e4ef-4912-a05f-1c85da841485','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:49:16'),('f8cb39b1-bfe5-408f-89fc-17973eaf719f','Yw0hk85tzvEu7UJFrP1','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Yw0hk85tzvEu7UJFrP1\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-23 12:19:19'),('f8cd836f-405f-4b9b-898b-5ba1284318f3','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 01:53:55'),('f8fd1440-939a-45f9-b134-90fec32d13e7','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-24 06:51:46'),('f8fffa82-ec9a-45ed-b479-b2f1538750a5','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__Ft6x03HlRb0NtEQpVml','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__Ft6x03HlRb0NtEQpVml/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__Ft6x03HlRb0NtEQpVml\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url视图---->: /static/portal/vue/index.html#/open?appId=__FDIGNpKZD4IqfM2Ji1G&actionContent=__sTBG6RC2iiovoIL5Y93&opentarget=detail&linkType=01','2022-02-23 11:02:55'),('f916dbc1-8b84-4ace-bb1c-e51fe0c38e3a','oowzeSqjBXgWirbrZOT','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"oowzeSqjBXgWirbrZOT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:05:33'),('f91bacb1-e230-4b5c-9942-b78e2171005a','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:27:38'),('f91bc40f-bb7a-4d4d-8001-02e90ba5b039','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 15:36:25'),('f91c7a5f-2cc8-4bdc-934d-4000923bdf9b','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 04:36:28'),('f91e5cef-d466-4f17-a867-22f770220b84','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:03:04'),('f920f666-b1f5-4700-aadd-c593e7a96c9a','cc6n9PLIKYEJQaY2HoB','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645619638435\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"cc6n9PLIKYEJQaY2HoB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 12:19:27'),('f92694fa-be26-485f-84bd-a96a1b5f6bbc','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 09:38:29'),('f948460d-004e-43a5-bc5d-e0721ad431e8','7lTJnbO4sDELaK6kBRZ','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"7lTJnbO4sDELaK6kBRZ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-24 06:53:13'),('f94b4dc8-6ba8-4ac0-820d-f4a28aeab708','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:13:09'),('f94b98f1-3d35-48ca-ad78-28c70704d396','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 09:40:22'),('f94da627-bf5f-4a9e-8247-9b37688e0dd4','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 01:54:00'),('f94f9e34-2ecc-4606-b95a-19a9d9a14883','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=regionid =============>','2022-02-23 15:36:25'),('f9546755-c228-476d-b372-a58f9ea472b6','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-24 04:13:09'),('f96036ea-5d19-4561-97b5-68a4de6b9ac9','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:37:12'),('f97c28d3-dbdc-43f0-8b4f-252a8e30f5df','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-24 04:13:21'),('f984df3b-d0dd-434f-9943-ea8fe8a4d40f','DdNaV84hDKpiOyZ3nCz','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DdNaV84hDKpiOyZ3nCz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'','2022-02-23 10:07:02'),('f98ffc2f-cbbf-4a63-83a2-a1d9b0d80fca','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 10:41:51'),('f9903bd9-2043-48c1-b9c7-0eb045d9302f','L6FcNvhTrTolElDOQge','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L6FcNvhTrTolElDOQge\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:13:38'),('f9953669-dfaf-4682-ad70-f0aea8663db9','DzrXeKJB7PZIMTx7tRT','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DzrXeKJB7PZIMTx7tRT\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:57'),('f99688fc-a8a1-44e9-a04d-c5381cdc2465','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 10:32:05'),('f9a83af5-eab7-4698-b39b-3f346ff33943','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:55:19'),('f9a8f685-e857-4b27-8dc8-35aa1810b61b','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 13:55:43'),('f9be7705-3be7-4fde-85a8-a95e419f4ba8','xfWZsRdXI6A7HbhlUbw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xfWZsRdXI6A7HbhlUbw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxODU0NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.NJOxJkutmn4bCqNltwFQ136tc3GaiZBeW63YX8ChryQ','2022-02-24 04:02:30'),('f9cbcb75-d25a-4d03-9677-81b195ff44cb','hPVgZrUcOo7Ar1zoX3J','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hPVgZrUcOo7Ar1zoX3J\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:25:59'),('f9cf1ff1-9199-47c8-a112-63c2c8088a8c','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3659fe23-b6b3-4984-82b1-6dbcc3398b7c] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 04:59:03'),('f9f6d243-3987-4355-9328-b475b33dc643','2WsyMtLMZehTngNUtCA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2WsyMtLMZehTngNUtCA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:30:43'),('f9f7ec9b-4c22-438e-9c38-9e66f310f5f0','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:27:31'),('fa0480f6-0e92-4f5b-b2b0-700fa54dcc0b','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=MxT33HL9\"}}}]','2022-02-24 07:15:44'),('fa0d50d8-39ed-439a-affc-b33c13d67c78','qzYfejEZhEK8EqS4jrR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"qzYfejEZhEK8EqS4jrR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:36:33'),('fa12f3ce-4d1e-4116-94cf-327c41719e26','G1Uf7yHR18uzIBlWRBm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"G1Uf7yHR18uzIBlWRBm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:06:37'),('fa17a560-15b5-44da-933c-315cd87053c8','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:39:12'),('fa2182c5-491a-4ab7-a2b5-bceecaaf3bd5','KBsI9NzUuF6fq6X3w8T','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KBsI9NzUuF6fq6X3w8T\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 13:46:05'),('fa23fd17-cdac-4c67-859e-28bf85158aad','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:53:40'),('fa2e3038-9dfb-47d7-817e-98b0c03c81db','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[ad5b38f8-386f-4be2-b6df-0c6e9935f76a] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 19:58:03'),('fa376585-4999-447f-a45c-fb3b29a6daa0','WNQ5Yuk5l72qJDjIlNm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WNQ5Yuk5l72qJDjIlNm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:05:40'),('fa385a68-2c02-439d-bc5c-cd5cf97f623b','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:36:01'),('fa3cc5e0-2b9a-4181-a31e-8c1364b0e98f','eUtVYyBZlEqEmnVUGqU','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"eUtVYyBZlEqEmnVUGqU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('fa43e34f-aac7-499d-816c-9f046d3331e3','NHs2j2EWKNU7NPtxGd7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NHs2j2EWKNU7NPtxGd7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:07:02'),('fa43ee15-b15e-4069-b57b-ec58c52a74d4','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\')','2022-02-24 06:50:09'),('fa4b4c47-2fb6-480e-aa50-ea297933aa5e','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'','2022-02-24 06:54:03'),('fa4cee4b-b79d-4e87-955e-f84fc05df38e','vQNiETk77h3qgHK8XfD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vQNiETk77h3qgHK8XfD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"项目库\",\"description\":\"项目库\",\"id\":\"__h0fxOYBf2gPKGICatmN\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__h0fxOYBf2gPKGICatmN&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"专家库\",\"description\":\"专家库\",\"id\":\"__uJkyRTCtNDbMdPcF0iy\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__uJkyRTCtNDbMdPcF0iy&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"供应商库\",\"description\":\"供应商库\",\"id\":\"__ZVCG1EamEdKwqHCeYPW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ZVCG1EamEdKwqHCeYPW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 06:53:25'),('fa51ca3f-58eb-4c44-9d0a-3745294a7cf4','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:28:59'),('fa54fedd-2524-4e05-a7a9-720a7740812d','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 02:15:43'),('fa61606b-65c3-4237-8e3e-44f67822dc90','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 03:38:48'),('fa66ace6-6a07-4c52-be5a-1ac803ba5024','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:02:11'),('fa680aea-0014-4e01-957d-cda1242eb442','ZP9MBV6XaFxm4yMTsW5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZP9MBV6XaFxm4yMTsW5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:22:55'),('fa754f01-f365-479b-9e6d-50523f7c318e','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-24 04:12:45'),('fa786327-4970-4ac5-bde9-e65b82be2168','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 04:13:09'),('fa8725d9-908e-459b-a2dc-e0067477418d','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 11:00:56'),('fa91254d-20f2-437a-a195-ee4ee01f50d0','i9ZZUC2LfaQBSCmB1wH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"i9ZZUC2LfaQBSCmB1wH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:22:45'),('fa953ca2-1934-46a0-b922-806436b2e848','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[1b61dd2c-a6d1-4a92-95a5-cde85efaf332] 开始执行任务(1):回收授权到期后应用','2022-02-22 15:58:02'),('fa9790aa-0706-48d6-bbd0-70846129f2aa','8lDXvsiE1MeUBKBSomJ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"8lDXvsiE1MeUBKBSomJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 12:19:21'),('fa9a8da4-2f93-43c6-af99-f553e458bacb','N02CKSfReKAv2TDIxdD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"N02CKSfReKAv2TDIxdD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzkzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ybf-MIA-AWLoEAGVNMW6ziD2QVFgo9DnyLd825Kdu2g','2022-02-23 10:05:42'),('fab601cc-1344-46a4-a088-847966f4472b','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:35:22'),('fab94289-e124-4431-b0ec-698d8e27bf19','9ZD6ZrI4YaRDfdCSmYp','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"9ZD6ZrI4YaRDfdCSmYp\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:36:40'),('fabefe14-f197-4009-9f07-01225e740a79','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 10:07:30'),('fad06cc0-8db9-402a-9fc0-c4c4dbb8c198','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'','2022-02-23 09:40:56'),('fad0c860-8962-4ab0-8560-e5621deb28f4','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 13:40:28'),('fad6533d-b8f6-4a6a-bcf5-7bdd03fc9704','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:36:37'),('fad7a2c8-c76e-402a-b401-b214da98f45a','IB5l9TmlbW8n0CQqalG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686260514\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTM4NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.A3ybgwFcaR4A9w8_3O46UPHnFouWSkIkfys9eYRjZSM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IB5l9TmlbW8n0CQqalG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 06:49:47'),('fade43a1-0b0c-4b19-855d-6d5a548e415a','mT0EjkjaFjoe5SrGhwK','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mT0EjkjaFjoe5SrGhwK\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 09:40:56'),('faf1ca7e-1476-42bd-bb5c-b40b679d669c','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 04:02:36'),('faf3be02-b62d-46f2-becb-a770901a8adf','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 11:29:01'),('faf4531d-ae1f-4c69-a85f-bf046065b6ff','rAjEW2tkZtk3GP1v7BS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645631613595\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rAjEW2tkZtk3GP1v7BS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:39:02'),('fafd7d50-7646-4b6b-b3da-db092c1a69ea','hP6bqfNKsBYbBkDcsY5','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hP6bqfNKsBYbBkDcsY5\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:04:25'),('fb0b7f5c-046e-4042-b74d-60dd80509e8b','L03MBMmUpj09fJ4sJFn','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L03MBMmUpj09fJ4sJFn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 03:37:53'),('fb19a4ce-6096-4da2-b0c3-2ed5fb5226f4','KFfL9cdOFKTRM9gVVG8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KFfL9cdOFKTRM9gVVG8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:38:19'),('fb21ed77-44de-43f1-a4ec-00d6758c7390','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 11:02:55'),('fb26d8c0-5bfd-4656-83ce-ad96bfd3babe','fjz3srvRsykKB4m8QJh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686478432\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTYwNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.UNTAOnI4XJmzLt9pLetHsqvx0RC5pxtqpzPdkleVqhA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fjz3srvRsykKB4m8QJh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 06:53:25'),('fb2b4741-a0d4-4028-834c-c4d6b3276ec3','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 13:57:56'),('fb2cf00d-2d2e-4df1-b69a-dd94d4670425','lyI7k1hOmOpnBJuhbRo','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lyI7k1hOmOpnBJuhbRo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 04:02:41'),('fb37829c-8cc3-49a0-8e75-8e385fbf9a96','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:41:06'),('fb46b12f-e9de-4202-a73d-d2e2af8b5ee8','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTcxMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.OKVJ4cS5h_xrTlNKVI-htV34SnbjFWs8mdunU3Phv80','2022-02-23 10:35:17'),('fb4dc5a2-50fc-4b61-ac83-ffd06b719347','QjXHA7B2hOK78777z0W','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QjXHA7B2hOK78777z0W\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTczMDE0MCwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.iH528uyCc7fNu_K6PDAckDFHvEn4NKOi6EFbTY-ZWY4','2022-02-24 07:15:44'),('fb551d0c-ac76-4c62-8479-2b10563da683','U2qzlb1chMQkU5NRwah','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"U2qzlb1chMQkU5NRwah\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 03:39:14'),('fb55b328-6d64-4229-8d83-46f2adc7cfef','91DHuoEhFAa1VHN4Hob','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"91DHuoEhFAa1VHN4Hob\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 15:24:02'),('fb56891c-5fa5-4bec-8593-f977c75aedfe','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTQyMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-3CAcfKEtBSIooSs5rZd5Np3m6CcAe3Dzb7wHja5kmc','2022-02-23 10:30:25'),('fb5e4746-0983-4daa-a76f-c011e3fc2fa5','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:24:15'),('fb61b614-e093-4811-b0f2-3b51a1509f15','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:39:29'),('fb688393-2aa6-489f-90bc-9d006944629e','amQWjVsYlbDzMh8gTpA','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"amQWjVsYlbDzMh8gTpA\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDU3MCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYRUap6u_lFFPQKM1E6WA-XwIKZN7TfDC0Tl5zvg2f4','2022-02-23 09:09:33'),('fb6a1536-f5d4-41f0-b109-d9f62a4f5d30','KjqQtvxWXmzjoslULMw','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"KjqQtvxWXmzjoslULMw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 06:05:21'),('fb71aeb1-ac0d-45f7-bb4b-d02458ca7ac6','cer474dn0I9W3wwzgIj','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"cer474dn0I9W3wwzgIj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 01:53:53'),('fb7406c4-4438-441a-9b2e-ba2b8191e660','uPNZOaRUe9EmegfGweg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"uPNZOaRUe9EmegfGweg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-24 04:01:52'),('fb872fb2-da61-4e5d-837f-5b48d08133b3','TWdG9IKb7KjxYhA63WD','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TWdG9IKb7KjxYhA63WD\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 10:45:00'),('fb8cfce5-da55-47b7-8635-b6e0a5479eb9','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:16:25'),('fb9562e1-259c-4693-a760-4b9c6453e724','ovD6lBITLnktRzZBrtB','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ovD6lBITLnktRzZBrtB\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:04:10'),('fb9a3267-f0b3-46ee-af17-03c49be9b93f','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEyNCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.c_YzWPDDOZNz4fPrvyV5En8ItH1IeKsi77PWSuRmOiw','2022-02-24 03:38:48'),('fbab19ea-ee85-4d46-964b-744e427be7d2','VQ5x88ll13zSQE9y5gl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VQ5x88ll13zSQE9y5gl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 04:01:49'),('fbae1a97-f42f-4fa5-9f43-269ef4ad9829','HL8i1tGRTHmxICEjBL0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"HL8i1tGRTHmxICEjBL0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=queryCriteriaSql ============>','2022-02-23 13:08:25'),('fbb7a141-f3cc-4818-93fc-e4c21ea93fd8','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:35:52'),('fbbc68b6-75fc-4768-9bf8-79ddb94cebda','AC1GQ2WiEIhcY22hqre','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AC1GQ2WiEIhcY22hqre\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 13:08:27'),('fbc7e599-0110-4ee6-a48b-ae0fdecc8e0f','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 12:49:41'),('fbcc2f17-29ad-41cc-9f13-8d6cb74208b3','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 15:38:49'),('fbdc2338-7458-4846-8546-f7b0a70db494','WIhrUxQSzHJUC6u7j6h','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WIhrUxQSzHJUC6u7j6h\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-24 03:55:36'),('fbe5aec7-93fc-4e3d-abd1-cda5ad2f7a5f','TNxJeDrGetPn1YPb7Ab','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676857968\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTk4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.3aFRLTLoY4EgP2fdh3rhHG8yBe_imPV4B7g5uZ7eleQ\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TNxJeDrGetPn1YPb7Ab\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 04:13:19'),('fbe84bab-d0ac-461e-9905-82ba1bd911ce','FeWp42kFdOLPVvJayDs','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FeWp42kFdOLPVvJayDs\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-24 06:55:37'),('fbec8954-1df6-411c-9543-b6e5d7812fa3','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.gEAhIS9ifF350qYO3EjmYORHVQac_hH5VsgaDlXg6mo','2022-02-23 10:41:48'),('fbf1dd74-948e-4f80-b27c-bad1979314a8','VtD86X2qwaVjVb7k4q3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VtD86X2qwaVjVb7k4q3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:07:13'),('fbfcb9f2-6602-4997-b864-39a1d44bdb16','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[3ea58829-79fa-416c-867b-d751aeb1df1c] 开始执行任务(1):回收授权到期后应用','2022-02-23 05:19:03'),('fc2509ce-1559-4f30-b74c-924f17bd24dc','6Gj1otFIbaT5uokJggY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Gj1otFIbaT5uokJggY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 03:53:58'),('fc2be815-359f-4895-9faa-0f1843b71dc0','1NCQfZGRkSl3YqzEAHe','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1NCQfZGRkSl3YqzEAHe\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:35'),('fc44cb5c-0d35-4a2d-8deb-6969fd450bc2','P53NNpANsAppDrgFjUa','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P53NNpANsAppDrgFjUa\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":1}','2022-02-24 06:03:47'),('fc49bb16-0928-4ffe-af95-49cf84e23504','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 09:49:13'),('fc58f6ae-3e3e-4779-b973-c228a9c24b0c','hZMHGUJarqDzkgjbR85','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"hZMHGUJarqDzkgjbR85\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQzMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZV4VlSezvbJ9zf4OfymrnwpRxALkqvQYJ3ttgpi2VkI','2022-02-24 06:47:16'),('fc5b310f-845c-4179-8cb7-2237deac3e47','5lcZ8IbVmDgGv950tb3','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5lcZ8IbVmDgGv950tb3\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 09:11:48'),('fc5b458d-e7fb-4148-8e51-f3712503f549','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:57:59'),('fc664734-47e3-47a6-9658-9d3e9eac8c05','kVmpDZiaJRCjrJl0e9y','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kVmpDZiaJRCjrJl0e9y\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-23 15:19:47'),('fc6a2d3f-5994-4b7e-83dc-c4602af0d428','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 15:19:54'),('fc6f8f23-ae3d-46d0-ad9a-1fdb65f2f58d','jZWNE0CggoxvEA5DyCg','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"jZWNE0CggoxvEA5DyCg\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:33:26'),('fc776754-7365-4ee4-b4ec-6e6e0d79ada6','Ns0JLh6gyAErCXYfnyj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Ns0JLh6gyAErCXYfnyj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'__lKXMrDsbYB1oBhNECiz\',\'__gZxrYDgj8OpfztxSuUg\',\'','2022-02-23 10:09:30'),('fc811551-19b7-42c7-b7a1-3b483bc83797','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 10:27:27'),('fc812895-b49e-4c2e-b96c-9069286c80a2','JuIEKubvBIYEsSqw6TW','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JuIEKubvBIYEsSqw6TW\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 07:15:43'),('fc9086da-88f7-4c08-93cd-406a518bf813','mLBJn6km8kVmSMgzSpu','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mLBJn6km8kVmSMgzSpu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:36:25'),('fc92bb02-1660-4924-9b3e-ad840220c12d','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'','2022-02-23 10:18:14'),('fc95b395-c389-445b-a6c0-4cd859c96ddd','FiRfJJnZucPnGjcgZBn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FiRfJJnZucPnGjcgZBn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-24 03:39:47'),('fca95e34-1439-4433-ac63-8ce7ee8a5adf','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 13:58:30'),('fcad8665-b4b1-4d06-b961-ae5a62d16abf','svKKdJw9t34jAJnXv6s','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"svKKdJw9t34jAJnXv6s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NzM2OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.SuHYpk4J-dsbEJnCiaqgldo53nyNimLVPf_kkIUqQYU','2022-02-23 11:02:52'),('fcb084bf-6c96-4f06-965a-5d9e8d5976fb','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e903ea0d-6bd6-4cfa-a5a8-5c976ee264a5] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 07:59:03'),('fcb7643f-fcb7-4f6d-8498-3d7e2f051d59','kyKA4jw8wuIti6MMLmO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"kyKA4jw8wuIti6MMLmO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 11:27:38'),('fcba30c6-db62-4672-947f-09ca39d57898','D9uJ3Dp9HKcFcy1xZEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"D9uJ3Dp9HKcFcy1xZEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxMjEzOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.92njxrhjXgNO2V7_h5bNiBbT5fX2U1pYWUL-C36_m60','2022-02-24 02:15:43'),('fcd22c54-b975-4199-a534-52177b5c7e8b','o2RPqyIA7MaxHWzK3vj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"o2RPqyIA7MaxHWzK3vj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 10:41:17'),('fcd939a3-dafc-4b41-9191-e3a1d1d6d2fe','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-24 01:53:58'),('fcdc1ed9-fba6-454c-a4c0-ce4b64d952af','SW1Xy9isDTJnX1bEOHE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"SW1Xy9isDTJnX1bEOHE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NjEwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.WnkpxEJO0jLpRrSg-qfIFRczWcF8aqbW2d-Y8hIIBX0','2022-02-23 10:41:51'),('fd0463b4-534d-423c-b53d-2f709007a60f','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[4c515342-bc28-46f0-ab99-faded8d474f9] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 07:56:03'),('fd12f61c-1531-486f-ad42-c97d3c1d3902','Qxe7R76nav4Mz8mxwOI','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Qxe7R76nav4Mz8mxwOI\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:03:52'),('fd17324a-898b-4597-8065-3487a96a087c','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:02:50'),('fd3cee5f-0c5c-45c7-8f72-d4ef9894d3d6','InKHnD5gcJxrDfrGPe4','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"InKHnD5gcJxrDfrGPe4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 6','2022-02-24 07:15:43'),('fd461a98-f1aa-4ebc-be93-f7910ff5f422','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 09:36:01'),('fd4a786f-489f-4350-9506-49b90804d8d5','OmwX4nafsQtG0bBW0rc','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"OmwX4nafsQtG0bBW0rc\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-24 06:51:44'),('fd51e1f2-82cb-4fc0-875d-89686c35395b','pMlWCZ8UxNOnA7ew5Rn','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pMlWCZ8UxNOnA7ew5Rn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:53:16'),('fd65c2b3-5d80-4552-9fac-422a6f9bf531','gqXWAj3kIY9DtDC9dPz','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"gqXWAj3kIY9DtDC9dPz\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'1\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:38:48'),('fd75d620-e20b-4445-a8a6-610299f0e031','MRRlRRjhaacmUXGJdoy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MRRlRRjhaacmUXGJdoy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'','2022-02-23 11:29:01'),('fd78f62a-c1ba-4983-80a2-cb826777d9a0','WUalmmKFp4TgtojYmV7','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"WUalmmKFp4TgtojYmV7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 09:49:13'),('fd7c46a7-f488-46cc-a1d3-d318cec71371','fyRL1fF39OY2Hx0WBl0','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fyRL1fF39OY2Hx0WBl0\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 09:38:30'),('fd821592-39a5-4d64-a13d-9671dd8132f1','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('fd853040-3f2a-4c08-aea8-672e80343251','g7HSjUlwXz1bsipy54b','userId=MxT33HL9;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.En2rwJe18iTrVRnwYDBROBRh1w0f94tIVefoChnMkpk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686768722\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTg5NSwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.U8YT5JxeV0DuBLciqeYbtXaEhoD71PwvWdVmn3wMzoo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"g7HSjUlwXz1bsipy54b\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:58:15'),('fd8b9b6b-2efb-4518-b365-4679026c010a','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:02:50'),('fd9b368b-1960-4dfa-8b5f-5e99f6dacdd0','p4ItJZh6vHhpuTyXJBO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=2B17F5927457F691A1310EF5AE82B81D; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"p4ItJZh6vHhpuTyXJBO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 15:38:49'),('fd9ee407-f5b5-420f-be26-c4cb7112dcb6','JPqXxUH7Uimk5yCLtEk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JPqXxUH7Uimk5yCLtEk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 10:18:14'),('fda32d79-79a6-4aa4-bdad-02924fd3ad17','lesUs0jhB84Kdyrx9kO','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lesUs0jhB84Kdyrx9kO\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=url1 http://10.10.100.175:9090','2022-02-23 10:30:25'),('fdae6314-1a81-47e0-ae8e-f8898e944b2a','BEt5vvYrYLynUHmjvZ8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686377272\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTUwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.qRyjAgREgzDAlvK97P8DBcCkukm7vf9lRrLw3q_UOrk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"BEt5vvYrYLynUHmjvZ8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__h0fxOYBf2gPKGICatmN\',\'__uJkyRTCtNDbMdPcF0iy\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__ZVCG1EamEdKwqHCeYPW\',\'','2022-02-24 06:51:46'),('fdb34d46-c1b1-4de7-9280-bd89be6938d5','V6hpoOLEUtVtBebVvBG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V6hpoOLEUtVtBebVvBG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-24 03:38:48'),('fdbb01aa-d133-406a-8c1a-091d9c2376ea','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 12:00:38'),('fdbf5509-6274-466f-821c-26b7293517ee','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:35'),('fdc17d0c-6675-4bec-961c-f4280eb91d18','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:47:17'),('fdc986f6-9670-468d-9fdd-e1cb39847f49','aDnxi1iwq5XmRGt8WSV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"aDnxi1iwq5XmRGt8WSV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 13:58:31'),('fdcd6446-aba5-42ef-b742-d42abe94208c','0nv5i9g4UOf98w4u80o','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0nv5i9g4UOf98w4u80o\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:55:19'),('fdcf22cd-5e51-492d-b100-fe343ccc6dc8','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=JSONString = {\"data\":[{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}],\"message\":\"ok\",\"status\":0}','2022-02-23 10:09:15'),('fdd612e2-e3f1-47fb-bd63-957b1dcbcce9','EppdjNKJphoNCiJaxxQ','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645616610621\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3OTczOSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._G5QArP6u6ePJsLm_0gbTD6CCDpcZnNTf51eQESSw2w\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"EppdjNKJphoNCiJaxxQ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 11:28:59'),('fdd7d853-1f91-42af-baeb-fdf44a8ca49f','pjCaDjalrHdl9KKe3Pw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"pjCaDjalrHdl9KKe3Pw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 11:00:56'),('fddca16d-10c0-4c6e-b6e9-000b246b4738','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:47:52'),('fddf4fa6-03b5-492e-8e3a-57653da12f53','dS8rZFOrpsd90I20Nds','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645676218734\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzOTM0NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CWRnNLUOVceoEFD1iGYAqnqN-9XKA65vUvmfX6Lbgu0\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dS8rZFOrpsd90I20Nds\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-24 04:12:45'),('fde17280-945a-4c49-b780-a34a06554385','3MTAGXdkFtHzdQl3JyE','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"3MTAGXdkFtHzdQl3JyE\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 10:27:27'),('fde4fdef-43f1-4061-b15a-ef105249652c','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:40:42'),('fde691ec-cc2a-4019-bac0-63540b857b34','JioQPtr0wj45KHtA7fR','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JioQPtr0wj45KHtA7fR\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-23 12:49:41'),('fdf2f5cd-45eb-4cdd-89c9-d2fb7e1da25f','fDE5Xy2hZlOiuBBpGzk','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fDE5Xy2hZlOiuBBpGzk\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 10:31:52'),('fdfac9bc-6eb2-4fff-87aa-26675078c4a6','2dps2ZeCUAmP5oQ4gzm','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2dps2ZeCUAmP5oQ4gzm\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NTI0MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.8QdxmyP9RgmG9PzNDUAYdJmbqjMdCHGUV16a55bPj6Q','2022-02-23 10:27:25'),('fdfe785c-225e-471a-8598-19c74788c30c','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 14:01:13'),('fe06044e-643e-4f21-a9b2-150356889b10','fadHR6HOvf4dSQltYof','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645625603744\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fadHR6HOvf4dSQltYof\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 13:58:52'),('fe0d90bb-4249-43e2-951d-1813bf108c25','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NjU5NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.FRmpIhZ7dC3JlJvIjnhDth6RF5iNOHIHGq6NwtCnqFM','2022-02-23 13:36:37'),('fe0ec273-e052-4342-b5c3-674930dc3bbf','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[43afc462-876e-41e1-8506-9a67a8e5f1fa] 开始执行任务(1):回收授权到期后应用','2022-02-22 15:38:02'),('fe1247b5-63ea-4c0e-96bf-ae8e8f0d4f9d','V2bLTlIM8MQbTmUTClL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"V2bLTlIM8MQbTmUTClL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 14:03:35'),('fe1852b7-60c6-4549-8376-e784387de7f8','1eidMaUwZUgE8AEsdIw','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"1eidMaUwZUgE8AEsdIw\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=organizationid =============>','2022-02-23 10:09:17'),('fe1ff9c9-ea19-48e7-bd5f-c4137033e870','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e47e5b5b-84bf-4e1a-a7dd-5c0447c08bbf] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-23 00:38:03'),('fe21edf3-c89e-4fd9-bf0e-6c704c542280','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[8560f33f-ae1b-4547-99f4-0fe0f1f9b256] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 19:18:03'),('fe24607a-864e-4b19-8e74-71188f60a5c8','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 03:38:27'),('fe419f2d-0cc7-445e-80a7-4b06a906aa59','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-24 06:46:58'),('fe4f84ca-812d-44b2-8899-a0c703f9ff40','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1NDU4NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Gt94uueKQu4zg0jSxgwOWUz_2o12hGqjSnRJ53WnfmI','2022-02-23 10:16:27'),('fe631110-812e-4196-90a9-d73dda96df41','NCrNUE22BoJQaqlQnfJ','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.xf5cCxqOVqldBqe00OKwiZgDOj0InhRB61_ELJWO0L4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686282796\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTQwOSwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.4fBhcTA0yHquHugNByOuf4u2Hj7jO4uWuFJoRSASR_I\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NCrNUE22BoJQaqlQnfJ\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:50:09'),('fe67b1d4-a411-4c4d-a80a-0c3ff16b3de2','xBLtnM6eAaHUlxFenr2','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"xBLtnM6eAaHUlxFenr2\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=baofficetype =============>','2022-02-23 11:02:50'),('fe724f91-9586-47a8-9cc8-0712634b2ddf','V0febSFMRmmzqXsp0H7','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"V0febSFMRmmzqXsp0H7\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=授权列表==》/static/signon/staff/#/AuthList?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MjM0OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.CPn_5qjZTkPl2O3XqPTZpL0EYECgPQtYk-Gl6u7MgjA','2022-02-23 09:39:12'),('fea022ca-68c1-40a1-92a5-903bafcedf4d','5fRoPDGHaAXDU4OonM6','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5fRoPDGHaAXDU4OonM6\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 13:36:44'),('fea30766-33af-4ff4-ab05-0bef77ce676d','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e2c327a0-04f8-451e-8f00-ada59d464c20] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-22 03:36:02'),('febed7aa-80a4-4415-a808-01910ec48ba5','NLdlLnUYf3jl17zp7up','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"NLdlLnUYf3jl17zp7up\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 15:24:02'),('fecc2d58-2e5d-4f2e-b133-6f42dae28b7b','mnRg8rsvZydAm6lEGTy','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"mnRg8rsvZydAm6lEGTy\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MzIxNywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Ic6XPZv-wAs3g7Y7VLGhB8eDmGgAR9rKhQNl8JUpbn4','2022-02-23 09:53:40'),('fedf366f-c979-469c-8a3e-d879189621c9','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[23bac225-97ea-45f7-9598-8d8a59effc55] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript]: exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;;exception=org.mozilla.javascript.WrappedException, detail=org.mozilla.javascript.WrappedException: Wrapped java.lang.Exception: server connection timed out. (__uNa7Mv3ZQuvZJ32dJ0A).回收防控指挥权限.TaskScript#7);exception=java.lang.Exception, detail=java.lang.Exception: server connection timed out.;的执行','2022-02-22 02:46:10'),('fee05103-9d0e-4f22-ae71-00ec54080366','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sql3 ===============>SELECT * from tlk_data_board_v3 where item_isOpen = 1 and item_datatype = \'2\' and FIND_IN_SET( \'\',REPLACE(item_visible, \';\', \',\') ) <> 0 ','2022-02-23 09:35:52'),('fee1b8e5-d442-4c20-84e6-c47862d04661','AxVhyM96faM2OhahgJU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"AxVhyM96faM2OhahgJU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzI3NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.pJwMs9KZoxzC6gL-cZAgJAq8EZZtzicBGpIaUrs9Nzc','2022-02-23 15:27:58'),('fee6e05c-9d3b-4065-8a47-e4ec1640060e','RQugBs3J0iE1dNgtwmF','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674827782\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzk1NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.1Jmz2Ar4UnSI-BY1bdmvibpE5q9o3hF5IeEbaBph3cM\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"RQugBs3J0iE1dNgtwmF\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=平台消息通知视图sql=SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\'','2022-02-24 03:39:14'),('feea096d-66a3-46b9-aab5-26d0ed897043','DVmoxSf8KrGu7zouynV','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645606624203\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ2OTc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.w44IZWP5qoxXsB5R7BQBH8IrJhivAkwD7wu3Qq-k9pg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"DVmoxSf8KrGu7zouynV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__gZxrYDgj8OpfztxSuUg\')','2022-02-23 09:09:36'),('feeb057f-11c6-495d-8228-6d638c705d17','s5K4tHkfINPcGO5KBHn','userId=K7kspYq93CtrP8y4JVw;appId=__xkeybkGaZa1SboC9GL1','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686109210\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"request.requestURI\":\"/obpm/api/runtime/__xkeybkGaZa1SboC9GL1/menus\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTIzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ptkAiBuDsbJxa_7ks9MCuFR2njfbtV6X1mtpwIrJ2Zs\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"s5K4tHkfINPcGO5KBHn\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__xkeybkGaZa1SboC9GL1\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=合同管理==》/static/signon/staff/#/Contract?domainId=Ncf9WcLd8Nvf64A3vW5&accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyODQ5NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.v_e_XW3m5f44_8eUbY_GRv_J6O4MMUlgy97qgXD3S2k','2022-02-24 06:48:20'),('ff013941-a280-4167-9d87-7f058c3af0f8','IcqGCPwmXAojTK0tJ4q','userId=MxT33HL9;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"26\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJDQ0VjQzF0SSJ9.3igLecbFddp3yoKRUzW8t0MNTrDj2N96-gTaPOT9ybk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686466503\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"_currpage\":1,\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTU5MiwidXNlcm5hbWUiOiJNeFQzM0hMOSJ9.Pwy3nhHzZRHfuWuwq3mgFuqoAfwVkLYwUBvByaAi7Ns\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"IcqGCPwmXAojTK0tJ4q\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:53:13'),('ff02b3cb-54ce-4a6b-8253-213836a14210','JghxVGQ3K6gieQqi9wY','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"JghxVGQ3K6gieQqi9wY\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 15:14:42'),('ff06da0c-b482-48d8-945a-d3baaef3b05c','dbGUohQPkVakCUubCUo','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"dbGUohQPkVakCUubCUo\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 04:47:52'),('ff163207-5dca-4073-b64e-867276a907af','5GB7Sqzqw9uqcdLyS1s','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645683539080\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0NjY2NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.lZTumTbKBXUE3d6Vk9jOfUX1it1V8yeYxgQCKj_2jQc; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyNTg5NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.Aoge4RroJIQQkCLDsN9D1SvOTKzpDh2_dxJDOdh0W-o\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"5GB7Sqzqw9uqcdLyS1s\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=jsondata ===============>[]','2022-02-24 06:06:24'),('ff164a84-ed01-4f5f-a9b6-bd40d01cc30f','fI4pxaljsTZvA1UqNRx','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645674772603\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzNzg5OSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.O23HgYCJrWwKlLMVup2fHrajYGE0pdrs8m3IpOjFDw4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"fI4pxaljsTZvA1UqNRx\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcxNzEwMywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.ZgV8hkH_MIIXPdO5ZNElx5qTvs2oPrcEUESFt1eLsVA','2022-02-24 03:38:26'),('ff1a604f-d370-415d-a41b-342cf13462c8','P7I4swCpUa2UBhC8eac','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"P7I4swCpUa2UBhC8eac\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 09:37:08'),('ff1a60a1-424f-4d9a-acd6-ec992182a650','R92hISSczMYsI0cR4bf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R92hISSczMYsI0cR4bf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 10:35:22'),('ff287363-8624-42e3-aade-3e21b9c230d9','GQnemGXXcloZE38lsEd','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"GQnemGXXcloZE38lsEd\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情拼接查询条件后sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' and item_app_id in (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\') AND item_clientype like \'%电脑端%\'','2022-02-23 12:00:38'),('ff2899ab-5716-4362-953c-549ea01854c6','MBPvURhCVUD0hUZB2yX','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.uSuJqew8LljWrkZxUenor9UIe6svew8PZC7YXei-SBg\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645684968371\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0ODA5NCwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.mKvSGOgddsQq54MuO8gMGnAAuoY5AgFP5f33g75Q0zA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"MBPvURhCVUD0hUZB2yX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sbczy =========>select \'Ncf9WcLd8Nvf64A3vW5\' as domainid,field15 from t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-24 06:46:59'),('ff2aec46-c651-4693-91da-4de622b5248b','Mhh1ZJPnaLDEw2sRsco','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645622727987\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4NTg1NiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.QWl_o9usgw9Y8pNrfnTYGFN-zUFG1dyiXecdYfTAvrU; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2NTg2NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.dhjXNs1DwayjTOPhoF9C76AIs1mRIiMhA1ab15VhZ98\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"Mhh1ZJPnaLDEw2sRsco\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'','2022-02-23 13:40:28'),('ff2c1b86-8cba-44f6-9365-68acd11698f4','R7jETG2WxkULUkTwdp4','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645675685574\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjUzODgxMiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.Nft89iXmgntcSeiA84TtO5B221kR0Wa2jf85sI7JC2s\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"R7jETG2WxkULUkTwdp4\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-24 04:02:11'),('ff2c6120-3491-4eb5-827a-fb69e6741e99','L58PqpPtypNXEaypbTG','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"L58PqpPtypNXEaypbTG\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=应用详情sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_APP_NAME, ITEM_APP_ICON, ITEM_SORT_NUM, ITEM_APPTYPE_DISPLAY, (SELECT item_sort_num from tlk_app_type where ITEM_APPTYPE_NAME = a.ITEM_APPTYPE_DISPLAY and ITEM_type_belonging = \'工作台分类\') ITEM_APPTYPE_SORT_NUM, item_app_id, ITEM_CLIENTYPE FROM tlk_app_list a where item_app_state = \'s1\' ','2022-02-23 09:47:17'),('ff372538-6651-4e1f-ad31-56421c811f21','VhcELqIh4zxnonhCjDV','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645678261130\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTcyMDU2NywidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.V_tAvP_DRtLfpLjR6JWSiY__3gacL9tlDAKWi7mrAPY; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0MTM4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.9HH2dckJG4qFX0yuUJgrrW460JYu-JZrovMsW6P6cmc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"VhcELqIh4zxnonhCjDV\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":1}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=field15 =======>','2022-02-24 04:47:52'),('ff3a19b3-6716-423e-a540-eda03d618007','FacU4YhquaKKXqE1CEN','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630726808\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5Mzg1NSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.dWZF7uAvo96wOJ9Pv580GunA2JqQrzX19-13-QLgmww\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"FacU4YhquaKKXqE1CEN\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=hostUrl = http://10.10.100.175:9090/obpm/runtime/app/applications/list.action?access_token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MzA1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._SVI7LsnUMM85z0acq4Vdtb_3bJOFVxfFvqiiHh_CBQ','2022-02-23 15:24:15'),('ff441715-3bea-4a3e-947a-d2913660eaa8','Global','userId=Global:Task;appId=__ekbsagrjF60f5gJnBQQ','{}',1,'objectContent=[e0ccb29f-435d-4c54-a725-7096bdc0cbe4] 任务发生异常:exception=java.lang.Exception, detail=java.lang.Exception: JavaScriptRunning:[TASK(__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript]: exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);;exception=org.mozilla.javascript.EcmaError, detail=org.mozilla.javascript.EcmaError: TypeError: Cannot call method \"getServerName\" of null (__0q01QGFPeRU3BQtAei8).回收授权到期后应用.TaskScript#4);的执行','2022-02-24 02:19:03'),('ff45ad6d-baba-45db-81ce-f1d4beb500e2','lKbvPwMMbgt9FjSCg4d','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lKbvPwMMbgt9FjSCg4d\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 10:15:48'),('ff484d9b-845c-41ac-a0b2-a3fb1153ff2b','0wynyjtMNJ6Jp7tpWsf','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"0wynyjtMNJ6Jp7tpWsf\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 11','2022-02-23 10:16:31'),('ff6fad98-0fba-460e-9931-772ec98504db','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"s_comId\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"33\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__o855hDAixL9yhESS8yJ/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__o855hDAixL9yhESS8yJ\",\"lines\":\"10\",\"_viewid\":\"__o855hDAixL9yhESS8yJ\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=企业官网sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, id, \'__9psGOARiDUepF3ySLYu\' as formid, \'__gZxrYDgj8OpfztxSuUg\' as applicationid, ITEM_comName, ITEM_comID, ITEM_webName, ITEM_webUrl FROM tlk_comWeb where 1 = 1 AND ITEM_comID like \'%Ncf9WcLd8Nvf64A3vW5%\'','2022-02-23 13:55:43'),('ff6fdd8d-115d-4d99-b6bb-d99e521bc838','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=sqlDomain ==========>SELECT id,field12 as item_field12,field15 as item_field15, \'Ncf9WcLd8Nvf64A3vW5\' as domainid FROM obpm2.t_domain where id = \'Ncf9WcLd8Nvf64A3vW5\'','2022-02-23 09:49:13'),('ff75e86d-4910-4915-b05d-2c23476fdca5','lGwpZ2G3OVzrGQoX8YH','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645630458928\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=D4292024843097045FBA6499E7A21B85; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY3MjcxMCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.MHb92uv6N00aojzwi6VDo1hclNQJJZeelfPeHxigGcE; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5MzU4NywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.-O5tsIWttN3Nw1st97WO2u6BK22zZFLmWLpG2nOO4tE\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"lGwpZ2G3OVzrGQoX8YH\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for外applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-23 15:19:56'),('ff7d3fab-1f4e-4921-9916-66300f2e5325','4TET0Z3feaOyk3QJXUU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"4TET0Z3feaOyk3QJXUU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'','2022-02-23 13:57:56'),('ffb10481-b188-4cac-ae44-087fc6bdda96','ZdC4bn2zvJujzg1VRgj','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.1104228357845843185.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=8065273AEA311CD240DD6BBF3AB2064E; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ5NDc0MSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.YUjcXM3vsEVgGTmAlXVaLp2NhFqCD1_Sy7m8Q5C7Aog\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"ZdC4bn2zvJujzg1VRgj\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for后applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'__xkeybkGaZa1SboC9GL1\',\'__ekbsagrjF60f5gJnBQQ\')','2022-02-24 01:54:00'),('ffb313fa-bdbe-43ec-b03d-acdbcadb7c2a','fadHR6HOvf4dSQltYof','userId=K7kspYq93CtrP8y4JVw;appId=__ekbsagrjF60f5gJnBQQ','{\"formid\":\"__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"0\",\"docId\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__ekbsagrjF60f5gJnBQQ/forms/__VTpi4B5zQh6c7NIZQPw/documents/0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"_\":\"1645625603744\",\"docid\":\"0pVCCgW847g108dlmrd--__VTpi4B5zQh6c7NIZQPw\",\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"GET\",\"sessionId\":\"fadHR6HOvf4dSQltYof\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"applicationId\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=传的值:0----------','2022-02-23 13:58:52'),('ffb932f1-bdac-47bc-aefa-edfe2c5d0af8','6Wda7c6g7ke1xoz4qnX','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"6Wda7c6g7ke1xoz4qnX\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for前applicationIds ===================== (\'','2022-02-23 11:47:45'),('ffbe24a8-05a4-4751-ac8a-e6ac3fd67eee','k4u0pDQjvGLeSKdeWJu','userId=RLjkKENt;appId=__ekbsagrjF60f5gJnBQQ','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"request.head.content-length\":\"29\",\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJyYzg0S2ViOCJ9.V0r6bTw3bEGdodBpj3v1iczWfki6XCVbhRGrqdMX3ZY\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645686610050\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"request.requestURI\":\"/obpm/magic-api/getdataboardcategory\",\"siteHttp\":\"10.10.100.175\",\"realPath\":\"/tmp/tomcat-docbase.2293841674663062695.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"request.head.cookie\":\"JSESSIONID=85CE37548835C724C3FD138D4751586A; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjU0OTczNiwidXNlcm5hbWUiOiJSTGprS0VOdCJ9.3VUurJX4KQ_KEyAjdDgTFTSGacV69EcfJ5tsV7VOnr4\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"k4u0pDQjvGLeSKdeWJu\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"application\":\"__ekbsagrjF60f5gJnBQQ\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"_content\":\"{\"name\":\"工作台\",\"type\":2}\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=context =>{\"name\":\"工作台\",\"type\":2}','2022-02-24 06:55:37'),('ffd74ef6-8cc8-4dcb-abe3-d0563a455b04','2YeryxHL4CWyBwswVEL','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzg1NCwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.OUo0-1cXCTJt0sX4I8Tl4A7uC2ok8S4wr9tqvzvaFRg\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"2YeryxHL4CWyBwswVEL\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=b ===================== 5','2022-02-23 14:01:17'),('ffdbaf68-5967-4344-ace9-60a70de0aa68','rXk9EQO25KEpe7CJ1r8','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645610623890\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3Mzc1MiwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.y1kLdkcpKcnQLR6NTANFRgfhlRlh7jkdfRBB2FCTNpo\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"rXk9EQO25KEpe7CJ1r8\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:49:16'),('ffdc4bd8-1c47-4794-8bf7-709b4001bdf5','bw6tqChCxA7zoYEWpkh','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645624836247\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4Nzk2NCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.zC0mDJsdo_Pj7ISYOg120YMy73ibYMTiZdDjnwOFtzw\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"bw6tqChCxA7zoYEWpkh\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=accessToken===> eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY2Nzc0MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0._pqXaxAoB1hZMoVRieM25D_bAwx2iE7gxTJIMb0CoZU','2022-02-23 13:55:46'),('ffe25825-c0a3-4528-842b-c8536e1d0f44','vB43a7syJ2UNo72k588','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"vB43a7syJ2UNo72k588\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__xkeybkGaZa1SboC9GL1\',\'__hGfDfJdvpkYNeG8T2Sf\',\'__NG6rZhF4vOBRcxTah3N\',\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__FDIGNpKZD4IqfM2Ji1G\',\'__Ft6x03HlRb0NtEQpVml\',\'__d1qEDy3wYq8VF5KvUoE\',\'','2022-02-23 09:40:22'),('ffe6112e-e9f4-4fb3-b713-3a2ff8f5cfbc','YNXHxsZEkIBZjAGFJsl','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645618507042\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MTYzNSwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.sxUrUwwYdoVCOErr9eTUSjzQ8Y6dxwyJjMevSj0J3Rk\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"YNXHxsZEkIBZjAGFJsl\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=for内applicationIds ===================== (\'__10oAyTVxwOhXa88v1Bk\',\'__pw297UAJJgIBF9xBtmW\',\'__Ft6x03HlRb0NtEQpVml\',\'','2022-02-23 12:18:00'),('ffec398f-edc0-435e-9759-5d1763770c82','TenYqyoBfNgqiAEj5wU','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"2\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645617334918\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__MMp6NPF0QpNr902YkAo/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__MMp6NPF0QpNr902YkAo\",\"lines\":\"10\",\"_viewid\":\"__MMp6NPF0QpNr902YkAo\",\"search_regionid\":\"\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ4MDQ2MywidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.7KYuY7nTSe1HxmVL-JqPV0jEGn47Inbnf8vM4HnZPwc\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"TenYqyoBfNgqiAEj5wU\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"search_baofficetype\":\"\",\"_pagelines\":\"10\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=查询条件拼接后的sql:SELECT \'Ncf9WcLd8Nvf64A3vW5\' as domainid, ITEM_TITLE, id, id as ITEM_ID, ITEM_PUBLISHER, ITEM_RELEASETIME, ITEM_NOTICESTART, ITEM_NOTICESTOP FROM tlk_platformnotice WHERE item_messageType = \'全部\' and item_ShowStatus = \'是\' or (item_messageType =\'指定企业\' and ITEM_ORGANIZATIONID = \'Ncf9WcLd8Nvf64A3vW5\') or (item_messageType =\'指定条件\' and (( ITEM_REGION = \'\' or ITEM_REGION = \'\') and ( ITEM_BAOFFICETYPE = \'\' or ITEM_BAOFFICETYPE =\'\' )))','2022-02-23 11:41:04'),('ffeef094-8390-4b82-8af6-4c8920bb7cff','QIvxcOwWPFKGMJ298gS','userId=K7kspYq93CtrP8y4JVw;appId=__gZxrYDgj8OpfztxSuUg','{\"request.head.x-forwarded-proto\":\"http\",\"request.head.x-forwarded-port\":\"9090\",\"request.head.origin\":\"http://10.10.100.175\",\"request.head.connection\":\"Keep-Alive\",\"isedit\":false,\"request.head.content-length\":\"32\",\"isQueryButton\":false,\"request.head.x-forwarded-for\":\"10.10.100.175\",\"request.head.authorization\":\"Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.head.accept-encoding\":\"gzip, deflate\",\"domainid\":\"Ncf9WcLd8Nvf64A3vW5\",\"request.head.referer\":\"http://10.10.100.175/static/portal/vue/index.html?v=1645608379687\",\"request.head.accesstoken\":\"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"request.requestURI\":\"/obpm/api/runtime/__gZxrYDgj8OpfztxSuUg/views/__9cPXd26aFuwkRx4fJyA/documents\",\"siteHttp\":\"10.10.100.175\",\"refreshparent\":true,\"realPath\":\"/tmp/tomcat-docbase.4054476325767523278.9094/\",\"request.head.accept-language\":\"zh-CN,zh;q=0.9\",\"id\":\"__9cPXd26aFuwkRx4fJyA\",\"lines\":\"10\",\"_viewid\":\"__9cPXd26aFuwkRx4fJyA\",\"_sortCol\":[],\"request.head.cookie\":\"JSESSIONID=351798327285CEAB0FE0F2E4658EEFA4; adminToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NTY1MDY2NSwidXNlcm5hbWUiOiJBaTZobGxoTmpTMnVsbDlUS0diIn0.7HKSwfFPSIFcFn2yDHxjvKuddIs6W9XW7FR--3-_vyg; accessToken=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTY0NjQ3MTUwOCwidXNlcm5hbWUiOiJLN2tzcFlxOTNDdHJQOHk0SlZ3In0.hYnoH4KnsXLAOPn7Gc4SB37LqMENmSC-bQ_9x6zp_nA\",\"contextPath\":\"/obpm\",\"request.method\":\"POST\",\"sessionId\":\"QIvxcOwWPFKGMJ298gS\",\"request.head.accept\":\"application/json, text/plain, */*\",\"request.head.host\":\"10.10.100.175:9090\",\"request.head.content-type\":\"application/json\",\"_pagelines\":\"10\",\"search_clientype\":\"电脑端\",\"application\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\",\"search_organizationid\":\"\",\"applicationId\":\"__gZxrYDgj8OpfztxSuUg\",\"request.head.x-forwarded-host\":\"10.10.100.175:9090\"}',1,'objectContent=a ===================== [{\"name\":\"智能人事\",\"description\":\"新版员工管理\",\"id\":\"__xkeybkGaZa1SboC9GL1\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__xkeybkGaZa1SboC9GL1&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"年度预算管理\",\"description\":\"年度预算管理\",\"id\":\"__hGfDfJdvpkYNeG8T2Sf\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__hGfDfJdvpkYNeG8T2Sf&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目立项管理\",\"description\":\"项目立项管理\",\"id\":\"__NG6rZhF4vOBRcxTah3N\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__NG6rZhF4vOBRcxTah3N&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"标准库\",\"description\":\"标准库\",\"id\":\"__10oAyTVxwOhXa88v1Bk\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__10oAyTVxwOhXa88v1Bk&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"制度库\",\"description\":\"制度库\",\"id\":\"__pw297UAJJgIBF9xBtmW\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__pw297UAJJgIBF9xBtmW&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"信息化管理系统\",\"description\":\"信息化项目管理系统\",\"id\":\"__FDIGNpKZD4IqfM2Ji1G\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__FDIGNpKZD4IqfM2Ji1G&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"配置管理\",\"description\":\"信息化管理系统 配置管理模块\",\"id\":\"__Ft6x03HlRb0NtEQpVml\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__Ft6x03HlRb0NtEQpVml&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"机构用户管理\",\"description\":\"监管版智能人事\",\"id\":\"__d1qEDy3wYq8VF5KvUoE\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__d1qEDy3wYq8VF5KvUoE&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"项目需求管理\",\"description\":\"信息化管理系统 需求管理模块\",\"id\":\"__lKXMrDsbYB1oBhNECiz\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__lKXMrDsbYB1oBhNECiz&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"组织权益\",\"description\":\"系统运行基础服务,系统默认授权\",\"id\":\"__gZxrYDgj8OpfztxSuUg\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__gZxrYDgj8OpfztxSuUg&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}},{\"name\":\"平台运营管理\",\"description\":\"组织信息、用户信息、监管配置、App配置\",\"id\":\"__ekbsagrjF60f5gJnBQQ\",\"logourl\":\"/uploads/app/oa.png\",\"jumpToUrl\":{\"url1\":{\"name\":\"进入系统\",\"url\":\"/mobile/index.html?application=__ekbsagrjF60f5gJnBQQ&mode=app&jump=homepage&access_token=&userId=K7kspYq93CtrP8y4JVw\"}}}]','2022-02-23 09:36:01'); /*!40000 ALTER TABLE `sys_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_region` -- DROP TABLE IF EXISTS `sys_region`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_region` ( `id` varchar(8) NOT NULL COMMENT '区域ID', `createTime` datetime NOT NULL COMMENT '创建时间', `createBy` varchar(20) DEFAULT NULL COMMENT '创建人ID', `updateTime` datetime DEFAULT NULL COMMENT '修改时间', `updateBy` varchar(20) DEFAULT NULL COMMENT '修改人ID', `region_name` varchar(50) DEFAULT NULL COMMENT '区域名称', `region_full_name` varchar(100) DEFAULT NULL COMMENT '区域全称', `region_level` varchar(6) DEFAULT NULL COMMENT '区域级别', `seq` int(4) DEFAULT NULL COMMENT '排序', `first_letter` varchar(1) DEFAULT NULL COMMENT '地区首字母', `remark` varchar(200) DEFAULT NULL COMMENT '备注', `isActiveMarket` varchar(1) DEFAULT NULL COMMENT '是否激活市场', `zipCode` varchar(10) DEFAULT NULL COMMENT '邮政编码', `parent_id` varchar(8) DEFAULT NULL COMMENT '上级区域ID', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='地区'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_region` -- LOCK TABLES `sys_region` WRITE; /*!40000 ALTER TABLE `sys_region` DISABLE KEYS */; INSERT INTO `sys_region` VALUES ('110000','2018-01-30 19:30:19',NULL,NULL,NULL,'北京市','北京市','1',1,'B',NULL,'0','','100000'),('110100','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','北京市市辖区','2',1,'S',NULL,'1','100000','110000'),('110101','2018-01-30 19:30:19',NULL,NULL,NULL,'东城区','北京市市辖区东城区','3',1,'D',NULL,'1','100010','110100'),('110102','2018-01-30 19:30:19',NULL,NULL,NULL,'西城区','北京市市辖区西城区','3',2,'X',NULL,'1','100032','110100'),('110105','2018-01-30 19:30:19',NULL,NULL,NULL,'朝阳区','北京市市辖区朝阳区','3',3,'C',NULL,'1','100020','110100'),('110106','2018-01-30 19:30:19',NULL,NULL,NULL,'丰台区','北京市市辖区丰台区','3',4,'F',NULL,'1','100071','110100'),('110107','2018-01-30 19:30:19',NULL,NULL,NULL,'石景山区','北京市市辖区石景山区','3',5,'S',NULL,'1','100043','110100'),('110108','2018-01-30 19:30:19',NULL,NULL,NULL,'海淀区','北京市市辖区海淀区','3',6,'H',NULL,'1','100089','110100'),('110109','2018-01-30 19:30:19',NULL,NULL,NULL,'门头沟区','北京市市辖区门头沟区','3',7,'M',NULL,'1','102300','110100'),('110111','2018-01-30 19:30:19',NULL,NULL,NULL,'房山区','北京市市辖区房山区','3',8,'F',NULL,'1','102488','110100'),('110112','2018-01-30 19:30:19',NULL,NULL,NULL,'通州区','北京市市辖区通州区','3',9,'T',NULL,'1','101149','110100'),('110113','2018-01-30 19:30:19',NULL,NULL,NULL,'顺义区','北京市市辖区顺义区','3',10,'S',NULL,'1','101300','110100'),('110114','2018-01-30 19:30:19',NULL,NULL,NULL,'昌平区','北京市市辖区昌平区','3',11,'C',NULL,'1','102200','110100'),('110115','2018-01-30 19:30:19',NULL,NULL,NULL,'大兴区','北京市市辖区大兴区','3',12,'D',NULL,'1','102600','110100'),('110116','2018-01-30 19:30:19',NULL,NULL,NULL,'怀柔区','北京市市辖区怀柔区','3',13,'H',NULL,'1','101400','110100'),('110117','2018-01-30 19:30:19',NULL,NULL,NULL,'平谷区','北京市市辖区平谷区','3',14,'P',NULL,'1','101200','110100'),('110118','2018-01-30 19:30:19',NULL,NULL,NULL,'密云区','北京市市辖区密云区','3',15,'M',NULL,'1','101599','110100'),('110119','2018-01-30 19:30:19',NULL,NULL,NULL,'延庆区','北京市市辖区延庆区','3',16,'Y',NULL,'1','102101','110100'),('120000','2018-01-30 19:30:19',NULL,NULL,NULL,'天津市','天津市','1',2,'T',NULL,'1','','100000'),('120100','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','天津市市辖区','2',1,'S',NULL,'1','300000','120000'),('120101','2018-01-30 19:30:19',NULL,NULL,NULL,'和平区','天津市市辖区和平区','3',1,'H',NULL,'1','300041','120100'),('120102','2018-01-30 19:30:19',NULL,NULL,NULL,'河东区','天津市市辖区河东区','3',2,'H',NULL,'1','300171','120100'),('120103','2018-01-30 19:30:19',NULL,NULL,NULL,'河西区','天津市市辖区河西区','3',3,'H',NULL,'1','300202','120100'),('120104','2018-01-30 19:30:19',NULL,NULL,NULL,'南开区','天津市市辖区南开区','3',4,'N',NULL,'1','300110','120100'),('120105','2018-01-30 19:30:19',NULL,NULL,NULL,'河北区','天津市市辖区河北区','3',5,'H',NULL,'1','300143','120100'),('120106','2018-01-30 19:30:19',NULL,NULL,NULL,'红桥区','天津市市辖区红桥区','3',6,'H',NULL,'1','300131','120100'),('120110','2018-01-30 19:30:19',NULL,NULL,NULL,'东丽区','天津市市辖区东丽区','3',7,'D',NULL,'1','300300','120100'),('120111','2018-01-30 19:30:19',NULL,NULL,NULL,'西青区','天津市市辖区西青区','3',8,'X',NULL,'1','300380','120100'),('120112','2018-01-30 19:30:19',NULL,NULL,NULL,'津南区','天津市市辖区津南区','3',9,'J',NULL,'1','300350','120100'),('120113','2018-01-30 19:30:19',NULL,NULL,NULL,'北辰区','天津市市辖区北辰区','3',10,'B',NULL,'1','300400','120100'),('120114','2018-01-30 19:30:19',NULL,NULL,NULL,'武清区','天津市市辖区武清区','3',11,'W',NULL,'1','301700','120100'),('120115','2018-01-30 19:30:19',NULL,NULL,NULL,'宝坻区','天津市市辖区宝坻区','3',12,'B',NULL,'1','301800','120100'),('120116','2018-01-30 19:30:19',NULL,NULL,NULL,'滨海新区','天津市市辖区滨海新区','3',13,'B',NULL,'1','300451','120100'),('120117','2018-01-30 19:30:19',NULL,NULL,NULL,'宁河区','天津市市辖区宁河区','3',14,'N',NULL,'1',NULL,'120100'),('120118','2018-01-30 19:30:19',NULL,NULL,NULL,'静海区','天津市市辖区静海区','3',15,'J',NULL,'1',NULL,'120100'),('120119','2018-01-30 19:30:19',NULL,NULL,NULL,'蓟州区','天津市市辖区蓟州区','3',16,'J',NULL,'1',NULL,'120100'),('130000','2018-01-30 19:30:19',NULL,NULL,NULL,'河北省','河北省','1',3,'H',NULL,'1','','100000'),('130100','2018-01-30 19:30:19',NULL,NULL,NULL,'石家庄市','河北省石家庄市','2',1,'S',NULL,'1','050011','130000'),('130101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省石家庄市市辖区','3',1,'S',NULL,'1',NULL,'130100'),('130102','2018-01-30 19:30:19',NULL,NULL,NULL,'长安区','河北省石家庄市长安区','3',2,'C',NULL,'1','050011','130100'),('130104','2018-01-30 19:30:19',NULL,NULL,NULL,'桥西区','河北省石家庄市桥西区','3',3,'Q',NULL,'1','050091','130100'),('130105','2018-01-30 19:30:19',NULL,NULL,NULL,'新华区','河北省石家庄市新华区','3',4,'X',NULL,'1','050051','130100'),('130107','2018-01-30 19:30:19',NULL,NULL,NULL,'井陉矿区','河北省石家庄市井陉矿区','3',5,'J',NULL,'1','050100','130100'),('130108','2018-01-30 19:30:19',NULL,NULL,NULL,'裕华区','河北省石家庄市裕华区','3',6,'Y',NULL,'1','050031','130100'),('130109','2018-01-30 19:30:19',NULL,NULL,NULL,'藁城区','河北省石家庄市藁城区','3',7,'Z',NULL,'1','052160','130100'),('130110','2018-01-30 19:30:19',NULL,NULL,NULL,'鹿泉区','河北省石家庄市鹿泉区','3',8,'L',NULL,'1','050200','130100'),('130111','2018-01-30 19:30:19',NULL,NULL,NULL,'栾城区','河北省石家庄市栾城区','3',9,'Z',NULL,'1','051430','130100'),('130121','2018-01-30 19:30:19',NULL,NULL,NULL,'井陉县','河北省石家庄市井陉县','3',10,'J',NULL,'1','050300','130100'),('130123','2018-01-30 19:30:19',NULL,NULL,NULL,'正定县','河北省石家庄市正定县','3',11,'Z',NULL,'1','050800','130100'),('130125','2018-01-30 19:30:19',NULL,NULL,NULL,'行唐县','河北省石家庄市行唐县','3',12,'X',NULL,'1','050600','130100'),('130126','2018-01-30 19:30:19',NULL,NULL,NULL,'灵寿县','河北省石家庄市灵寿县','3',13,'L',NULL,'1','050500','130100'),('130127','2018-01-30 19:30:19',NULL,NULL,NULL,'高邑县','河北省石家庄市高邑县','3',14,'G',NULL,'1','051330','130100'),('130128','2018-01-30 19:30:19',NULL,NULL,NULL,'深泽县','河北省石家庄市深泽县','3',15,'S',NULL,'1','052560','130100'),('130129','2018-01-30 19:30:19',NULL,NULL,NULL,'赞皇县','河北省石家庄市赞皇县','3',16,'Z',NULL,'1','051230','130100'),('130130','2018-01-30 19:30:19',NULL,NULL,NULL,'无极县','河北省石家庄市无极县','3',17,'W',NULL,'1','052460','130100'),('130131','2018-01-30 19:30:19',NULL,NULL,NULL,'平山县','河北省石家庄市平山县','3',18,'P',NULL,'1','050400','130100'),('130132','2018-01-30 19:30:19',NULL,NULL,NULL,'元氏县','河北省石家庄市元氏县','3',19,'Y',NULL,'1','051130','130100'),('130133','2018-01-30 19:30:19',NULL,NULL,NULL,'赵县','河北省石家庄市赵县','3',20,'Z',NULL,'1','051530','130100'),('130183','2018-01-30 19:30:19',NULL,NULL,NULL,'晋州市','河北省石家庄市晋州市','3',21,'J',NULL,'1','052260','130100'),('130184','2018-01-30 19:30:19',NULL,NULL,NULL,'新乐市','河北省石家庄市新乐市','3',22,'X',NULL,'1','050700','130100'),('130200','2018-01-30 19:30:19',NULL,NULL,NULL,'唐山市','河北省唐山市','2',2,'T',NULL,'1','063000','130000'),('130201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省唐山市市辖区','3',1,'S',NULL,'1',NULL,'130200'),('130202','2018-01-30 19:30:19',NULL,NULL,NULL,'路南区','河北省唐山市路南区','3',2,'L',NULL,'1','063000','130200'),('130203','2018-01-30 19:30:19',NULL,NULL,NULL,'路北区','河北省唐山市路北区','3',3,'L',NULL,'1','063000','130200'),('130204','2018-01-30 19:30:19',NULL,NULL,NULL,'古冶区','河北省唐山市古冶区','3',4,'G',NULL,'1','063100','130200'),('130205','2018-01-30 19:30:19',NULL,NULL,NULL,'开平区','河北省唐山市开平区','3',5,'K',NULL,'1','063021','130200'),('130207','2018-01-30 19:30:19',NULL,NULL,NULL,'丰南区','河北省唐山市丰南区','3',6,'F',NULL,'1','063300','130200'),('130208','2018-01-30 19:30:19',NULL,NULL,NULL,'丰润区','河北省唐山市丰润区','3',7,'F',NULL,'1','064000','130200'),('130209','2018-01-30 19:30:19',NULL,NULL,NULL,'曹妃甸区','河北省唐山市曹妃甸区','3',8,'C',NULL,'1','063200','130200'),('130223','2018-01-30 19:30:19',NULL,NULL,NULL,'滦县','河北省唐山市滦县','3',9,'L',NULL,'1','063700','130200'),('130224','2018-01-30 19:30:19',NULL,NULL,NULL,'滦南县','河北省唐山市滦南县','3',10,'L',NULL,'1','063500','130200'),('130225','2018-01-30 19:30:19',NULL,NULL,NULL,'乐亭县','河北省唐山市乐亭县','3',11,'L',NULL,'1','063600','130200'),('130227','2018-01-30 19:30:19',NULL,NULL,NULL,'迁西县','河北省唐山市迁西县','3',12,'Q',NULL,'1','064300','130200'),('130229','2018-01-30 19:30:19',NULL,NULL,NULL,'玉田县','河北省唐山市玉田县','3',13,'Y',NULL,'1','064100','130200'),('130281','2018-01-30 19:30:19',NULL,NULL,NULL,'遵化市','河北省唐山市遵化市','3',14,'Z',NULL,'1','064200','130200'),('130283','2018-01-30 19:30:19',NULL,NULL,NULL,'迁安市','河北省唐山市迁安市','3',15,'Q',NULL,'1','064400','130200'),('130300','2018-01-30 19:30:19',NULL,NULL,NULL,'秦皇岛市','河北省秦皇岛市','2',3,'Q',NULL,'1','066000','130000'),('130301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省秦皇岛市市辖区','3',1,'S',NULL,'1',NULL,'130300'),('130302','2018-01-30 19:30:19',NULL,NULL,NULL,'海港区','河北省秦皇岛市海港区','3',2,'H',NULL,'1','066000','130300'),('130303','2018-01-30 19:30:19',NULL,NULL,NULL,'山海关区','河北省秦皇岛市山海关区','3',3,'S',NULL,'1','066200','130300'),('130304','2018-01-30 19:30:19',NULL,NULL,NULL,'北戴河区','河北省秦皇岛市北戴河区','3',4,'B',NULL,'1','066100','130300'),('130306','2018-01-30 19:30:19',NULL,NULL,NULL,'抚宁区','河北省秦皇岛市抚宁区','3',5,'F',NULL,'1',NULL,'130300'),('130321','2018-01-30 19:30:19',NULL,NULL,NULL,'青龙满族自治县','河北省秦皇岛市青龙满族自治县','3',6,'Q',NULL,'1','066500','130300'),('130322','2018-01-30 19:30:19',NULL,NULL,NULL,'昌黎县','河北省秦皇岛市昌黎县','3',7,'C',NULL,'1','066600','130300'),('130324','2018-01-30 19:30:19',NULL,NULL,NULL,'卢龙县','河北省秦皇岛市卢龙县','3',8,'L',NULL,'1','066400','130300'),('130400','2018-01-30 19:30:19',NULL,NULL,NULL,'邯郸市','河北省邯郸市','2',4,'H',NULL,'1','056002','130000'),('130401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省邯郸市市辖区','3',1,'S',NULL,'1',NULL,'130400'),('130402','2018-01-30 19:30:19',NULL,NULL,NULL,'邯山区','河北省邯郸市邯山区','3',2,'H',NULL,'1','056001','130400'),('130403','2018-01-30 19:30:19',NULL,NULL,NULL,'丛台区','河北省邯郸市丛台区','3',3,'C',NULL,'1','056002','130400'),('130404','2018-01-30 19:30:19',NULL,NULL,NULL,'复兴区','河北省邯郸市复兴区','3',4,'F',NULL,'1','056003','130400'),('130406','2018-01-30 19:30:19',NULL,NULL,NULL,'峰峰矿区','河北省邯郸市峰峰矿区','3',5,'F',NULL,'1','056200','130400'),('130421','2018-01-30 19:30:19',NULL,NULL,NULL,'邯郸县','河北省邯郸市邯郸县','3',6,'H',NULL,'1','056101','130400'),('130423','2018-01-30 19:30:19',NULL,NULL,NULL,'临漳县','河北省邯郸市临漳县','3',7,'L',NULL,'1','056600','130400'),('130424','2018-01-30 19:30:19',NULL,NULL,NULL,'成安县','河北省邯郸市成安县','3',8,'C',NULL,'1','056700','130400'),('130425','2018-01-30 19:30:19',NULL,NULL,NULL,'大名县','河北省邯郸市大名县','3',9,'D',NULL,'1','056900','130400'),('130426','2018-01-30 19:30:19',NULL,NULL,NULL,'涉县','河北省邯郸市涉县','3',10,'S',NULL,'1','056400','130400'),('130427','2018-01-30 19:30:19',NULL,NULL,NULL,'磁县','河北省邯郸市磁县','3',11,'C',NULL,'1','056500','130400'),('130428','2018-01-30 19:30:19',NULL,NULL,NULL,'肥乡县','河北省邯郸市肥乡县','3',12,'F',NULL,'1','057550','130400'),('130429','2018-01-30 19:30:19',NULL,NULL,NULL,'永年县','河北省邯郸市永年县','3',13,'Y',NULL,'1','057150','130400'),('130430','2018-01-30 19:30:19',NULL,NULL,NULL,'邱县','河北省邯郸市邱县','3',14,'Q',NULL,'1','057450','130400'),('130431','2018-01-30 19:30:19',NULL,NULL,NULL,'鸡泽县','河北省邯郸市鸡泽县','3',15,'J',NULL,'1','057350','130400'),('130432','2018-01-30 19:30:19',NULL,NULL,NULL,'广平县','河北省邯郸市广平县','3',16,'G',NULL,'1','057650','130400'),('130433','2018-01-30 19:30:19',NULL,NULL,NULL,'馆陶县','河北省邯郸市馆陶县','3',17,'G',NULL,'1','057750','130400'),('130434','2018-01-30 19:30:19',NULL,NULL,NULL,'魏县','河北省邯郸市魏县','3',18,'W',NULL,'1','056800','130400'),('130435','2018-01-30 19:30:19',NULL,NULL,NULL,'曲周县','河北省邯郸市曲周县','3',19,'Q',NULL,'1','057250','130400'),('130481','2018-01-30 19:30:19',NULL,NULL,NULL,'武安市','河北省邯郸市武安市','3',20,'W',NULL,'1','056300','130400'),('130500','2018-01-30 19:30:19',NULL,NULL,NULL,'邢台市','河北省邢台市','2',5,'X',NULL,'1','054001','130000'),('130501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省邢台市市辖区','3',1,'S',NULL,'1',NULL,'130500'),('130502','2018-01-30 19:30:19',NULL,NULL,NULL,'桥东区','河北省邢台市桥东区','3',2,'Q',NULL,'1','054001','130500'),('130503','2018-01-30 19:30:19',NULL,NULL,NULL,'桥西区','河北省邢台市桥西区','3',3,'Q',NULL,'1','054000','130500'),('130521','2018-01-30 19:30:19',NULL,NULL,NULL,'邢台县','河北省邢台市邢台县','3',4,'X',NULL,'1','054001','130500'),('130522','2018-01-30 19:30:19',NULL,NULL,NULL,'临城县','河北省邢台市临城县','3',5,'L',NULL,'1','054300','130500'),('130523','2018-01-30 19:30:19',NULL,NULL,NULL,'内丘县','河北省邢台市内丘县','3',6,'N',NULL,'1','054200','130500'),('130524','2018-01-30 19:30:19',NULL,NULL,NULL,'柏乡县','河北省邢台市柏乡县','3',7,'B',NULL,'1','055450','130500'),('130525','2018-01-30 19:30:19',NULL,NULL,NULL,'隆尧县','河北省邢台市隆尧县','3',8,'L',NULL,'1','055350','130500'),('130526','2018-01-30 19:30:19',NULL,NULL,NULL,'任县','河北省邢台市任县','3',9,'R',NULL,'1','055150','130500'),('130527','2018-01-30 19:30:19',NULL,NULL,NULL,'南和县','河北省邢台市南和县','3',10,'N',NULL,'1','054400','130500'),('130528','2018-01-30 19:30:19',NULL,NULL,NULL,'宁晋县','河北省邢台市宁晋县','3',11,'N',NULL,'1','055550','130500'),('130529','2018-01-30 19:30:19',NULL,NULL,NULL,'巨鹿县','河北省邢台市巨鹿县','3',12,'J',NULL,'1','055250','130500'),('130530','2018-01-30 19:30:19',NULL,NULL,NULL,'新河县','河北省邢台市新河县','3',13,'X',NULL,'1','055650','130500'),('130531','2018-01-30 19:30:19',NULL,NULL,NULL,'广宗县','河北省邢台市广宗县','3',14,'G',NULL,'1','054600','130500'),('130532','2018-01-30 19:30:19',NULL,NULL,NULL,'平乡县','河北省邢台市平乡县','3',15,'P',NULL,'1','054500','130500'),('130533','2018-01-30 19:30:19',NULL,NULL,NULL,'威县','河北省邢台市威县','3',16,'W',NULL,'1','054700','130500'),('130534','2018-01-30 19:30:19',NULL,NULL,NULL,'清河县','河北省邢台市清河县','3',17,'Q',NULL,'1','054800','130500'),('130535','2018-01-30 19:30:19',NULL,NULL,NULL,'临西县','河北省邢台市临西县','3',18,'L',NULL,'1','054900','130500'),('130581','2018-01-30 19:30:19',NULL,NULL,NULL,'南宫市','河北省邢台市南宫市','3',19,'N',NULL,'1','055750','130500'),('130582','2018-01-30 19:30:19',NULL,NULL,NULL,'沙河市','河北省邢台市沙河市','3',20,'S',NULL,'1','054100','130500'),('130600','2018-01-30 19:30:19',NULL,NULL,NULL,'保定市','河北省保定市','2',6,'B',NULL,'1','071052','130000'),('130601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省保定市市辖区','3',1,'S',NULL,'1',NULL,'130600'),('130602','2018-01-30 19:30:19',NULL,NULL,NULL,'竞秀区','河北省保定市竞秀区','3',2,'J',NULL,'1','071051','130600'),('130606','2018-01-30 19:30:19',NULL,NULL,NULL,'莲池区','河北省保定市莲池区','3',3,'L',NULL,'1',NULL,'130600'),('130607','2018-01-30 19:30:19',NULL,NULL,NULL,'满城区','河北省保定市满城区','3',4,'M',NULL,'1',NULL,'130600'),('130608','2018-01-30 19:30:19',NULL,NULL,NULL,'清苑区','河北省保定市清苑区','3',5,'Q',NULL,'1',NULL,'130600'),('130609','2018-01-30 19:30:19',NULL,NULL,NULL,'徐水区','河北省保定市徐水区','3',6,'X',NULL,'1',NULL,'130600'),('130623','2018-01-30 19:30:19',NULL,NULL,NULL,'涞水县','河北省保定市涞水县','3',7,'Z',NULL,'1','074100','130600'),('130624','2018-01-30 19:30:19',NULL,NULL,NULL,'阜平县','河北省保定市阜平县','3',8,'F',NULL,'1','073200','130600'),('130626','2018-01-30 19:30:19',NULL,NULL,NULL,'定兴县','河北省保定市定兴县','3',9,'D',NULL,'1','072650','130600'),('130627','2018-01-30 19:30:19',NULL,NULL,NULL,'唐县','河北省保定市唐县','3',10,'T',NULL,'1','072350','130600'),('130628','2018-01-30 19:30:19',NULL,NULL,NULL,'高阳县','河北省保定市高阳县','3',11,'G',NULL,'1','071500','130600'),('130629','2018-01-30 19:30:19',NULL,NULL,NULL,'容城县','河北省保定市容城县','3',12,'R',NULL,'1','071700','130600'),('130630','2018-01-30 19:30:19',NULL,NULL,NULL,'涞源县','河北省保定市涞源县','3',13,'Z',NULL,'1','074300','130600'),('130631','2018-01-30 19:30:19',NULL,NULL,NULL,'望都县','河北省保定市望都县','3',14,'W',NULL,'1','072450','130600'),('130632','2018-01-30 19:30:19',NULL,NULL,NULL,'安新县','河北省保定市安新县','3',15,'A',NULL,'1','071600','130600'),('130633','2018-01-30 19:30:19',NULL,NULL,NULL,'易县','河北省保定市易县','3',16,'Y',NULL,'1','074200','130600'),('130634','2018-01-30 19:30:19',NULL,NULL,NULL,'曲阳县','河北省保定市曲阳县','3',17,'Q',NULL,'1','073100','130600'),('130635','2018-01-30 19:30:19',NULL,NULL,NULL,'蠡县','河北省保定市蠡县','3',18,'Z',NULL,'1','071400','130600'),('130636','2018-01-30 19:30:19',NULL,NULL,NULL,'顺平县','河北省保定市顺平县','3',19,'S',NULL,'1','072250','130600'),('130637','2018-01-30 19:30:19',NULL,NULL,NULL,'博野县','河北省保定市博野县','3',20,'B',NULL,'1','071300','130600'),('130638','2018-01-30 19:30:19',NULL,NULL,NULL,'雄县','河北省保定市雄县','3',21,'X',NULL,'1','071800','130600'),('130681','2018-01-30 19:30:19',NULL,NULL,NULL,'涿州市','河北省保定市涿州市','3',22,'Z',NULL,'1','072750','130600'),('130683','2018-01-30 19:30:19',NULL,NULL,NULL,'安国市','河北省保定市安国市','3',23,'A',NULL,'1','071200','130600'),('130684','2018-01-30 19:30:19',NULL,NULL,NULL,'高碑店市','河北省保定市高碑店市','3',24,'G',NULL,'1','074000','130600'),('130700','2018-01-30 19:30:19',NULL,NULL,NULL,'张家口市','河北省张家口市','2',7,'Z',NULL,'1','075000','130000'),('130701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省张家口市市辖区','3',1,'S',NULL,'1',NULL,'130700'),('130702','2018-01-30 19:30:19',NULL,NULL,NULL,'桥东区','河北省张家口市桥东区','3',2,'Q',NULL,'1','075000','130700'),('130703','2018-01-30 19:30:19',NULL,NULL,NULL,'桥西区','河北省张家口市桥西区','3',3,'Q',NULL,'1','075061','130700'),('130705','2018-01-30 19:30:19',NULL,NULL,NULL,'宣化区','河北省张家口市宣化区','3',4,'X',NULL,'1','075100','130700'),('130706','2018-01-30 19:30:19',NULL,NULL,NULL,'下花园区','河北省张家口市下花园区','3',5,'X',NULL,'1','075300','130700'),('130708','2018-01-30 19:30:19',NULL,NULL,NULL,'万全区','河北省张家口市万全区','3',6,'W',NULL,'1',NULL,'130700'),('130709','2018-01-30 19:30:19',NULL,NULL,NULL,'崇礼区','河北省张家口市崇礼区','3',7,'C',NULL,'1',NULL,'130700'),('130722','2018-01-30 19:30:19',NULL,NULL,NULL,'张北县','河北省张家口市张北县','3',8,'Z',NULL,'1','076450','130700'),('130723','2018-01-30 19:30:19',NULL,NULL,NULL,'康保县','河北省张家口市康保县','3',9,'K',NULL,'1','076650','130700'),('130724','2018-01-30 19:30:19',NULL,NULL,NULL,'沽源县','河北省张家口市沽源县','3',10,'G',NULL,'1','076550','130700'),('130725','2018-01-30 19:30:19',NULL,NULL,NULL,'尚义县','河北省张家口市尚义县','3',11,'S',NULL,'1','076750','130700'),('130726','2018-01-30 19:30:19',NULL,NULL,NULL,'蔚县','河北省张家口市蔚县','3',12,'W',NULL,'1','075700','130700'),('130727','2018-01-30 19:30:19',NULL,NULL,NULL,'阳原县','河北省张家口市阳原县','3',13,'Y',NULL,'1','075800','130700'),('130728','2018-01-30 19:30:19',NULL,NULL,NULL,'怀安县','河北省张家口市怀安县','3',14,'H',NULL,'1','076150','130700'),('130730','2018-01-30 19:30:19',NULL,NULL,NULL,'怀来县','河北省张家口市怀来县','3',15,'H',NULL,'1','075400','130700'),('130731','2018-01-30 19:30:19',NULL,NULL,NULL,'涿鹿县','河北省张家口市涿鹿县','3',16,'Z',NULL,'1','075600','130700'),('130732','2018-01-30 19:30:19',NULL,NULL,NULL,'赤城县','河北省张家口市赤城县','3',17,'C',NULL,'1','075500','130700'),('130800','2018-01-30 19:30:19',NULL,NULL,NULL,'承德市','河北省承德市','2',8,'C',NULL,'1','067000','130000'),('130801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省承德市市辖区','3',1,'S',NULL,'1',NULL,'130800'),('130802','2018-01-30 19:30:19',NULL,NULL,NULL,'双桥区','河北省承德市双桥区','3',2,'S',NULL,'1','067000','130800'),('130803','2018-01-30 19:30:19',NULL,NULL,NULL,'双滦区','河北省承德市双滦区','3',3,'S',NULL,'1','067001','130800'),('130804','2018-01-30 19:30:19',NULL,NULL,NULL,'鹰手营子矿区','河北省承德市鹰手营子矿区','3',4,'Y',NULL,'1','067200','130800'),('130821','2018-01-30 19:30:19',NULL,NULL,NULL,'承德县','河北省承德市承德县','3',5,'C',NULL,'1','067400','130800'),('130822','2018-01-30 19:30:19',NULL,NULL,NULL,'兴隆县','河北省承德市兴隆县','3',6,'X',NULL,'1','067300','130800'),('130823','2018-01-30 19:30:19',NULL,NULL,NULL,'平泉县','河北省承德市平泉县','3',7,'P',NULL,'1','067500','130800'),('130824','2018-01-30 19:30:19',NULL,NULL,NULL,'滦平县','河北省承德市滦平县','3',8,'L',NULL,'1','068250','130800'),('130825','2018-01-30 19:30:19',NULL,NULL,NULL,'隆化县','河北省承德市隆化县','3',9,'L',NULL,'1','068150','130800'),('130826','2018-01-30 19:30:19',NULL,NULL,NULL,'丰宁满族自治县','河北省承德市丰宁满族自治县','3',10,'F',NULL,'1','068350','130800'),('130827','2018-01-30 19:30:19',NULL,NULL,NULL,'宽城满族自治县','河北省承德市宽城满族自治县','3',11,'K',NULL,'1','067600','130800'),('130828','2018-01-30 19:30:19',NULL,NULL,NULL,'围场满族蒙古族自治县','河北省承德市围场满族蒙古族自治县','3',12,'W',NULL,'1','068450','130800'),('130900','2018-01-30 19:30:19',NULL,NULL,NULL,'沧州市','河北省沧州市','2',9,'C',NULL,'1','061001','130000'),('130901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省沧州市市辖区','3',1,'S',NULL,'1',NULL,'130900'),('130902','2018-01-30 19:30:19',NULL,NULL,NULL,'新华区','河北省沧州市新华区','3',2,'X',NULL,'1','061000','130900'),('130903','2018-01-30 19:30:19',NULL,NULL,NULL,'运河区','河北省沧州市运河区','3',3,'Y',NULL,'1','061001','130900'),('130921','2018-01-30 19:30:19',NULL,NULL,NULL,'沧县','河北省沧州市沧县','3',4,'C',NULL,'1','061000','130900'),('130922','2018-01-30 19:30:19',NULL,NULL,NULL,'青县','河北省沧州市青县','3',5,'Q',NULL,'1','062650','130900'),('130923','2018-01-30 19:30:19',NULL,NULL,NULL,'东光县','河北省沧州市东光县','3',6,'D',NULL,'1','061600','130900'),('130924','2018-01-30 19:30:19',NULL,NULL,NULL,'海兴县','河北省沧州市海兴县','3',7,'H',NULL,'1','061200','130900'),('130925','2018-01-30 19:30:19',NULL,NULL,NULL,'盐山县','河北省沧州市盐山县','3',8,'Y',NULL,'1','061300','130900'),('130926','2018-01-30 19:30:19',NULL,NULL,NULL,'肃宁县','河北省沧州市肃宁县','3',9,'S',NULL,'1','062350','130900'),('130927','2018-01-30 19:30:19',NULL,NULL,NULL,'南皮县','河北省沧州市南皮县','3',10,'N',NULL,'1','061500','130900'),('130928','2018-01-30 19:30:19',NULL,NULL,NULL,'吴桥县','河北省沧州市吴桥县','3',11,'W',NULL,'1','061800','130900'),('130929','2018-01-30 19:30:19',NULL,NULL,NULL,'献县','河北省沧州市献县','3',12,'X',NULL,'1','062250','130900'),('130930','2018-01-30 19:30:19',NULL,NULL,NULL,'孟村回族自治县','河北省沧州市孟村回族自治县','3',13,'M',NULL,'1','061400','130900'),('130981','2018-01-30 19:30:19',NULL,NULL,NULL,'泊头市','河北省沧州市泊头市','3',14,'B',NULL,'1','062150','130900'),('130982','2018-01-30 19:30:19',NULL,NULL,NULL,'任丘市','河北省沧州市任丘市','3',15,'R',NULL,'1','062550','130900'),('130983','2018-01-30 19:30:19',NULL,NULL,NULL,'黄骅市','河北省沧州市黄骅市','3',16,'H',NULL,'1','061100','130900'),('130984','2018-01-30 19:30:19',NULL,NULL,NULL,'河间市','河北省沧州市河间市','3',17,'H',NULL,'1','062450','130900'),('131000','2018-01-30 19:30:19',NULL,NULL,NULL,'廊坊市','河北省廊坊市','2',10,'L',NULL,'1','065000','130000'),('131001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省廊坊市市辖区','3',1,'S',NULL,'1',NULL,'131000'),('131002','2018-01-30 19:30:19',NULL,NULL,NULL,'安次区','河北省廊坊市安次区','3',2,'A',NULL,'1','065000','131000'),('131003','2018-01-30 19:30:19',NULL,NULL,NULL,'广阳区','河北省廊坊市广阳区','3',3,'G',NULL,'1','065000','131000'),('131022','2018-01-30 19:30:19',NULL,NULL,NULL,'固安县','河北省廊坊市固安县','3',4,'G',NULL,'1','065500','131000'),('131023','2018-01-30 19:30:19',NULL,NULL,NULL,'永清县','河北省廊坊市永清县','3',5,'Y',NULL,'1','065600','131000'),('131024','2018-01-30 19:30:19',NULL,NULL,NULL,'香河县','河北省廊坊市香河县','3',6,'X',NULL,'1','065400','131000'),('131025','2018-01-30 19:30:19',NULL,NULL,NULL,'大城县','河北省廊坊市大城县','3',7,'D',NULL,'1','065900','131000'),('131026','2018-01-30 19:30:19',NULL,NULL,NULL,'文安县','河北省廊坊市文安县','3',8,'W',NULL,'1','065800','131000'),('131028','2018-01-30 19:30:19',NULL,NULL,NULL,'大厂回族自治县','河北省廊坊市大厂回族自治县','3',9,'D',NULL,'1','065300','131000'),('131081','2018-01-30 19:30:19',NULL,NULL,NULL,'霸州市','河北省廊坊市霸州市','3',10,'B',NULL,'1','065700','131000'),('131082','2018-01-30 19:30:19',NULL,NULL,NULL,'三河市','河北省廊坊市三河市','3',11,'S',NULL,'1','065200','131000'),('131100','2018-01-30 19:30:19',NULL,NULL,NULL,'衡水市','河北省衡水市','2',11,'H',NULL,'1','053000','130000'),('131101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河北省衡水市市辖区','3',1,'S',NULL,'1',NULL,'131100'),('131102','2018-01-30 19:30:19',NULL,NULL,NULL,'桃城区','河北省衡水市桃城区','3',2,'T',NULL,'1','053000','131100'),('131103','2018-01-30 19:30:19',NULL,NULL,NULL,'冀州区','河北省衡水市冀州区','3',3,'J',NULL,'1',NULL,'131100'),('131121','2018-01-30 19:30:19',NULL,NULL,NULL,'枣强县','河北省衡水市枣强县','3',4,'Z',NULL,'1','053100','131100'),('131122','2018-01-30 19:30:19',NULL,NULL,NULL,'武邑县','河北省衡水市武邑县','3',5,'W',NULL,'1','053400','131100'),('131123','2018-01-30 19:30:19',NULL,NULL,NULL,'武强县','河北省衡水市武强县','3',6,'W',NULL,'1','053300','131100'),('131124','2018-01-30 19:30:19',NULL,NULL,NULL,'饶阳县','河北省衡水市饶阳县','3',7,'R',NULL,'1','053900','131100'),('131125','2018-01-30 19:30:19',NULL,NULL,NULL,'安平县','河北省衡水市安平县','3',8,'A',NULL,'1','053600','131100'),('131126','2018-01-30 19:30:19',NULL,NULL,NULL,'故城县','河北省衡水市故城县','3',9,'G',NULL,'1','053800','131100'),('131127','2018-01-30 19:30:19',NULL,NULL,NULL,'景县','河北省衡水市景县','3',10,'J',NULL,'1','053500','131100'),('131128','2018-01-30 19:30:19',NULL,NULL,NULL,'阜城县','河北省衡水市阜城县','3',11,'F',NULL,'1','053700','131100'),('131182','2018-01-30 19:30:19',NULL,NULL,NULL,'深州市','河北省衡水市深州市','3',12,'S',NULL,'1','053800','131100'),('139000','2018-01-30 19:30:19',NULL,NULL,NULL,'省直辖县级行政区划','河北省省直辖县级行政区划','2',12,'S',NULL,'1',NULL,'130000'),('139001','2018-01-30 19:30:19',NULL,NULL,NULL,'定州市','河北省省直辖县级行政区划定州市','3',1,'D',NULL,'1',NULL,'139000'),('139002','2018-01-30 19:30:19',NULL,NULL,NULL,'辛集市','河北省省直辖县级行政区划辛集市','3',2,'X',NULL,'1',NULL,'139000'),('140000','2018-01-30 19:30:19',NULL,NULL,NULL,'山西省','山西省','1',4,'S',NULL,'0','','100000'),('140100','2018-01-30 19:30:19',NULL,NULL,NULL,'太原市','山西省太原市','2',1,'T',NULL,'1','030082','140000'),('140101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省太原市市辖区','3',1,'S',NULL,'1',NULL,'140100'),('140105','2018-01-30 19:30:19',NULL,NULL,NULL,'小店区','山西省太原市小店区','3',2,'X',NULL,'1','030032','140100'),('140106','2018-01-30 19:30:19',NULL,NULL,NULL,'迎泽区','山西省太原市迎泽区','3',3,'Y',NULL,'1','030002','140100'),('140107','2018-01-30 19:30:19',NULL,NULL,NULL,'杏花岭区','山西省太原市杏花岭区','3',4,'X',NULL,'1','030009','140100'),('140108','2018-01-30 19:30:19',NULL,NULL,NULL,'尖草坪区','山西省太原市尖草坪区','3',5,'J',NULL,'1','030023','140100'),('140109','2018-01-30 19:30:19',NULL,NULL,NULL,'万柏林区','山西省太原市万柏林区','3',6,'W',NULL,'1','030024','140100'),('140110','2018-01-30 19:30:19',NULL,NULL,NULL,'晋源区','山西省太原市晋源区','3',7,'J',NULL,'1','030025','140100'),('140121','2018-01-30 19:30:19',NULL,NULL,NULL,'清徐县','山西省太原市清徐县','3',8,'Q',NULL,'1','030400','140100'),('140122','2018-01-30 19:30:19',NULL,NULL,NULL,'阳曲县','山西省太原市阳曲县','3',9,'Y',NULL,'1','030100','140100'),('140123','2018-01-30 19:30:19',NULL,NULL,NULL,'娄烦县','山西省太原市娄烦县','3',10,'L',NULL,'1','030300','140100'),('140181','2018-01-30 19:30:19',NULL,NULL,NULL,'古交市','山西省太原市古交市','3',11,'G',NULL,'1','030200','140100'),('140200','2018-01-30 19:30:19',NULL,NULL,NULL,'大同市','山西省大同市','2',2,'D',NULL,'1','037008','140000'),('140201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省大同市市辖区','3',1,'S',NULL,'1',NULL,'140200'),('140202','2018-01-30 19:30:19',NULL,NULL,NULL,'城区','山西省大同市城区','3',2,'C',NULL,'1','037008','140200'),('140203','2018-01-30 19:30:19',NULL,NULL,NULL,'矿区','山西省大同市矿区','3',3,'K',NULL,'1','037003','140200'),('140211','2018-01-30 19:30:19',NULL,NULL,NULL,'南郊区','山西省大同市南郊区','3',4,'N',NULL,'1','037001','140200'),('140212','2018-01-30 19:30:19',NULL,NULL,NULL,'新荣区','山西省大同市新荣区','3',5,'X',NULL,'1','037002','140200'),('140221','2018-01-30 19:30:19',NULL,NULL,NULL,'阳高县','山西省大同市阳高县','3',6,'Y',NULL,'1','038100','140200'),('140222','2018-01-30 19:30:19',NULL,NULL,NULL,'天镇县','山西省大同市天镇县','3',7,'T',NULL,'1','038200','140200'),('140223','2018-01-30 19:30:19',NULL,NULL,NULL,'广灵县','山西省大同市广灵县','3',8,'G',NULL,'1','037500','140200'),('140224','2018-01-30 19:30:19',NULL,NULL,NULL,'灵丘县','山西省大同市灵丘县','3',9,'L',NULL,'1','034400','140200'),('140225','2018-01-30 19:30:19',NULL,NULL,NULL,'浑源县','山西省大同市浑源县','3',10,'H',NULL,'1','037400','140200'),('140226','2018-01-30 19:30:19',NULL,NULL,NULL,'左云县','山西省大同市左云县','3',11,'Z',NULL,'1','037100','140200'),('140227','2018-01-30 19:30:19',NULL,NULL,NULL,'大同县','山西省大同市大同县','3',12,'D',NULL,'1','037300','140200'),('140300','2018-01-30 19:30:19',NULL,NULL,NULL,'阳泉市','山西省阳泉市','2',3,'Y',NULL,'1','045000','140000'),('140301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省阳泉市市辖区','3',1,'S',NULL,'1',NULL,'140300'),('140302','2018-01-30 19:30:19',NULL,NULL,NULL,'城区','山西省阳泉市城区','3',2,'C',NULL,'1','045000','140300'),('140303','2018-01-30 19:30:19',NULL,NULL,NULL,'矿区','山西省阳泉市矿区','3',3,'K',NULL,'1','045000','140300'),('140311','2018-01-30 19:30:19',NULL,NULL,NULL,'郊区','山西省阳泉市郊区','3',4,'J',NULL,'1','045011','140300'),('140321','2018-01-30 19:30:19',NULL,NULL,NULL,'平定县','山西省阳泉市平定县','3',5,'P',NULL,'1','045200','140300'),('140322','2018-01-30 19:30:19',NULL,NULL,NULL,'盂县','山西省阳泉市盂县','3',6,'Y',NULL,'1','045100','140300'),('140400','2018-01-30 19:30:19',NULL,NULL,NULL,'长治市','山西省长治市','2',4,'C',NULL,'1','046000','140000'),('140401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省长治市市辖区','3',1,'S',NULL,'1',NULL,'140400'),('140402','2018-01-30 19:30:19',NULL,NULL,NULL,'城区','山西省长治市城区','3',2,'C',NULL,'1','046011','140400'),('140411','2018-01-30 19:30:19',NULL,NULL,NULL,'郊区','山西省长治市郊区','3',3,'J',NULL,'1','046011','140400'),('140421','2018-01-30 19:30:19',NULL,NULL,NULL,'长治县','山西省长治市长治县','3',4,'C',NULL,'1','047100','140400'),('140423','2018-01-30 19:30:19',NULL,NULL,NULL,'襄垣县','山西省长治市襄垣县','3',5,'X',NULL,'1','046200','140400'),('140424','2018-01-30 19:30:19',NULL,NULL,NULL,'屯留县','山西省长治市屯留县','3',6,'T',NULL,'1','046100','140400'),('140425','2018-01-30 19:30:19',NULL,NULL,NULL,'平顺县','山西省长治市平顺县','3',7,'P',NULL,'1','047400','140400'),('140426','2018-01-30 19:30:19',NULL,NULL,NULL,'黎城县','山西省长治市黎城县','3',8,'L',NULL,'1','047600','140400'),('140427','2018-01-30 19:30:19',NULL,NULL,NULL,'壶关县','山西省长治市壶关县','3',9,'H',NULL,'1','047300','140400'),('140428','2018-01-30 19:30:19',NULL,NULL,NULL,'长子县','山西省长治市长子县','3',10,'C',NULL,'1','046600','140400'),('140429','2018-01-30 19:30:19',NULL,NULL,NULL,'武乡县','山西省长治市武乡县','3',11,'W',NULL,'1','046300','140400'),('140430','2018-01-30 19:30:19',NULL,NULL,NULL,'沁县','山西省长治市沁县','3',12,'Q',NULL,'1','046400','140400'),('140431','2018-01-30 19:30:19',NULL,NULL,NULL,'沁源县','山西省长治市沁源县','3',13,'Q',NULL,'1','046500','140400'),('140481','2018-01-30 19:30:19',NULL,NULL,NULL,'潞城市','山西省长治市潞城市','3',14,'L',NULL,'1','047500','140400'),('140500','2018-01-30 19:30:19',NULL,NULL,NULL,'晋城市','山西省晋城市','2',5,'J',NULL,'1','048000','140000'),('140501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省晋城市市辖区','3',1,'S',NULL,'1',NULL,'140500'),('140502','2018-01-30 19:30:19',NULL,NULL,NULL,'城区','山西省晋城市城区','3',2,'C',NULL,'1','048000','140500'),('140521','2018-01-30 19:30:19',NULL,NULL,NULL,'沁水县','山西省晋城市沁水县','3',3,'Q',NULL,'1','048200','140500'),('140522','2018-01-30 19:30:19',NULL,NULL,NULL,'阳城县','山西省晋城市阳城县','3',4,'Y',NULL,'1','048100','140500'),('140524','2018-01-30 19:30:19',NULL,NULL,NULL,'陵川县','山西省晋城市陵川县','3',5,'L',NULL,'1','048300','140500'),('140525','2018-01-30 19:30:19',NULL,NULL,NULL,'泽州县','山西省晋城市泽州县','3',6,'Z',NULL,'1','048012','140500'),('140581','2018-01-30 19:30:19',NULL,NULL,NULL,'高平市','山西省晋城市高平市','3',7,'G',NULL,'1','048400','140500'),('140600','2018-01-30 19:30:19',NULL,NULL,NULL,'朔州市','山西省朔州市','2',6,'S',NULL,'1','038500','140000'),('140601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省朔州市市辖区','3',1,'S',NULL,'1',NULL,'140600'),('140602','2018-01-30 19:30:19',NULL,NULL,NULL,'朔城区','山西省朔州市朔城区','3',2,'S',NULL,'1','036000','140600'),('140603','2018-01-30 19:30:19',NULL,NULL,NULL,'平鲁区','山西省朔州市平鲁区','3',3,'P',NULL,'1','038600','140600'),('140621','2018-01-30 19:30:19',NULL,NULL,NULL,'山阴县','山西省朔州市山阴县','3',4,'S',NULL,'1','036900','140600'),('140622','2018-01-30 19:30:19',NULL,NULL,NULL,'应县','山西省朔州市应县','3',5,'Y',NULL,'1','037600','140600'),('140623','2018-01-30 19:30:19',NULL,NULL,NULL,'右玉县','山西省朔州市右玉县','3',6,'Y',NULL,'1','037200','140600'),('140624','2018-01-30 19:30:19',NULL,NULL,NULL,'怀仁县','山西省朔州市怀仁县','3',7,'H',NULL,'1','038300','140600'),('140700','2018-01-30 19:30:19',NULL,NULL,NULL,'晋中市','山西省晋中市','2',7,'J',NULL,'1','030600','140000'),('140701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省晋中市市辖区','3',1,'S',NULL,'1',NULL,'140700'),('140702','2018-01-30 19:30:19',NULL,NULL,NULL,'榆次区','山西省晋中市榆次区','3',2,'Y',NULL,'1','030600','140700'),('140721','2018-01-30 19:30:19',NULL,NULL,NULL,'榆社县','山西省晋中市榆社县','3',3,'Y',NULL,'1','031800','140700'),('140722','2018-01-30 19:30:19',NULL,NULL,NULL,'左权县','山西省晋中市左权县','3',4,'Z',NULL,'1','032600','140700'),('140723','2018-01-30 19:30:19',NULL,NULL,NULL,'和顺县','山西省晋中市和顺县','3',5,'H',NULL,'1','032700','140700'),('140724','2018-01-30 19:30:19',NULL,NULL,NULL,'昔阳县','山西省晋中市昔阳县','3',6,'X',NULL,'1','045300','140700'),('140725','2018-01-30 19:30:19',NULL,NULL,NULL,'寿阳县','山西省晋中市寿阳县','3',7,'S',NULL,'1','045400','140700'),('140726','2018-01-30 19:30:19',NULL,NULL,NULL,'太谷县','山西省晋中市太谷县','3',8,'T',NULL,'1','030800','140700'),('140727','2018-01-30 19:30:19',NULL,NULL,NULL,'祁县','山西省晋中市祁县','3',9,'Q',NULL,'1','030900','140700'),('140728','2018-01-30 19:30:19',NULL,NULL,NULL,'平遥县','山西省晋中市平遥县','3',10,'P',NULL,'1','031100','140700'),('140729','2018-01-30 19:30:19',NULL,NULL,NULL,'灵石县','山西省晋中市灵石县','3',11,'L',NULL,'1','031300','140700'),('140781','2018-01-30 19:30:19',NULL,NULL,NULL,'介休市','山西省晋中市介休市','3',12,'J',NULL,'1','032000','140700'),('140800','2018-01-30 19:30:19',NULL,NULL,NULL,'运城市','山西省运城市','2',8,'Y',NULL,'1','044000','140000'),('140801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省运城市市辖区','3',1,'S',NULL,'1',NULL,'140800'),('140802','2018-01-30 19:30:19',NULL,NULL,NULL,'盐湖区','山西省运城市盐湖区','3',2,'Y',NULL,'1','044000','140800'),('140821','2018-01-30 19:30:19',NULL,NULL,NULL,'临猗县','山西省运城市临猗县','3',3,'L',NULL,'1','044100','140800'),('140822','2018-01-30 19:30:19',NULL,NULL,NULL,'万荣县','山西省运城市万荣县','3',4,'W',NULL,'1','044200','140800'),('140823','2018-01-30 19:30:19',NULL,NULL,NULL,'闻喜县','山西省运城市闻喜县','3',5,'W',NULL,'1','043800','140800'),('140824','2018-01-30 19:30:19',NULL,NULL,NULL,'稷山县','山西省运城市稷山县','3',6,'Z',NULL,'1','043200','140800'),('140825','2018-01-30 19:30:19',NULL,NULL,NULL,'新绛县','山西省运城市新绛县','3',7,'X',NULL,'1','043100','140800'),('140826','2018-01-30 19:30:19',NULL,NULL,NULL,'绛县','山西省运城市绛县','3',8,'Z',NULL,'1','043600','140800'),('140827','2018-01-30 19:30:19',NULL,NULL,NULL,'垣曲县','山西省运城市垣曲县','3',9,'Y',NULL,'1','043700','140800'),('140828','2018-01-30 19:30:19',NULL,NULL,NULL,'夏县','山西省运城市夏县','3',10,'X',NULL,'1','044400','140800'),('140829','2018-01-30 19:30:19',NULL,NULL,NULL,'平陆县','山西省运城市平陆县','3',11,'P',NULL,'1','044300','140800'),('140830','2018-01-30 19:30:19',NULL,NULL,NULL,'芮城县','山西省运城市芮城县','3',12,'Z',NULL,'1','044600','140800'),('140881','2018-01-30 19:30:19',NULL,NULL,NULL,'永济市','山西省运城市永济市','3',13,'Y',NULL,'1','044500','140800'),('140882','2018-01-30 19:30:19',NULL,NULL,NULL,'河津市','山西省运城市河津市','3',14,'H',NULL,'1','043300','140800'),('140900','2018-01-30 19:30:19',NULL,NULL,NULL,'忻州市','山西省忻州市','2',9,'X',NULL,'1','034000','140000'),('140901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省忻州市市辖区','3',1,'S',NULL,'1',NULL,'140900'),('140902','2018-01-30 19:30:19',NULL,NULL,NULL,'忻府区','山西省忻州市忻府区','3',2,'X',NULL,'1','034000','140900'),('140921','2018-01-30 19:30:19',NULL,NULL,NULL,'定襄县','山西省忻州市定襄县','3',3,'D',NULL,'1','035400','140900'),('140922','2018-01-30 19:30:19',NULL,NULL,NULL,'五台县','山西省忻州市五台县','3',4,'W',NULL,'1','035500','140900'),('140923','2018-01-30 19:30:19',NULL,NULL,NULL,'代县','山西省忻州市代县','3',5,'D',NULL,'1','034200','140900'),('140924','2018-01-30 19:30:19',NULL,NULL,NULL,'繁峙县','山西省忻州市繁峙县','3',6,'F',NULL,'1','034300','140900'),('140925','2018-01-30 19:30:19',NULL,NULL,NULL,'宁武县','山西省忻州市宁武县','3',7,'N',NULL,'1','036700','140900'),('140926','2018-01-30 19:30:19',NULL,NULL,NULL,'静乐县','山西省忻州市静乐县','3',8,'J',NULL,'1','035100','140900'),('140927','2018-01-30 19:30:19',NULL,NULL,NULL,'神池县','山西省忻州市神池县','3',9,'S',NULL,'1','036100','140900'),('140928','2018-01-30 19:30:19',NULL,NULL,NULL,'五寨县','山西省忻州市五寨县','3',10,'W',NULL,'1','036200','140900'),('140929','2018-01-30 19:30:19',NULL,NULL,NULL,'岢岚县','山西省忻州市岢岚县','3',11,'Z',NULL,'1','036300','140900'),('140930','2018-01-30 19:30:19',NULL,NULL,NULL,'河曲县','山西省忻州市河曲县','3',12,'H',NULL,'1','036500','140900'),('140931','2018-01-30 19:30:19',NULL,NULL,NULL,'保德县','山西省忻州市保德县','3',13,'B',NULL,'1','036600','140900'),('140932','2018-01-30 19:30:19',NULL,NULL,NULL,'偏关县','山西省忻州市偏关县','3',14,'P',NULL,'1','036400','140900'),('140981','2018-01-30 19:30:19',NULL,NULL,NULL,'原平市','山西省忻州市原平市','3',15,'Y',NULL,'1','034100','140900'),('141000','2018-01-30 19:30:19',NULL,NULL,NULL,'临汾市','山西省临汾市','2',10,'L',NULL,'1','041000','140000'),('141001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省临汾市市辖区','3',1,'S',NULL,'1',NULL,'141000'),('141002','2018-01-30 19:30:19',NULL,NULL,NULL,'尧都区','山西省临汾市尧都区','3',2,'Y',NULL,'1','041000','141000'),('141021','2018-01-30 19:30:19',NULL,NULL,NULL,'曲沃县','山西省临汾市曲沃县','3',3,'Q',NULL,'1','043400','141000'),('141022','2018-01-30 19:30:19',NULL,NULL,NULL,'翼城县','山西省临汾市翼城县','3',4,'Y',NULL,'1','043500','141000'),('141023','2018-01-30 19:30:19',NULL,NULL,NULL,'襄汾县','山西省临汾市襄汾县','3',5,'X',NULL,'1','041500','141000'),('141024','2018-01-30 19:30:19',NULL,NULL,NULL,'洪洞县','山西省临汾市洪洞县','3',6,'H',NULL,'1','041600','141000'),('141025','2018-01-30 19:30:19',NULL,NULL,NULL,'古县','山西省临汾市古县','3',7,'G',NULL,'1','042400','141000'),('141026','2018-01-30 19:30:19',NULL,NULL,NULL,'安泽县','山西省临汾市安泽县','3',8,'A',NULL,'1','042500','141000'),('141027','2018-01-30 19:30:19',NULL,NULL,NULL,'浮山县','山西省临汾市浮山县','3',9,'F',NULL,'1','042600','141000'),('141028','2018-01-30 19:30:19',NULL,NULL,NULL,'吉县','山西省临汾市吉县','3',10,'J',NULL,'1','042200','141000'),('141029','2018-01-30 19:30:19',NULL,NULL,NULL,'乡宁县','山西省临汾市乡宁县','3',11,'X',NULL,'1','042100','141000'),('141030','2018-01-30 19:30:19',NULL,NULL,NULL,'大宁县','山西省临汾市大宁县','3',12,'D',NULL,'1','042300','141000'),('141031','2018-01-30 19:30:19',NULL,NULL,NULL,'隰县','山西省临汾市隰县','3',13,'Z',NULL,'1','041300','141000'),('141032','2018-01-30 19:30:19',NULL,NULL,NULL,'永和县','山西省临汾市永和县','3',14,'Y',NULL,'1','041400','141000'),('141033','2018-01-30 19:30:19',NULL,NULL,NULL,'蒲县','山西省临汾市蒲县','3',15,'P',NULL,'1','041200','141000'),('141034','2018-01-30 19:30:19',NULL,NULL,NULL,'汾西县','山西省临汾市汾西县','3',16,'F',NULL,'1','031500','141000'),('141081','2018-01-30 19:30:19',NULL,NULL,NULL,'侯马市','山西省临汾市侯马市','3',17,'H',NULL,'1','043000','141000'),('141082','2018-01-30 19:30:19',NULL,NULL,NULL,'霍州市','山西省临汾市霍州市','3',18,'H',NULL,'1','031400','141000'),('141100','2018-01-30 19:30:19',NULL,NULL,NULL,'吕梁市','山西省吕梁市','2',11,'L',NULL,'1','033000','140000'),('141101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山西省吕梁市市辖区','3',1,'S',NULL,'1',NULL,'141100'),('141102','2018-01-30 19:30:19',NULL,NULL,NULL,'离石区','山西省吕梁市离石区','3',2,'L',NULL,'1','033000','141100'),('141121','2018-01-30 19:30:19',NULL,NULL,NULL,'文水县','山西省吕梁市文水县','3',3,'W',NULL,'1','032100','141100'),('141122','2018-01-30 19:30:19',NULL,NULL,NULL,'交城县','山西省吕梁市交城县','3',4,'J',NULL,'1','030500','141100'),('141123','2018-01-30 19:30:19',NULL,NULL,NULL,'兴县','山西省吕梁市兴县','3',5,'X',NULL,'1','033600','141100'),('141124','2018-01-30 19:30:19',NULL,NULL,NULL,'临县','山西省吕梁市临县','3',6,'L',NULL,'1','033200','141100'),('141125','2018-01-30 19:30:19',NULL,NULL,NULL,'柳林县','山西省吕梁市柳林县','3',7,'L',NULL,'1','033300','141100'),('141126','2018-01-30 19:30:19',NULL,NULL,NULL,'石楼县','山西省吕梁市石楼县','3',8,'S',NULL,'1','032500','141100'),('141127','2018-01-30 19:30:19',NULL,NULL,NULL,'岚县','山西省吕梁市岚县','3',9,'Z',NULL,'1','033500','141100'),('141128','2018-01-30 19:30:19',NULL,NULL,NULL,'方山县','山西省吕梁市方山县','3',10,'F',NULL,'1','033100','141100'),('141129','2018-01-30 19:30:19',NULL,NULL,NULL,'中阳县','山西省吕梁市中阳县','3',11,'Z',NULL,'1','033400','141100'),('141130','2018-01-30 19:30:19',NULL,NULL,NULL,'交口县','山西省吕梁市交口县','3',12,'J',NULL,'1','032400','141100'),('141181','2018-01-30 19:30:19',NULL,NULL,NULL,'孝义市','山西省吕梁市孝义市','3',13,'X',NULL,'1','032300','141100'),('141182','2018-01-30 19:30:19',NULL,NULL,NULL,'汾阳市','山西省吕梁市汾阳市','3',14,'F',NULL,'1','032200','141100'),('150000','2018-01-30 19:30:19',NULL,NULL,NULL,'内蒙古自治区','内蒙古自治区','1',5,'N',NULL,'1','','100000'),('150100','2018-01-30 19:30:19',NULL,NULL,NULL,'呼和浩特市','内蒙古自治区呼和浩特市','2',1,'H',NULL,'1','010000','150000'),('150101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区呼和浩特市市辖区','3',1,'S',NULL,'1','','150100'),('150102','2018-01-30 19:30:19',NULL,NULL,NULL,'新城区','内蒙古自治区呼和浩特市新城区','3',2,'X',NULL,'1','010050','150100'),('150103','2018-01-30 19:30:19',NULL,NULL,NULL,'回民区','内蒙古自治区呼和浩特市回民区','3',3,'H',NULL,'1','010030','150100'),('150104','2018-01-30 19:30:19',NULL,NULL,NULL,'玉泉区','内蒙古自治区呼和浩特市玉泉区','3',4,'Y',NULL,'1','010020','150100'),('150105','2018-01-30 19:30:19',NULL,NULL,NULL,'赛罕区','内蒙古自治区呼和浩特市赛罕区','3',5,'S',NULL,'1','010020','150100'),('150121','2018-01-30 19:30:19',NULL,NULL,NULL,'土默特左旗','内蒙古自治区呼和浩特市土默特左旗','3',6,'T',NULL,'1','010100','150100'),('150122','2018-01-30 19:30:19',NULL,NULL,NULL,'托克托县','内蒙古自治区呼和浩特市托克托县','3',7,'T',NULL,'1','010200','150100'),('150123','2018-01-30 19:30:19',NULL,NULL,NULL,'和林格尔县','内蒙古自治区呼和浩特市和林格尔县','3',8,'H',NULL,'1','011500','150100'),('150124','2018-01-30 19:30:19',NULL,NULL,NULL,'清水河县','内蒙古自治区呼和浩特市清水河县','3',9,'Q',NULL,'1','011600','150100'),('150125','2018-01-30 19:30:19',NULL,NULL,NULL,'武川县','内蒙古自治区呼和浩特市武川县','3',10,'W',NULL,'1','011700','150100'),('150200','2018-01-30 19:30:19',NULL,NULL,NULL,'包头市','内蒙古自治区包头市','2',2,'B',NULL,'1','014025','150000'),('150201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区包头市市辖区','3',1,'S',NULL,'1',NULL,'150200'),('150202','2018-01-30 19:30:19',NULL,NULL,NULL,'东河区','内蒙古自治区包头市东河区','3',2,'D',NULL,'1','014040','150200'),('150203','2018-01-30 19:30:19',NULL,NULL,NULL,'昆都仑区','内蒙古自治区包头市昆都仑区','3',3,'K',NULL,'1','014010','150200'),('150204','2018-01-30 19:30:19',NULL,NULL,NULL,'青山区','内蒙古自治区包头市青山区','3',4,'Q',NULL,'1','014030','150200'),('150205','2018-01-30 19:30:19',NULL,NULL,NULL,'石拐区','内蒙古自治区包头市石拐区','3',5,'S',NULL,'1','014070','150200'),('150206','2018-01-30 19:30:19',NULL,NULL,NULL,'白云鄂博矿区','内蒙古自治区包头市白云鄂博矿区','3',6,'B',NULL,'1','014080','150200'),('150207','2018-01-30 19:30:19',NULL,NULL,NULL,'九原区','内蒙古自治区包头市九原区','3',7,'J',NULL,'1','014060','150200'),('150221','2018-01-30 19:30:19',NULL,NULL,NULL,'土默特右旗','内蒙古自治区包头市土默特右旗','3',8,'T',NULL,'1','014100','150200'),('150222','2018-01-30 19:30:19',NULL,NULL,NULL,'固阳县','内蒙古自治区包头市固阳县','3',9,'G',NULL,'1','014200','150200'),('150223','2018-01-30 19:30:19',NULL,NULL,NULL,'达尔罕茂明安联合旗','内蒙古自治区包头市达尔罕茂明安联合旗','3',10,'D',NULL,'1','014500','150200'),('150300','2018-01-30 19:30:19',NULL,NULL,NULL,'乌海市','内蒙古自治区乌海市','2',3,'W',NULL,'1','016000','150000'),('150301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区乌海市市辖区','3',1,'S',NULL,'1',NULL,'150300'),('150302','2018-01-30 19:30:19',NULL,NULL,NULL,'海勃湾区','内蒙古自治区乌海市海勃湾区','3',2,'H',NULL,'1','016000','150300'),('150303','2018-01-30 19:30:19',NULL,NULL,NULL,'海南区','内蒙古自治区乌海市海南区','3',3,'H',NULL,'1','016030','150300'),('150304','2018-01-30 19:30:19',NULL,NULL,NULL,'乌达区','内蒙古自治区乌海市乌达区','3',4,'W',NULL,'1','016040','150300'),('150400','2018-01-30 19:30:19',NULL,NULL,NULL,'赤峰市','内蒙古自治区赤峰市','2',4,'C',NULL,'1','024000','150000'),('150401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区赤峰市市辖区','3',1,'S',NULL,'1',NULL,'150400'),('150402','2018-01-30 19:30:19',NULL,NULL,NULL,'红山区','内蒙古自治区赤峰市红山区','3',2,'H',NULL,'1','024020','150400'),('150403','2018-01-30 19:30:19',NULL,NULL,NULL,'元宝山区','内蒙古自治区赤峰市元宝山区','3',3,'Y',NULL,'1','024076','150400'),('150404','2018-01-30 19:30:19',NULL,NULL,NULL,'松山区','内蒙古自治区赤峰市松山区','3',4,'S',NULL,'1','024005','150400'),('150421','2018-01-30 19:30:19',NULL,NULL,NULL,'阿鲁科尔沁旗','内蒙古自治区赤峰市阿鲁科尔沁旗','3',5,'A',NULL,'1','025550','150400'),('150422','2018-01-30 19:30:19',NULL,NULL,NULL,'巴林左旗','内蒙古自治区赤峰市巴林左旗','3',6,'B',NULL,'1','025450','150400'),('150423','2018-01-30 19:30:19',NULL,NULL,NULL,'巴林右旗','内蒙古自治区赤峰市巴林右旗','3',7,'B',NULL,'1','025150','150400'),('150424','2018-01-30 19:30:19',NULL,NULL,NULL,'林西县','内蒙古自治区赤峰市林西县','3',8,'L',NULL,'1','025250','150400'),('150425','2018-01-30 19:30:19',NULL,NULL,NULL,'克什克腾旗','内蒙古自治区赤峰市克什克腾旗','3',9,'K',NULL,'1','025350','150400'),('150426','2018-01-30 19:30:19',NULL,NULL,NULL,'翁牛特旗','内蒙古自治区赤峰市翁牛特旗','3',10,'W',NULL,'1','024500','150400'),('150428','2018-01-30 19:30:19',NULL,NULL,NULL,'喀喇沁旗','内蒙古自治区赤峰市喀喇沁旗','3',11,'K',NULL,'1','024400','150400'),('150429','2018-01-30 19:30:19',NULL,NULL,NULL,'宁城县','内蒙古自治区赤峰市宁城县','3',12,'N',NULL,'1','024200','150400'),('150430','2018-01-30 19:30:19',NULL,NULL,NULL,'敖汉旗','内蒙古自治区赤峰市敖汉旗','3',13,'A',NULL,'1','024300','150400'),('150500','2018-01-30 19:30:19',NULL,NULL,NULL,'通辽市','内蒙古自治区通辽市','2',5,'T',NULL,'1','028000','150000'),('150501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区通辽市市辖区','3',1,'S',NULL,'1',NULL,'150500'),('150502','2018-01-30 19:30:19',NULL,NULL,NULL,'科尔沁区','内蒙古自治区通辽市科尔沁区','3',2,'K',NULL,'1','028000','150500'),('150521','2018-01-30 19:30:19',NULL,NULL,NULL,'科尔沁左翼中旗','内蒙古自治区通辽市科尔沁左翼中旗','3',3,'K',NULL,'1','029300','150500'),('150522','2018-01-30 19:30:19',NULL,NULL,NULL,'科尔沁左翼后旗','内蒙古自治区通辽市科尔沁左翼后旗','3',4,'K',NULL,'1','028100','150500'),('150523','2018-01-30 19:30:19',NULL,NULL,NULL,'开鲁县','内蒙古自治区通辽市开鲁县','3',5,'K',NULL,'1','028400','150500'),('150524','2018-01-30 19:30:19',NULL,NULL,NULL,'库伦旗','内蒙古自治区通辽市库伦旗','3',6,'K',NULL,'1','028200','150500'),('150525','2018-01-30 19:30:19',NULL,NULL,NULL,'奈曼旗','内蒙古自治区通辽市奈曼旗','3',7,'N',NULL,'1','028300','150500'),('150526','2018-01-30 19:30:19',NULL,NULL,NULL,'扎鲁特旗','内蒙古自治区通辽市扎鲁特旗','3',8,'Z',NULL,'1','029100','150500'),('150581','2018-01-30 19:30:19',NULL,NULL,NULL,'霍林郭勒市','内蒙古自治区通辽市霍林郭勒市','3',9,'H',NULL,'1','029200','150500'),('150600','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂尔多斯市','内蒙古自治区鄂尔多斯市','2',6,'E',NULL,'1','017004','150000'),('150601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区鄂尔多斯市市辖区','3',1,'S',NULL,'1',NULL,'150600'),('150602','2018-01-30 19:30:19',NULL,NULL,NULL,'东胜区','内蒙古自治区鄂尔多斯市东胜区','3',2,'D',NULL,'1','017000','150600'),('150603','2018-01-30 19:30:19',NULL,NULL,NULL,'康巴什区','内蒙古自治区鄂尔多斯市康巴什区','3',3,'K',NULL,'1',NULL,'150600'),('150621','2018-01-30 19:30:19',NULL,NULL,NULL,'达拉特旗','内蒙古自治区鄂尔多斯市达拉特旗','3',4,'D',NULL,'1','014300','150600'),('150622','2018-01-30 19:30:19',NULL,NULL,NULL,'准格尔旗','内蒙古自治区鄂尔多斯市准格尔旗','3',5,'Z',NULL,'1','017100','150600'),('150623','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂托克前旗','内蒙古自治区鄂尔多斯市鄂托克前旗','3',6,'E',NULL,'1','016200','150600'),('150624','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂托克旗','内蒙古自治区鄂尔多斯市鄂托克旗','3',7,'E',NULL,'1','016100','150600'),('150625','2018-01-30 19:30:19',NULL,NULL,NULL,'杭锦旗','内蒙古自治区鄂尔多斯市杭锦旗','3',8,'H',NULL,'1','017400','150600'),('150626','2018-01-30 19:30:19',NULL,NULL,NULL,'乌审旗','内蒙古自治区鄂尔多斯市乌审旗','3',9,'W',NULL,'1','017300','150600'),('150627','2018-01-30 19:30:19',NULL,NULL,NULL,'伊金霍洛旗','内蒙古自治区鄂尔多斯市伊金霍洛旗','3',10,'Y',NULL,'1','017200','150600'),('150700','2018-01-30 19:30:19',NULL,NULL,NULL,'呼伦贝尔市','内蒙古自治区呼伦贝尔市','2',7,'H',NULL,'1','021008','150000'),('150701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区呼伦贝尔市市辖区','3',1,'S',NULL,'1',NULL,'150700'),('150702','2018-01-30 19:30:19',NULL,NULL,NULL,'海拉尔区','内蒙古自治区呼伦贝尔市海拉尔区','3',2,'H',NULL,'1','021000','150700'),('150703','2018-01-30 19:30:19',NULL,NULL,NULL,'扎赉诺尔区','内蒙古自治区呼伦贝尔市扎赉诺尔区','3',3,'Z',NULL,'1','021410','150700'),('150721','2018-01-30 19:30:19',NULL,NULL,NULL,'阿荣旗','内蒙古自治区呼伦贝尔市阿荣旗','3',4,'A',NULL,'1','162750','150700'),('150722','2018-01-30 19:30:19',NULL,NULL,NULL,'莫力达瓦达斡尔族自治旗','内蒙古自治区呼伦贝尔市莫力达瓦达斡尔族自治旗','3',5,'M',NULL,'1','162850','150700'),('150723','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂伦春自治旗','内蒙古自治区呼伦贝尔市鄂伦春自治旗','3',6,'E',NULL,'1','165450','150700'),('150724','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂温克族自治旗','内蒙古自治区呼伦贝尔市鄂温克族自治旗','3',7,'E',NULL,'1','021100','150700'),('150725','2018-01-30 19:30:19',NULL,NULL,NULL,'陈巴尔虎旗','内蒙古自治区呼伦贝尔市陈巴尔虎旗','3',8,'C',NULL,'1','021500','150700'),('150726','2018-01-30 19:30:19',NULL,NULL,NULL,'新巴尔虎左旗','内蒙古自治区呼伦贝尔市新巴尔虎左旗','3',9,'X',NULL,'1','021200','150700'),('150727','2018-01-30 19:30:19',NULL,NULL,NULL,'新巴尔虎右旗','内蒙古自治区呼伦贝尔市新巴尔虎右旗','3',10,'X',NULL,'1','021300','150700'),('150781','2018-01-30 19:30:19',NULL,NULL,NULL,'满洲里市','内蒙古自治区呼伦贝尔市满洲里市','3',11,'M',NULL,'1','021400','150700'),('150782','2018-01-30 19:30:19',NULL,NULL,NULL,'牙克石市','内蒙古自治区呼伦贝尔市牙克石市','3',12,'Y',NULL,'1','022150','150700'),('150783','2018-01-30 19:30:19',NULL,NULL,NULL,'扎兰屯市','内蒙古自治区呼伦贝尔市扎兰屯市','3',13,'Z',NULL,'1','162650','150700'),('150784','2018-01-30 19:30:19',NULL,NULL,NULL,'额尔古纳市','内蒙古自治区呼伦贝尔市额尔古纳市','3',14,'E',NULL,'1','022250','150700'),('150785','2018-01-30 19:30:19',NULL,NULL,NULL,'根河市','内蒙古自治区呼伦贝尔市根河市','3',15,'G',NULL,'1','022350','150700'),('150800','2018-01-30 19:30:19',NULL,NULL,NULL,'巴彦淖尔市','内蒙古自治区巴彦淖尔市','2',8,'B',NULL,'1','015001','150000'),('150801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区巴彦淖尔市市辖区','3',1,'S',NULL,'1',NULL,'150800'),('150802','2018-01-30 19:30:19',NULL,NULL,NULL,'临河区','内蒙古自治区巴彦淖尔市临河区','3',2,'L',NULL,'1','015001','150800'),('150821','2018-01-30 19:30:19',NULL,NULL,NULL,'五原县','内蒙古自治区巴彦淖尔市五原县','3',3,'W',NULL,'1','015100','150800'),('150822','2018-01-30 19:30:19',NULL,NULL,NULL,'磴口县','内蒙古自治区巴彦淖尔市磴口县','3',4,'Z',NULL,'1','015200','150800'),('150823','2018-01-30 19:30:19',NULL,NULL,NULL,'乌拉特前旗','内蒙古自治区巴彦淖尔市乌拉特前旗','3',5,'W',NULL,'1','014400','150800'),('150824','2018-01-30 19:30:19',NULL,NULL,NULL,'乌拉特中旗','内蒙古自治区巴彦淖尔市乌拉特中旗','3',6,'W',NULL,'1','015300','150800'),('150825','2018-01-30 19:30:19',NULL,NULL,NULL,'乌拉特后旗','内蒙古自治区巴彦淖尔市乌拉特后旗','3',7,'W',NULL,'1','015500','150800'),('150826','2018-01-30 19:30:19',NULL,NULL,NULL,'杭锦后旗','内蒙古自治区巴彦淖尔市杭锦后旗','3',8,'H',NULL,'1','015400','150800'),('150900','2018-01-30 19:30:19',NULL,NULL,NULL,'乌兰察布市','内蒙古自治区乌兰察布市','2',9,'W',NULL,'1','012000','150000'),('150901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','内蒙古自治区乌兰察布市市辖区','3',1,'S',NULL,'1',NULL,'150900'),('150902','2018-01-30 19:30:19',NULL,NULL,NULL,'集宁区','内蒙古自治区乌兰察布市集宁区','3',2,'J',NULL,'1','012000','150900'),('150921','2018-01-30 19:30:19',NULL,NULL,NULL,'卓资县','内蒙古自治区乌兰察布市卓资县','3',3,'Z',NULL,'1','012300','150900'),('150922','2018-01-30 19:30:19',NULL,NULL,NULL,'化德县','内蒙古自治区乌兰察布市化德县','3',4,'H',NULL,'1','013350','150900'),('150923','2018-01-30 19:30:19',NULL,NULL,NULL,'商都县','内蒙古自治区乌兰察布市商都县','3',5,'S',NULL,'1','013450','150900'),('150924','2018-01-30 19:30:19',NULL,NULL,NULL,'兴和县','内蒙古自治区乌兰察布市兴和县','3',6,'X',NULL,'1','013650','150900'),('150925','2018-01-30 19:30:19',NULL,NULL,NULL,'凉城县','内蒙古自治区乌兰察布市凉城县','3',7,'L',NULL,'1','013750','150900'),('150926','2018-01-30 19:30:19',NULL,NULL,NULL,'察哈尔右翼前旗','内蒙古自治区乌兰察布市察哈尔右翼前旗','3',8,'C',NULL,'1','012200','150900'),('150927','2018-01-30 19:30:19',NULL,NULL,NULL,'察哈尔右翼中旗','内蒙古自治区乌兰察布市察哈尔右翼中旗','3',9,'C',NULL,'1','013550','150900'),('150928','2018-01-30 19:30:19',NULL,NULL,NULL,'察哈尔右翼后旗','内蒙古自治区乌兰察布市察哈尔右翼后旗','3',10,'C',NULL,'1','012400','150900'),('150929','2018-01-30 19:30:19',NULL,NULL,NULL,'四子王旗','内蒙古自治区乌兰察布市四子王旗','3',11,'S',NULL,'1','011800','150900'),('150981','2018-01-30 19:30:19',NULL,NULL,NULL,'丰镇市','内蒙古自治区乌兰察布市丰镇市','3',12,'F',NULL,'1','012100','150900'),('152200','2018-01-30 19:30:19',NULL,NULL,NULL,'兴安盟','内蒙古自治区兴安盟','2',10,'X',NULL,'1','137401','150000'),('152201','2018-01-30 19:30:19',NULL,NULL,NULL,'乌兰浩特市','内蒙古自治区兴安盟乌兰浩特市','3',1,'W',NULL,'1','137401','152200'),('152202','2018-01-30 19:30:19',NULL,NULL,NULL,'阿尔山市','内蒙古自治区兴安盟阿尔山市','3',2,'A',NULL,'1','137800','152200'),('152221','2018-01-30 19:30:19',NULL,NULL,NULL,'科尔沁右翼前旗','内蒙古自治区兴安盟科尔沁右翼前旗','3',3,'K',NULL,'1','137423','152200'),('152222','2018-01-30 19:30:19',NULL,NULL,NULL,'科尔沁右翼中旗','内蒙古自治区兴安盟科尔沁右翼中旗','3',4,'K',NULL,'1','029400','152200'),('152223','2018-01-30 19:30:19',NULL,NULL,NULL,'扎赉特旗','内蒙古自治区兴安盟扎赉特旗','3',5,'Z',NULL,'1','137600','152200'),('152224','2018-01-30 19:30:19',NULL,NULL,NULL,'突泉县','内蒙古自治区兴安盟突泉县','3',6,'T',NULL,'1','137500','152200'),('152500','2018-01-30 19:30:19',NULL,NULL,NULL,'锡林郭勒盟','内蒙古自治区锡林郭勒盟','2',11,'X',NULL,'1','026000','150000'),('152501','2018-01-30 19:30:19',NULL,NULL,NULL,'二连浩特市','内蒙古自治区锡林郭勒盟二连浩特市','3',1,'E',NULL,'1','011100','152500'),('152502','2018-01-30 19:30:19',NULL,NULL,NULL,'锡林浩特市','内蒙古自治区锡林郭勒盟锡林浩特市','3',2,'X',NULL,'1','026021','152500'),('152522','2018-01-30 19:30:19',NULL,NULL,NULL,'阿巴嘎旗','内蒙古自治区锡林郭勒盟阿巴嘎旗','3',3,'A',NULL,'1','011400','152500'),('152523','2018-01-30 19:30:19',NULL,NULL,NULL,'苏尼特左旗','内蒙古自治区锡林郭勒盟苏尼特左旗','3',4,'S',NULL,'1','011300','152500'),('152524','2018-01-30 19:30:19',NULL,NULL,NULL,'苏尼特右旗','内蒙古自治区锡林郭勒盟苏尼特右旗','3',5,'S',NULL,'1','011200','152500'),('152525','2018-01-30 19:30:19',NULL,NULL,NULL,'东乌珠穆沁旗','内蒙古自治区锡林郭勒盟东乌珠穆沁旗','3',6,'D',NULL,'1','026300','152500'),('152526','2018-01-30 19:30:19',NULL,NULL,NULL,'西乌珠穆沁旗','内蒙古自治区锡林郭勒盟西乌珠穆沁旗','3',7,'X',NULL,'1','026200','152500'),('152527','2018-01-30 19:30:19',NULL,NULL,NULL,'太仆寺旗','内蒙古自治区锡林郭勒盟太仆寺旗','3',8,'T',NULL,'1','027000','152500'),('152528','2018-01-30 19:30:19',NULL,NULL,NULL,'镶黄旗','内蒙古自治区锡林郭勒盟镶黄旗','3',9,'X',NULL,'1','013250','152500'),('152529','2018-01-30 19:30:19',NULL,NULL,NULL,'正镶白旗','内蒙古自治区锡林郭勒盟正镶白旗','3',10,'Z',NULL,'1','013800','152500'),('152530','2018-01-30 19:30:19',NULL,NULL,NULL,'正蓝旗','内蒙古自治区锡林郭勒盟正蓝旗','3',11,'Z',NULL,'1','027200','152500'),('152531','2018-01-30 19:30:19',NULL,NULL,NULL,'多伦县','内蒙古自治区锡林郭勒盟多伦县','3',12,'D',NULL,'1','027300','152500'),('152900','2018-01-30 19:30:19',NULL,NULL,NULL,'阿拉善盟','内蒙古自治区阿拉善盟','2',12,'A',NULL,'1','750306','150000'),('152921','2018-01-30 19:30:19',NULL,NULL,NULL,'阿拉善左旗','内蒙古自治区阿拉善盟阿拉善左旗','3',1,'A',NULL,'1','750306','152900'),('152922','2018-01-30 19:30:19',NULL,NULL,NULL,'阿拉善右旗','内蒙古自治区阿拉善盟阿拉善右旗','3',2,'A',NULL,'1','737300','152900'),('152923','2018-01-30 19:30:19',NULL,NULL,NULL,'额济纳旗','内蒙古自治区阿拉善盟额济纳旗','3',3,'E',NULL,'1','735400','152900'),('210000','2018-01-30 19:30:19',NULL,NULL,NULL,'辽宁省','辽宁省','1',6,'L',NULL,'0','','100000'),('210100','2018-01-30 19:30:19',NULL,NULL,NULL,'沈阳市','辽宁省沈阳市','2',1,'S',NULL,'1','110013','210000'),('210101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省沈阳市市辖区','3',1,'S',NULL,'1',NULL,'210100'),('210102','2018-01-30 19:30:19',NULL,NULL,NULL,'和平区','辽宁省沈阳市和平区','3',2,'H',NULL,'1','110001','210100'),('210103','2018-01-30 19:30:19',NULL,NULL,NULL,'沈河区','辽宁省沈阳市沈河区','3',3,'S',NULL,'1','110011','210100'),('210104','2018-01-30 19:30:19',NULL,NULL,NULL,'大东区','辽宁省沈阳市大东区','3',4,'D',NULL,'1','110041','210100'),('210105','2018-01-30 19:30:19',NULL,NULL,NULL,'皇姑区','辽宁省沈阳市皇姑区','3',5,'H',NULL,'1','110031','210100'),('210106','2018-01-30 19:30:19',NULL,NULL,NULL,'铁西区','辽宁省沈阳市铁西区','3',6,'T',NULL,'1','110021','210100'),('210111','2018-01-30 19:30:19',NULL,NULL,NULL,'苏家屯区','辽宁省沈阳市苏家屯区','3',7,'S',NULL,'1','110101','210100'),('210112','2018-01-30 19:30:19',NULL,NULL,NULL,'浑南区','辽宁省沈阳市浑南区','3',8,'H',NULL,'1','110015','210100'),('210113','2018-01-30 19:30:19',NULL,NULL,NULL,'沈北新区','辽宁省沈阳市沈北新区','3',9,'S',NULL,'1','110121','210100'),('210114','2018-01-30 19:30:19',NULL,NULL,NULL,'于洪区','辽宁省沈阳市于洪区','3',10,'Y',NULL,'1','110141','210100'),('210115','2018-01-30 19:30:19',NULL,NULL,NULL,'辽中区','辽宁省沈阳市辽中区','3',11,'L',NULL,'1',NULL,'210100'),('210123','2018-01-30 19:30:19',NULL,NULL,NULL,'康平县','辽宁省沈阳市康平县','3',12,'K',NULL,'1','110500','210100'),('210124','2018-01-30 19:30:19',NULL,NULL,NULL,'法库县','辽宁省沈阳市法库县','3',13,'F',NULL,'1','110400','210100'),('210181','2018-01-30 19:30:19',NULL,NULL,NULL,'新民市','辽宁省沈阳市新民市','3',14,'X',NULL,'1','110300','210100'),('210200','2018-01-30 19:30:19',NULL,NULL,NULL,'大连市','辽宁省大连市','2',2,'D',NULL,'1','116011','210000'),('210201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省大连市市辖区','3',1,'S',NULL,'1',NULL,'210200'),('210202','2018-01-30 19:30:19',NULL,NULL,NULL,'中山区','辽宁省大连市中山区','3',2,'Z',NULL,'1','116001','210200'),('210203','2018-01-30 19:30:19',NULL,NULL,NULL,'西岗区','辽宁省大连市西岗区','3',3,'X',NULL,'1','116011','210200'),('210204','2018-01-30 19:30:19',NULL,NULL,NULL,'沙河口区','辽宁省大连市沙河口区','3',4,'S',NULL,'1','116021','210200'),('210211','2018-01-30 19:30:19',NULL,NULL,NULL,'甘井子区','辽宁省大连市甘井子区','3',5,'G',NULL,'1','116033','210200'),('210212','2018-01-30 19:30:19',NULL,NULL,NULL,'旅顺口区','辽宁省大连市旅顺口区','3',6,'L',NULL,'1','116041','210200'),('210213','2018-01-30 19:30:19',NULL,NULL,NULL,'金州区','辽宁省大连市金州区','3',7,'J',NULL,'1','116100','210200'),('210214','2018-01-30 19:30:19',NULL,NULL,NULL,'普兰店区','辽宁省大连市普兰店区','3',8,'P',NULL,'1',NULL,'210200'),('210224','2018-01-30 19:30:19',NULL,NULL,NULL,'长海县','辽宁省大连市长海县','3',9,'C',NULL,'1','116500','210200'),('210281','2018-01-30 19:30:19',NULL,NULL,NULL,'瓦房店市','辽宁省大连市瓦房店市','3',10,'W',NULL,'1','116300','210200'),('210283','2018-01-30 19:30:19',NULL,NULL,NULL,'庄河市','辽宁省大连市庄河市','3',11,'Z',NULL,'1','116400','210200'),('210300','2018-01-30 19:30:19',NULL,NULL,NULL,'鞍山市','辽宁省鞍山市','2',3,'A',NULL,'1','114001','210000'),('210301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省鞍山市市辖区','3',1,'S',NULL,'1',NULL,'210300'),('210302','2018-01-30 19:30:19',NULL,NULL,NULL,'铁东区','辽宁省鞍山市铁东区','3',2,'T',NULL,'1','114001','210300'),('210303','2018-01-30 19:30:19',NULL,NULL,NULL,'铁西区','辽宁省鞍山市铁西区','3',3,'T',NULL,'1','114013','210300'),('210304','2018-01-30 19:30:19',NULL,NULL,NULL,'立山区','辽宁省鞍山市立山区','3',4,'L',NULL,'1','114031','210300'),('210311','2018-01-30 19:30:19',NULL,NULL,NULL,'千山区','辽宁省鞍山市千山区','3',5,'Q',NULL,'1','114041','210300'),('210321','2018-01-30 19:30:19',NULL,NULL,NULL,'台安县','辽宁省鞍山市台安县','3',6,'T',NULL,'1','114100','210300'),('210323','2018-01-30 19:30:19',NULL,NULL,NULL,'岫岩满族自治县','辽宁省鞍山市岫岩满族自治县','3',7,'Z',NULL,'1','114300','210300'),('210381','2018-01-30 19:30:19',NULL,NULL,NULL,'海城市','辽宁省鞍山市海城市','3',8,'H',NULL,'1','114200','210300'),('210400','2018-01-30 19:30:19',NULL,NULL,NULL,'抚顺市','辽宁省抚顺市','2',4,'F',NULL,'1','113008','210000'),('210401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省抚顺市市辖区','3',1,'S',NULL,'1',NULL,'210400'),('210402','2018-01-30 19:30:19',NULL,NULL,NULL,'新抚区','辽宁省抚顺市新抚区','3',2,'X',NULL,'1','113008','210400'),('210403','2018-01-30 19:30:19',NULL,NULL,NULL,'东洲区','辽宁省抚顺市东洲区','3',3,'D',NULL,'1','113003','210400'),('210404','2018-01-30 19:30:19',NULL,NULL,NULL,'望花区','辽宁省抚顺市望花区','3',4,'W',NULL,'1','113001','210400'),('210411','2018-01-30 19:30:19',NULL,NULL,NULL,'顺城区','辽宁省抚顺市顺城区','3',5,'S',NULL,'1','113006','210400'),('210421','2018-01-30 19:30:19',NULL,NULL,NULL,'抚顺县','辽宁省抚顺市抚顺县','3',6,'F',NULL,'1','113006','210400'),('210422','2018-01-30 19:30:19',NULL,NULL,NULL,'新宾满族自治县','辽宁省抚顺市新宾满族自治县','3',7,'X',NULL,'1','113200','210400'),('210423','2018-01-30 19:30:19',NULL,NULL,NULL,'清原满族自治县','辽宁省抚顺市清原满族自治县','3',8,'Q',NULL,'1','113300','210400'),('210500','2018-01-30 19:30:19',NULL,NULL,NULL,'本溪市','辽宁省本溪市','2',5,'B',NULL,'1','117000','210000'),('210501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省本溪市市辖区','3',1,'S',NULL,'1',NULL,'210500'),('210502','2018-01-30 19:30:19',NULL,NULL,NULL,'平山区','辽宁省本溪市平山区','3',2,'P',NULL,'1','117000','210500'),('210503','2018-01-30 19:30:19',NULL,NULL,NULL,'溪湖区','辽宁省本溪市溪湖区','3',3,'X',NULL,'1','117002','210500'),('210504','2018-01-30 19:30:19',NULL,NULL,NULL,'明山区','辽宁省本溪市明山区','3',4,'M',NULL,'1','117021','210500'),('210505','2018-01-30 19:30:19',NULL,NULL,NULL,'南芬区','辽宁省本溪市南芬区','3',5,'N',NULL,'1','117014','210500'),('210521','2018-01-30 19:30:19',NULL,NULL,NULL,'本溪满族自治县','辽宁省本溪市本溪满族自治县','3',6,'B',NULL,'1','117100','210500'),('210522','2018-01-30 19:30:19',NULL,NULL,NULL,'桓仁满族自治县','辽宁省本溪市桓仁满族自治县','3',7,'H',NULL,'1','117200','210500'),('210600','2018-01-30 19:30:19',NULL,NULL,NULL,'丹东市','辽宁省丹东市','2',6,'D',NULL,'1','118000','210000'),('210601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省丹东市市辖区','3',1,'S',NULL,'1',NULL,'210600'),('210602','2018-01-30 19:30:19',NULL,NULL,NULL,'元宝区','辽宁省丹东市元宝区','3',2,'Y',NULL,'1','118000','210600'),('210603','2018-01-30 19:30:19',NULL,NULL,NULL,'振兴区','辽宁省丹东市振兴区','3',3,'Z',NULL,'1','118002','210600'),('210604','2018-01-30 19:30:19',NULL,NULL,NULL,'振安区','辽宁省丹东市振安区','3',4,'Z',NULL,'1','118001','210600'),('210624','2018-01-30 19:30:19',NULL,NULL,NULL,'宽甸满族自治县','辽宁省丹东市宽甸满族自治县','3',5,'K',NULL,'1','118200','210600'),('210681','2018-01-30 19:30:19',NULL,NULL,NULL,'东港市','辽宁省丹东市东港市','3',6,'D',NULL,'1','118300','210600'),('210682','2018-01-30 19:30:19',NULL,NULL,NULL,'凤城市','辽宁省丹东市凤城市','3',7,'F',NULL,'1','118100','210600'),('210700','2018-01-30 19:30:19',NULL,NULL,NULL,'锦州市','辽宁省锦州市','2',7,'J',NULL,'1','121000','210000'),('210701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省锦州市市辖区','3',1,'S',NULL,'1',NULL,'210700'),('210702','2018-01-30 19:30:19',NULL,NULL,NULL,'古塔区','辽宁省锦州市古塔区','3',2,'G',NULL,'1','121001','210700'),('210703','2018-01-30 19:30:19',NULL,NULL,NULL,'凌河区','辽宁省锦州市凌河区','3',3,'L',NULL,'1','121000','210700'),('210711','2018-01-30 19:30:19',NULL,NULL,NULL,'太和区','辽宁省锦州市太和区','3',4,'T',NULL,'1','121011','210700'),('210726','2018-01-30 19:30:19',NULL,NULL,NULL,'黑山县','辽宁省锦州市黑山县','3',5,'H',NULL,'1','121400','210700'),('210727','2018-01-30 19:30:19',NULL,NULL,NULL,'义县','辽宁省锦州市义县','3',6,'Y',NULL,'1','121100','210700'),('210781','2018-01-30 19:30:19',NULL,NULL,NULL,'凌海市','辽宁省锦州市凌海市','3',7,'L',NULL,'1','121200','210700'),('210782','2018-01-30 19:30:19',NULL,NULL,NULL,'北镇市','辽宁省锦州市北镇市','3',8,'B',NULL,'1','121300','210700'),('210800','2018-01-30 19:30:19',NULL,NULL,NULL,'营口市','辽宁省营口市','2',8,'Y',NULL,'1','115003','210000'),('210801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省营口市市辖区','3',1,'S',NULL,'1',NULL,'210800'),('210802','2018-01-30 19:30:19',NULL,NULL,NULL,'站前区','辽宁省营口市站前区','3',2,'Z',NULL,'1','115002','210800'),('210803','2018-01-30 19:30:19',NULL,NULL,NULL,'西市区','辽宁省营口市西市区','3',3,'X',NULL,'1','115004','210800'),('210804','2018-01-30 19:30:19',NULL,NULL,NULL,'鲅鱼圈区','辽宁省营口市鲅鱼圈区','3',4,'Z',NULL,'1','115007','210800'),('210811','2018-01-30 19:30:19',NULL,NULL,NULL,'老边区','辽宁省营口市老边区','3',5,'L',NULL,'1','115005','210800'),('210881','2018-01-30 19:30:19',NULL,NULL,NULL,'盖州市','辽宁省营口市盖州市','3',6,'G',NULL,'1','115200','210800'),('210882','2018-01-30 19:30:19',NULL,NULL,NULL,'大石桥市','辽宁省营口市大石桥市','3',7,'D',NULL,'1','115100','210800'),('210900','2018-01-30 19:30:19',NULL,NULL,NULL,'阜新市','辽宁省阜新市','2',9,'F',NULL,'1','123000','210000'),('210901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省阜新市市辖区','3',1,'S',NULL,'1',NULL,'210900'),('210902','2018-01-30 19:30:19',NULL,NULL,NULL,'海州区','辽宁省阜新市海州区','3',2,'H',NULL,'1','123000','210900'),('210903','2018-01-30 19:30:19',NULL,NULL,NULL,'新邱区','辽宁省阜新市新邱区','3',3,'X',NULL,'1','123005','210900'),('210904','2018-01-30 19:30:19',NULL,NULL,NULL,'太平区','辽宁省阜新市太平区','3',4,'T',NULL,'1','123003','210900'),('210905','2018-01-30 19:30:19',NULL,NULL,NULL,'清河门区','辽宁省阜新市清河门区','3',5,'Q',NULL,'1','123006','210900'),('210911','2018-01-30 19:30:19',NULL,NULL,NULL,'细河区','辽宁省阜新市细河区','3',6,'X',NULL,'1','123000','210900'),('210921','2018-01-30 19:30:19',NULL,NULL,NULL,'阜新蒙古族自治县','辽宁省阜新市阜新蒙古族自治县','3',7,'F',NULL,'1','123100','210900'),('210922','2018-01-30 19:30:19',NULL,NULL,NULL,'彰武县','辽宁省阜新市彰武县','3',8,'Z',NULL,'1','123200','210900'),('211000','2018-01-30 19:30:19',NULL,NULL,NULL,'辽阳市','辽宁省辽阳市','2',10,'L',NULL,'1','111000','210000'),('211001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省辽阳市市辖区','3',1,'S',NULL,'1',NULL,'211000'),('211002','2018-01-30 19:30:19',NULL,NULL,NULL,'白塔区','辽宁省辽阳市白塔区','3',2,'B',NULL,'1','111000','211000'),('211003','2018-01-30 19:30:19',NULL,NULL,NULL,'文圣区','辽宁省辽阳市文圣区','3',3,'W',NULL,'1','111000','211000'),('211004','2018-01-30 19:30:19',NULL,NULL,NULL,'宏伟区','辽宁省辽阳市宏伟区','3',4,'H',NULL,'1','111003','211000'),('211005','2018-01-30 19:30:19',NULL,NULL,NULL,'弓长岭区','辽宁省辽阳市弓长岭区','3',5,'G',NULL,'1','111008','211000'),('211011','2018-01-30 19:30:19',NULL,NULL,NULL,'太子河区','辽宁省辽阳市太子河区','3',6,'T',NULL,'1','111000','211000'),('211021','2018-01-30 19:30:19',NULL,NULL,NULL,'辽阳县','辽宁省辽阳市辽阳县','3',7,'L',NULL,'1','111200','211000'),('211081','2018-01-30 19:30:19',NULL,NULL,NULL,'灯塔市','辽宁省辽阳市灯塔市','3',8,'D',NULL,'1','111300','211000'),('211100','2018-01-30 19:30:19',NULL,NULL,NULL,'盘锦市','辽宁省盘锦市','2',11,'P',NULL,'1','124010','210000'),('211101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省盘锦市市辖区','3',1,'S',NULL,'1',NULL,'211100'),('211102','2018-01-30 19:30:19',NULL,NULL,NULL,'双台子区','辽宁省盘锦市双台子区','3',2,'S',NULL,'1','124000','211100'),('211103','2018-01-30 19:30:19',NULL,NULL,NULL,'兴隆台区','辽宁省盘锦市兴隆台区','3',3,'X',NULL,'1','124010','211100'),('211104','2018-01-30 19:30:19',NULL,NULL,NULL,'大洼区','辽宁省盘锦市大洼区','3',4,'D',NULL,'1',NULL,'211100'),('211122','2018-01-30 19:30:19',NULL,NULL,NULL,'盘山县','辽宁省盘锦市盘山县','3',5,'P',NULL,'1','124000','211100'),('211200','2018-01-30 19:30:19',NULL,NULL,NULL,'铁岭市','辽宁省铁岭市','2',12,'T',NULL,'1','112000','210000'),('211201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省铁岭市市辖区','3',1,'S',NULL,'1',NULL,'211200'),('211202','2018-01-30 19:30:19',NULL,NULL,NULL,'银州区','辽宁省铁岭市银州区','3',2,'Y',NULL,'1','112000','211200'),('211204','2018-01-30 19:30:19',NULL,NULL,NULL,'清河区','辽宁省铁岭市清河区','3',3,'Q',NULL,'1','112003','211200'),('211221','2018-01-30 19:30:19',NULL,NULL,NULL,'铁岭县','辽宁省铁岭市铁岭县','3',4,'T',NULL,'1','112000','211200'),('211223','2018-01-30 19:30:19',NULL,NULL,NULL,'西丰县','辽宁省铁岭市西丰县','3',5,'X',NULL,'1','112400','211200'),('211224','2018-01-30 19:30:19',NULL,NULL,NULL,'昌图县','辽宁省铁岭市昌图县','3',6,'C',NULL,'1','112500','211200'),('211281','2018-01-30 19:30:19',NULL,NULL,NULL,'调兵山市','辽宁省铁岭市调兵山市','3',7,'D',NULL,'1','112700','211200'),('211282','2018-01-30 19:30:19',NULL,NULL,NULL,'开原市','辽宁省铁岭市开原市','3',8,'K',NULL,'1','112300','211200'),('211300','2018-01-30 19:30:19',NULL,NULL,NULL,'朝阳市','辽宁省朝阳市','2',13,'C',NULL,'1','122000','210000'),('211301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省朝阳市市辖区','3',1,'S',NULL,'1',NULL,'211300'),('211302','2018-01-30 19:30:19',NULL,NULL,NULL,'双塔区','辽宁省朝阳市双塔区','3',2,'S',NULL,'1','122000','211300'),('211303','2018-01-30 19:30:19',NULL,NULL,NULL,'龙城区','辽宁省朝阳市龙城区','3',3,'L',NULL,'1','122000','211300'),('211321','2018-01-30 19:30:19',NULL,NULL,NULL,'朝阳县','辽宁省朝阳市朝阳县','3',4,'C',NULL,'1','122000','211300'),('211322','2018-01-30 19:30:19',NULL,NULL,NULL,'建平县','辽宁省朝阳市建平县','3',5,'J',NULL,'1','122400','211300'),('211324','2018-01-30 19:30:19',NULL,NULL,NULL,'喀喇沁左翼蒙古族自治县','辽宁省朝阳市喀喇沁左翼蒙古族自治县','3',6,'K',NULL,'1','122300','211300'),('211381','2018-01-30 19:30:19',NULL,NULL,NULL,'北票市','辽宁省朝阳市北票市','3',7,'B',NULL,'1','122100','211300'),('211382','2018-01-30 19:30:19',NULL,NULL,NULL,'凌源市','辽宁省朝阳市凌源市','3',8,'L',NULL,'1','122500','211300'),('211400','2018-01-30 19:30:19',NULL,NULL,NULL,'葫芦岛市','辽宁省葫芦岛市','2',14,'H',NULL,'1','125000','210000'),('211401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','辽宁省葫芦岛市市辖区','3',1,'S',NULL,'1',NULL,'211400'),('211402','2018-01-30 19:30:19',NULL,NULL,NULL,'连山区','辽宁省葫芦岛市连山区','3',2,'L',NULL,'1','125001','211400'),('211403','2018-01-30 19:30:19',NULL,NULL,NULL,'龙港区','辽宁省葫芦岛市龙港区','3',3,'L',NULL,'1','125003','211400'),('211404','2018-01-30 19:30:19',NULL,NULL,NULL,'南票区','辽宁省葫芦岛市南票区','3',4,'N',NULL,'1','125027','211400'),('211421','2018-01-30 19:30:19',NULL,NULL,NULL,'绥中县','辽宁省葫芦岛市绥中县','3',5,'S',NULL,'1','125200','211400'),('211422','2018-01-30 19:30:19',NULL,NULL,NULL,'建昌县','辽宁省葫芦岛市建昌县','3',6,'J',NULL,'1','125300','211400'),('211481','2018-01-30 19:30:19',NULL,NULL,NULL,'兴城市','辽宁省葫芦岛市兴城市','3',7,'X',NULL,'1','125100','211400'),('220000','2018-01-30 19:30:19',NULL,NULL,NULL,'吉林省','吉林省','1',7,'J',NULL,'1','','100000'),('220100','2018-01-30 19:30:19',NULL,NULL,NULL,'长春市','吉林省长春市','2',1,'C',NULL,'1','130022','220000'),('220101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省长春市市辖区','3',1,'S',NULL,'1',NULL,'220100'),('220102','2018-01-30 19:30:19',NULL,NULL,NULL,'南关区','吉林省长春市南关区','3',2,'N',NULL,'1','130022','220100'),('220103','2018-01-30 19:30:19',NULL,NULL,NULL,'宽城区','吉林省长春市宽城区','3',3,'K',NULL,'1','130051','220100'),('220104','2018-01-30 19:30:19',NULL,NULL,NULL,'朝阳区','吉林省长春市朝阳区','3',4,'C',NULL,'1','130012','220100'),('220105','2018-01-30 19:30:19',NULL,NULL,NULL,'二道区','吉林省长春市二道区','3',5,'E',NULL,'1','130031','220100'),('220106','2018-01-30 19:30:19',NULL,NULL,NULL,'绿园区','吉林省长春市绿园区','3',6,'L',NULL,'1','130062','220100'),('220112','2018-01-30 19:30:19',NULL,NULL,NULL,'双阳区','吉林省长春市双阳区','3',7,'S',NULL,'1','130600','220100'),('220113','2018-01-30 19:30:19',NULL,NULL,NULL,'九台区','吉林省长春市九台区','3',8,'J',NULL,'1','130500','220100'),('220122','2018-01-30 19:30:19',NULL,NULL,NULL,'农安县','吉林省长春市农安县','3',9,'N',NULL,'1','130200','220100'),('220182','2018-01-30 19:30:19',NULL,NULL,NULL,'榆树市','吉林省长春市榆树市','3',10,'Y',NULL,'1','130400','220100'),('220183','2018-01-30 19:30:19',NULL,NULL,NULL,'德惠市','吉林省长春市德惠市','3',11,'D',NULL,'1','130300','220100'),('220200','2018-01-30 19:30:19',NULL,NULL,NULL,'吉林市','吉林省吉林市','2',2,'J',NULL,'1','132011','220000'),('220201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省吉林市市辖区','3',1,'S',NULL,'1',NULL,'220200'),('220202','2018-01-30 19:30:19',NULL,NULL,NULL,'昌邑区','吉林省吉林市昌邑区','3',2,'C',NULL,'1','132002','220200'),('220203','2018-01-30 19:30:19',NULL,NULL,NULL,'龙潭区','吉林省吉林市龙潭区','3',3,'L',NULL,'1','132021','220200'),('220204','2018-01-30 19:30:19',NULL,NULL,NULL,'船营区','吉林省吉林市船营区','3',4,'C',NULL,'1','132011','220200'),('220211','2018-01-30 19:30:19',NULL,NULL,NULL,'丰满区','吉林省吉林市丰满区','3',5,'F',NULL,'1','132013','220200'),('220221','2018-01-30 19:30:19',NULL,NULL,NULL,'永吉县','吉林省吉林市永吉县','3',6,'Y',NULL,'1','132200','220200'),('220281','2018-01-30 19:30:19',NULL,NULL,NULL,'蛟河市','吉林省吉林市蛟河市','3',7,'Z',NULL,'1','132500','220200'),('220282','2018-01-30 19:30:19',NULL,NULL,NULL,'桦甸市','吉林省吉林市桦甸市','3',8,'Z',NULL,'1','132400','220200'),('220283','2018-01-30 19:30:19',NULL,NULL,NULL,'舒兰市','吉林省吉林市舒兰市','3',9,'S',NULL,'1','132600','220200'),('220284','2018-01-30 19:30:19',NULL,NULL,NULL,'磐石市','吉林省吉林市磐石市','3',10,'P',NULL,'1','132300','220200'),('220300','2018-01-30 19:30:19',NULL,NULL,NULL,'四平市','吉林省四平市','2',3,'S',NULL,'1','136000','220000'),('220301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省四平市市辖区','3',1,'S',NULL,'1',NULL,'220300'),('220302','2018-01-30 19:30:19',NULL,NULL,NULL,'铁西区','吉林省四平市铁西区','3',2,'T',NULL,'1','136000','220300'),('220303','2018-01-30 19:30:19',NULL,NULL,NULL,'铁东区','吉林省四平市铁东区','3',3,'T',NULL,'1','136001','220300'),('220322','2018-01-30 19:30:19',NULL,NULL,NULL,'梨树县','吉林省四平市梨树县','3',4,'L',NULL,'1','136500','220300'),('220323','2018-01-30 19:30:19',NULL,NULL,NULL,'伊通满族自治县','吉林省四平市伊通满族自治县','3',5,'Y',NULL,'1','130700','220300'),('220381','2018-01-30 19:30:19',NULL,NULL,NULL,'公主岭市','吉林省四平市公主岭市','3',6,'G',NULL,'1','136100','220300'),('220382','2018-01-30 19:30:19',NULL,NULL,NULL,'双辽市','吉林省四平市双辽市','3',7,'S',NULL,'1','136400','220300'),('220400','2018-01-30 19:30:19',NULL,NULL,NULL,'辽源市','吉林省辽源市','2',4,'L',NULL,'1','136200','220000'),('220401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省辽源市市辖区','3',1,'S',NULL,'1',NULL,'220400'),('220402','2018-01-30 19:30:19',NULL,NULL,NULL,'龙山区','吉林省辽源市龙山区','3',2,'L',NULL,'1','136200','220400'),('220403','2018-01-30 19:30:19',NULL,NULL,NULL,'西安区','吉林省辽源市西安区','3',3,'X',NULL,'1','136201','220400'),('220421','2018-01-30 19:30:19',NULL,NULL,NULL,'东丰县','吉林省辽源市东丰县','3',4,'D',NULL,'1','136300','220400'),('220422','2018-01-30 19:30:19',NULL,NULL,NULL,'东辽县','吉林省辽源市东辽县','3',5,'D',NULL,'1','136600','220400'),('220500','2018-01-30 19:30:19',NULL,NULL,NULL,'通化市','吉林省通化市','2',5,'T',NULL,'1','134001','220000'),('220501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省通化市市辖区','3',1,'S',NULL,'1',NULL,'220500'),('220502','2018-01-30 19:30:19',NULL,NULL,NULL,'东昌区','吉林省通化市东昌区','3',2,'D',NULL,'1','134001','220500'),('220503','2018-01-30 19:30:19',NULL,NULL,NULL,'二道江区','吉林省通化市二道江区','3',3,'E',NULL,'1','134003','220500'),('220521','2018-01-30 19:30:19',NULL,NULL,NULL,'通化县','吉林省通化市通化县','3',4,'T',NULL,'1','134100','220500'),('220523','2018-01-30 19:30:19',NULL,NULL,NULL,'辉南县','吉林省通化市辉南县','3',5,'H',NULL,'1','135100','220500'),('220524','2018-01-30 19:30:19',NULL,NULL,NULL,'柳河县','吉林省通化市柳河县','3',6,'L',NULL,'1','135300','220500'),('220581','2018-01-30 19:30:19',NULL,NULL,NULL,'梅河口市','吉林省通化市梅河口市','3',7,'M',NULL,'1','135000','220500'),('220582','2018-01-30 19:30:19',NULL,NULL,NULL,'集安市','吉林省通化市集安市','3',8,'J',NULL,'1','134200','220500'),('220600','2018-01-30 19:30:19',NULL,NULL,NULL,'白山市','吉林省白山市','2',6,'B',NULL,'1','134300','220000'),('220601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省白山市市辖区','3',1,'S',NULL,'1',NULL,'220600'),('220602','2018-01-30 19:30:19',NULL,NULL,NULL,'浑江区','吉林省白山市浑江区','3',2,'H',NULL,'1','134300','220600'),('220605','2018-01-30 19:30:19',NULL,NULL,NULL,'江源区','吉林省白山市江源区','3',3,'J',NULL,'1','134700','220600'),('220621','2018-01-30 19:30:19',NULL,NULL,NULL,'抚松县','吉林省白山市抚松县','3',4,'F',NULL,'1','134500','220600'),('220622','2018-01-30 19:30:19',NULL,NULL,NULL,'靖宇县','吉林省白山市靖宇县','3',5,'J',NULL,'1','135200','220600'),('220623','2018-01-30 19:30:19',NULL,NULL,NULL,'长白朝鲜族自治县','吉林省白山市长白朝鲜族自治县','3',6,'C',NULL,'1','134400','220600'),('220681','2018-01-30 19:30:19',NULL,NULL,NULL,'临江市','吉林省白山市临江市','3',7,'L',NULL,'1','134600','220600'),('220700','2018-01-30 19:30:19',NULL,NULL,NULL,'松原市','吉林省松原市','2',7,'S',NULL,'1','138000','220000'),('220701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省松原市市辖区','3',1,'S',NULL,'1',NULL,'220700'),('220702','2018-01-30 19:30:19',NULL,NULL,NULL,'宁江区','吉林省松原市宁江区','3',2,'N',NULL,'1','138000','220700'),('220721','2018-01-30 19:30:19',NULL,NULL,NULL,'前郭尔罗斯蒙古族自治县','吉林省松原市前郭尔罗斯蒙古族自治县','3',3,'Q',NULL,'1','138000','220700'),('220722','2018-01-30 19:30:19',NULL,NULL,NULL,'长岭县','吉林省松原市长岭县','3',4,'C',NULL,'1','131500','220700'),('220723','2018-01-30 19:30:19',NULL,NULL,NULL,'乾安县','吉林省松原市乾安县','3',5,'Q',NULL,'1','131400','220700'),('220781','2018-01-30 19:30:19',NULL,NULL,NULL,'扶余市','吉林省松原市扶余市','3',6,'F',NULL,'1','131200','220700'),('220800','2018-01-30 19:30:19',NULL,NULL,NULL,'白城市','吉林省白城市','2',8,'B',NULL,'1','137000','220000'),('220801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','吉林省白城市市辖区','3',1,'S',NULL,'1',NULL,'220800'),('220802','2018-01-30 19:30:19',NULL,NULL,NULL,'洮北区','吉林省白城市洮北区','3',2,'Z',NULL,'1','137000','220800'),('220821','2018-01-30 19:30:19',NULL,NULL,NULL,'镇赉县','吉林省白城市镇赉县','3',3,'Z',NULL,'1','137300','220800'),('220822','2018-01-30 19:30:19',NULL,NULL,NULL,'通榆县','吉林省白城市通榆县','3',4,'T',NULL,'1','137200','220800'),('220881','2018-01-30 19:30:19',NULL,NULL,NULL,'洮南市','吉林省白城市洮南市','3',5,'Z',NULL,'1','137100','220800'),('220882','2018-01-30 19:30:19',NULL,NULL,NULL,'大安市','吉林省白城市大安市','3',6,'D',NULL,'1','131300','220800'),('222400','2018-01-30 19:30:19',NULL,NULL,NULL,'延边朝鲜族自治州','吉林省延边朝鲜族自治州','2',9,'Y',NULL,'1','133000','220000'),('222401','2018-01-30 19:30:19',NULL,NULL,NULL,'延吉市','吉林省延边朝鲜族自治州延吉市','3',1,'Y',NULL,'1','133000','222400'),('222402','2018-01-30 19:30:19',NULL,NULL,NULL,'图们市','吉林省延边朝鲜族自治州图们市','3',2,'T',NULL,'1','133100','222400'),('222403','2018-01-30 19:30:19',NULL,NULL,NULL,'敦化市','吉林省延边朝鲜族自治州敦化市','3',3,'D',NULL,'1','133700','222400'),('222404','2018-01-30 19:30:19',NULL,NULL,NULL,'珲春市','吉林省延边朝鲜族自治州珲春市','3',4,'Z',NULL,'1','133300','222400'),('222405','2018-01-30 19:30:19',NULL,NULL,NULL,'龙井市','吉林省延边朝鲜族自治州龙井市','3',5,'L',NULL,'1','133400','222400'),('222406','2018-01-30 19:30:19',NULL,NULL,NULL,'和龙市','吉林省延边朝鲜族自治州和龙市','3',6,'H',NULL,'1','133500','222400'),('222424','2018-01-30 19:30:19',NULL,NULL,NULL,'汪清县','吉林省延边朝鲜族自治州汪清县','3',7,'W',NULL,'1','133200','222400'),('222426','2018-01-30 19:30:19',NULL,NULL,NULL,'安图县','吉林省延边朝鲜族自治州安图县','3',8,'A',NULL,'1','133600','222400'),('230000','2018-01-30 19:30:19',NULL,NULL,NULL,'黑龙江省','黑龙江省','1',8,'H',NULL,'1','','100000'),('230100','2018-01-30 19:30:19',NULL,NULL,NULL,'哈尔滨市','黑龙江省哈尔滨市','2',1,'H',NULL,'1','150010','230000'),('230101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省哈尔滨市市辖区','3',1,'S',NULL,'1',NULL,'230100'),('230102','2018-01-30 19:30:19',NULL,NULL,NULL,'道里区','黑龙江省哈尔滨市道里区','3',2,'D',NULL,'1','150010','230100'),('230103','2018-01-30 19:30:19',NULL,NULL,NULL,'南岗区','黑龙江省哈尔滨市南岗区','3',3,'N',NULL,'1','150006','230100'),('230104','2018-01-30 19:30:19',NULL,NULL,NULL,'道外区','黑龙江省哈尔滨市道外区','3',4,'D',NULL,'1','150020','230100'),('230108','2018-01-30 19:30:19',NULL,NULL,NULL,'平房区','黑龙江省哈尔滨市平房区','3',5,'P',NULL,'1','150060','230100'),('230109','2018-01-30 19:30:19',NULL,NULL,NULL,'松北区','黑龙江省哈尔滨市松北区','3',6,'S',NULL,'1','150028','230100'),('230110','2018-01-30 19:30:19',NULL,NULL,NULL,'香坊区','黑龙江省哈尔滨市香坊区','3',7,'X',NULL,'1','150036','230100'),('230111','2018-01-30 19:30:19',NULL,NULL,NULL,'呼兰区','黑龙江省哈尔滨市呼兰区','3',8,'H',NULL,'1','150500','230100'),('230112','2018-01-30 19:30:19',NULL,NULL,NULL,'阿城区','黑龙江省哈尔滨市阿城区','3',9,'A',NULL,'1','150300','230100'),('230113','2018-01-30 19:30:19',NULL,NULL,NULL,'双城区','黑龙江省哈尔滨市双城区','3',10,'S',NULL,'1','150100','230100'),('230123','2018-01-30 19:30:19',NULL,NULL,NULL,'依兰县','黑龙江省哈尔滨市依兰县','3',11,'Y',NULL,'1','154800','230100'),('230124','2018-01-30 19:30:19',NULL,NULL,NULL,'方正县','黑龙江省哈尔滨市方正县','3',12,'F',NULL,'1','150800','230100'),('230125','2018-01-30 19:30:19',NULL,NULL,NULL,'宾县','黑龙江省哈尔滨市宾县','3',13,'B',NULL,'1','150400','230100'),('230126','2018-01-30 19:30:19',NULL,NULL,NULL,'巴彦县','黑龙江省哈尔滨市巴彦县','3',14,'B',NULL,'1','151800','230100'),('230127','2018-01-30 19:30:19',NULL,NULL,NULL,'木兰县','黑龙江省哈尔滨市木兰县','3',15,'M',NULL,'1','151900','230100'),('230128','2018-01-30 19:30:19',NULL,NULL,NULL,'通河县','黑龙江省哈尔滨市通河县','3',16,'T',NULL,'1','150900','230100'),('230129','2018-01-30 19:30:19',NULL,NULL,NULL,'延寿县','黑龙江省哈尔滨市延寿县','3',17,'Y',NULL,'1','150700','230100'),('230183','2018-01-30 19:30:19',NULL,NULL,NULL,'尚志市','黑龙江省哈尔滨市尚志市','3',18,'S',NULL,'1','150600','230100'),('230184','2018-01-30 19:30:19',NULL,NULL,NULL,'五常市','黑龙江省哈尔滨市五常市','3',19,'W',NULL,'1','150200','230100'),('230200','2018-01-30 19:30:19',NULL,NULL,NULL,'齐齐哈尔市','黑龙江省齐齐哈尔市','2',2,'Q',NULL,'1','161005','230000'),('230201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省齐齐哈尔市市辖区','3',1,'S',NULL,'1',NULL,'230200'),('230202','2018-01-30 19:30:19',NULL,NULL,NULL,'龙沙区','黑龙江省齐齐哈尔市龙沙区','3',2,'L',NULL,'1','161000','230200'),('230203','2018-01-30 19:30:19',NULL,NULL,NULL,'建华区','黑龙江省齐齐哈尔市建华区','3',3,'J',NULL,'1','161006','230200'),('230204','2018-01-30 19:30:19',NULL,NULL,NULL,'铁锋区','黑龙江省齐齐哈尔市铁锋区','3',4,'T',NULL,'1','161000','230200'),('230205','2018-01-30 19:30:19',NULL,NULL,NULL,'昂昂溪区','黑龙江省齐齐哈尔市昂昂溪区','3',5,'A',NULL,'1','161031','230200'),('230206','2018-01-30 19:30:19',NULL,NULL,NULL,'富拉尔基区','黑龙江省齐齐哈尔市富拉尔基区','3',6,'F',NULL,'1','161041','230200'),('230207','2018-01-30 19:30:19',NULL,NULL,NULL,'碾子山区','黑龙江省齐齐哈尔市碾子山区','3',7,'N',NULL,'1','161046','230200'),('230208','2018-01-30 19:30:19',NULL,NULL,NULL,'梅里斯达斡尔族区','黑龙江省齐齐哈尔市梅里斯达斡尔族区','3',8,'M',NULL,'1','161021','230200'),('230221','2018-01-30 19:30:19',NULL,NULL,NULL,'龙江县','黑龙江省齐齐哈尔市龙江县','3',9,'L',NULL,'1','161100','230200'),('230223','2018-01-30 19:30:19',NULL,NULL,NULL,'依安县','黑龙江省齐齐哈尔市依安县','3',10,'Y',NULL,'1','161500','230200'),('230224','2018-01-30 19:30:19',NULL,NULL,NULL,'泰来县','黑龙江省齐齐哈尔市泰来县','3',11,'T',NULL,'1','162400','230200'),('230225','2018-01-30 19:30:19',NULL,NULL,NULL,'甘南县','黑龙江省齐齐哈尔市甘南县','3',12,'G',NULL,'1','162100','230200'),('230227','2018-01-30 19:30:19',NULL,NULL,NULL,'富裕县','黑龙江省齐齐哈尔市富裕县','3',13,'F',NULL,'1','161200','230200'),('230229','2018-01-30 19:30:19',NULL,NULL,NULL,'克山县','黑龙江省齐齐哈尔市克山县','3',14,'K',NULL,'1','161600','230200'),('230230','2018-01-30 19:30:19',NULL,NULL,NULL,'克东县','黑龙江省齐齐哈尔市克东县','3',15,'K',NULL,'1','164800','230200'),('230231','2018-01-30 19:30:19',NULL,NULL,NULL,'拜泉县','黑龙江省齐齐哈尔市拜泉县','3',16,'B',NULL,'1','164700','230200'),('230281','2018-01-30 19:30:19',NULL,NULL,NULL,'讷河市','黑龙江省齐齐哈尔市讷河市','3',17,'Z',NULL,'1','161300','230200'),('230300','2018-01-30 19:30:19',NULL,NULL,NULL,'鸡西市','黑龙江省鸡西市','2',3,'J',NULL,'1','158100','230000'),('230301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省鸡西市市辖区','3',1,'S',NULL,'1',NULL,'230300'),('230302','2018-01-30 19:30:19',NULL,NULL,NULL,'鸡冠区','黑龙江省鸡西市鸡冠区','3',2,'J',NULL,'1','158100','230300'),('230303','2018-01-30 19:30:19',NULL,NULL,NULL,'恒山区','黑龙江省鸡西市恒山区','3',3,'H',NULL,'1','158130','230300'),('230304','2018-01-30 19:30:19',NULL,NULL,NULL,'滴道区','黑龙江省鸡西市滴道区','3',4,'D',NULL,'1','158150','230300'),('230305','2018-01-30 19:30:19',NULL,NULL,NULL,'梨树区','黑龙江省鸡西市梨树区','3',5,'L',NULL,'1','158160','230300'),('230306','2018-01-30 19:30:19',NULL,NULL,NULL,'城子河区','黑龙江省鸡西市城子河区','3',6,'C',NULL,'1','158170','230300'),('230307','2018-01-30 19:30:19',NULL,NULL,NULL,'麻山区','黑龙江省鸡西市麻山区','3',7,'M',NULL,'1','158180','230300'),('230321','2018-01-30 19:30:19',NULL,NULL,NULL,'鸡东县','黑龙江省鸡西市鸡东县','3',8,'J',NULL,'1','158200','230300'),('230381','2018-01-30 19:30:19',NULL,NULL,NULL,'虎林市','黑龙江省鸡西市虎林市','3',9,'H',NULL,'1','158400','230300'),('230382','2018-01-30 19:30:19',NULL,NULL,NULL,'密山市','黑龙江省鸡西市密山市','3',10,'M',NULL,'1','158300','230300'),('230400','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤岗市','黑龙江省鹤岗市','2',4,'H',NULL,'1','154100','230000'),('230401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省鹤岗市市辖区','3',1,'S',NULL,'1',NULL,'230400'),('230402','2018-01-30 19:30:19',NULL,NULL,NULL,'向阳区','黑龙江省鹤岗市向阳区','3',2,'X',NULL,'1','154100','230400'),('230403','2018-01-30 19:30:19',NULL,NULL,NULL,'工农区','黑龙江省鹤岗市工农区','3',3,'G',NULL,'1','154101','230400'),('230404','2018-01-30 19:30:19',NULL,NULL,NULL,'南山区','黑龙江省鹤岗市南山区','3',4,'N',NULL,'1','154104','230400'),('230405','2018-01-30 19:30:19',NULL,NULL,NULL,'兴安区','黑龙江省鹤岗市兴安区','3',5,'X',NULL,'1','154102','230400'),('230406','2018-01-30 19:30:19',NULL,NULL,NULL,'东山区','黑龙江省鹤岗市东山区','3',6,'D',NULL,'1','154106','230400'),('230407','2018-01-30 19:30:19',NULL,NULL,NULL,'兴山区','黑龙江省鹤岗市兴山区','3',7,'X',NULL,'1','154105','230400'),('230421','2018-01-30 19:30:19',NULL,NULL,NULL,'萝北县','黑龙江省鹤岗市萝北县','3',8,'L',NULL,'1','154200','230400'),('230422','2018-01-30 19:30:19',NULL,NULL,NULL,'绥滨县','黑龙江省鹤岗市绥滨县','3',9,'S',NULL,'1','156200','230400'),('230500','2018-01-30 19:30:19',NULL,NULL,NULL,'双鸭山市','黑龙江省双鸭山市','2',5,'S',NULL,'1','155100','230000'),('230501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省双鸭山市市辖区','3',1,'S',NULL,'1',NULL,'230500'),('230502','2018-01-30 19:30:19',NULL,NULL,NULL,'尖山区','黑龙江省双鸭山市尖山区','3',2,'J',NULL,'1','155100','230500'),('230503','2018-01-30 19:30:19',NULL,NULL,NULL,'岭东区','黑龙江省双鸭山市岭东区','3',3,'L',NULL,'1','155120','230500'),('230505','2018-01-30 19:30:19',NULL,NULL,NULL,'四方台区','黑龙江省双鸭山市四方台区','3',4,'S',NULL,'1','155130','230500'),('230506','2018-01-30 19:30:19',NULL,NULL,NULL,'宝山区','黑龙江省双鸭山市宝山区','3',5,'B',NULL,'1','155131','230500'),('230521','2018-01-30 19:30:19',NULL,NULL,NULL,'集贤县','黑龙江省双鸭山市集贤县','3',6,'J',NULL,'1','155900','230500'),('230522','2018-01-30 19:30:19',NULL,NULL,NULL,'友谊县','黑龙江省双鸭山市友谊县','3',7,'Y',NULL,'1','155800','230500'),('230523','2018-01-30 19:30:19',NULL,NULL,NULL,'宝清县','黑龙江省双鸭山市宝清县','3',8,'B',NULL,'1','155600','230500'),('230524','2018-01-30 19:30:19',NULL,NULL,NULL,'饶河县','黑龙江省双鸭山市饶河县','3',9,'R',NULL,'1','155700','230500'),('230600','2018-01-30 19:30:19',NULL,NULL,NULL,'大庆市','黑龙江省大庆市','2',6,'D',NULL,'1','163000','230000'),('230601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省大庆市市辖区','3',1,'S',NULL,'1',NULL,'230600'),('230602','2018-01-30 19:30:19',NULL,NULL,NULL,'萨尔图区','黑龙江省大庆市萨尔图区','3',2,'S',NULL,'1','163001','230600'),('230603','2018-01-30 19:30:19',NULL,NULL,NULL,'龙凤区','黑龙江省大庆市龙凤区','3',3,'L',NULL,'1','163711','230600'),('230604','2018-01-30 19:30:19',NULL,NULL,NULL,'让胡路区','黑龙江省大庆市让胡路区','3',4,'R',NULL,'1','163712','230600'),('230605','2018-01-30 19:30:19',NULL,NULL,NULL,'红岗区','黑龙江省大庆市红岗区','3',5,'H',NULL,'1','163511','230600'),('230606','2018-01-30 19:30:19',NULL,NULL,NULL,'大同区','黑龙江省大庆市大同区','3',6,'D',NULL,'1','163515','230600'),('230621','2018-01-30 19:30:19',NULL,NULL,NULL,'肇州县','黑龙江省大庆市肇州县','3',7,'Z',NULL,'1','166400','230600'),('230622','2018-01-30 19:30:19',NULL,NULL,NULL,'肇源县','黑龙江省大庆市肇源县','3',8,'Z',NULL,'1','166500','230600'),('230623','2018-01-30 19:30:19',NULL,NULL,NULL,'林甸县','黑龙江省大庆市林甸县','3',9,'L',NULL,'1','166300','230600'),('230624','2018-01-30 19:30:19',NULL,NULL,NULL,'杜尔伯特蒙古族自治县','黑龙江省大庆市杜尔伯特蒙古族自治县','3',10,'D',NULL,'1','166200','230600'),('230700','2018-01-30 19:30:19',NULL,NULL,NULL,'伊春市','黑龙江省伊春市','2',7,'Y',NULL,'1','153000','230000'),('230701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省伊春市市辖区','3',1,'S',NULL,'1',NULL,'230700'),('230702','2018-01-30 19:30:19',NULL,NULL,NULL,'伊春区','黑龙江省伊春市伊春区','3',2,'Y',NULL,'1','153000','230700'),('230703','2018-01-30 19:30:19',NULL,NULL,NULL,'南岔区','黑龙江省伊春市南岔区','3',3,'N',NULL,'1','153100','230700'),('230704','2018-01-30 19:30:19',NULL,NULL,NULL,'友好区','黑龙江省伊春市友好区','3',4,'Y',NULL,'1','153031','230700'),('230705','2018-01-30 19:30:19',NULL,NULL,NULL,'西林区','黑龙江省伊春市西林区','3',5,'X',NULL,'1','153025','230700'),('230706','2018-01-30 19:30:19',NULL,NULL,NULL,'翠峦区','黑龙江省伊春市翠峦区','3',6,'C',NULL,'1','153013','230700'),('230707','2018-01-30 19:30:19',NULL,NULL,NULL,'新青区','黑龙江省伊春市新青区','3',7,'X',NULL,'1','153036','230700'),('230708','2018-01-30 19:30:19',NULL,NULL,NULL,'美溪区','黑龙江省伊春市美溪区','3',8,'M',NULL,'1','153021','230700'),('230709','2018-01-30 19:30:19',NULL,NULL,NULL,'金山屯区','黑龙江省伊春市金山屯区','3',9,'J',NULL,'1','153026','230700'),('230710','2018-01-30 19:30:19',NULL,NULL,NULL,'五营区','黑龙江省伊春市五营区','3',10,'W',NULL,'1','153033','230700'),('230711','2018-01-30 19:30:19',NULL,NULL,NULL,'乌马河区','黑龙江省伊春市乌马河区','3',11,'W',NULL,'1','153011','230700'),('230712','2018-01-30 19:30:19',NULL,NULL,NULL,'汤旺河区','黑龙江省伊春市汤旺河区','3',12,'T',NULL,'1','153037','230700'),('230713','2018-01-30 19:30:19',NULL,NULL,NULL,'带岭区','黑龙江省伊春市带岭区','3',13,'D',NULL,'1','153106','230700'),('230714','2018-01-30 19:30:19',NULL,NULL,NULL,'乌伊岭区','黑龙江省伊春市乌伊岭区','3',14,'W',NULL,'1','153038','230700'),('230715','2018-01-30 19:30:19',NULL,NULL,NULL,'红星区','黑龙江省伊春市红星区','3',15,'H',NULL,'1','153035','230700'),('230716','2018-01-30 19:30:19',NULL,NULL,NULL,'上甘岭区','黑龙江省伊春市上甘岭区','3',16,'S',NULL,'1','153032','230700'),('230722','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉荫县','黑龙江省伊春市嘉荫县','3',17,'J',NULL,'1','153200','230700'),('230781','2018-01-30 19:30:19',NULL,NULL,NULL,'铁力市','黑龙江省伊春市铁力市','3',18,'T',NULL,'1','152500','230700'),('230800','2018-01-30 19:30:19',NULL,NULL,NULL,'佳木斯市','黑龙江省佳木斯市','2',8,'J',NULL,'1','154002','230000'),('230801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省佳木斯市市辖区','3',1,'S',NULL,'1',NULL,'230800'),('230803','2018-01-30 19:30:19',NULL,NULL,NULL,'向阳区','黑龙江省佳木斯市向阳区','3',2,'X',NULL,'1','154002','230800'),('230804','2018-01-30 19:30:19',NULL,NULL,NULL,'前进区','黑龙江省佳木斯市前进区','3',3,'Q',NULL,'1','154002','230800'),('230805','2018-01-30 19:30:19',NULL,NULL,NULL,'东风区','黑龙江省佳木斯市东风区','3',4,'D',NULL,'1','154005','230800'),('230811','2018-01-30 19:30:19',NULL,NULL,NULL,'郊区','黑龙江省佳木斯市郊区','3',5,'J',NULL,'1','154004','230800'),('230822','2018-01-30 19:30:19',NULL,NULL,NULL,'桦南县','黑龙江省佳木斯市桦南县','3',6,'Z',NULL,'1','154400','230800'),('230826','2018-01-30 19:30:19',NULL,NULL,NULL,'桦川县','黑龙江省佳木斯市桦川县','3',7,'Z',NULL,'1','154300','230800'),('230828','2018-01-30 19:30:19',NULL,NULL,NULL,'汤原县','黑龙江省佳木斯市汤原县','3',8,'T',NULL,'1','154700','230800'),('230881','2018-01-30 19:30:19',NULL,NULL,NULL,'同江市','黑龙江省佳木斯市同江市','3',9,'T',NULL,'1','156400','230800'),('230882','2018-01-30 19:30:19',NULL,NULL,NULL,'富锦市','黑龙江省佳木斯市富锦市','3',10,'F',NULL,'1','156100','230800'),('230883','2018-01-30 19:30:19',NULL,NULL,NULL,'抚远市','黑龙江省佳木斯市抚远市','3',11,'F',NULL,'1',NULL,'230800'),('230900','2018-01-30 19:30:19',NULL,NULL,NULL,'七台河市','黑龙江省七台河市','2',9,'Q',NULL,'1','154600','230000'),('230901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省七台河市市辖区','3',1,'S',NULL,'1',NULL,'230900'),('230902','2018-01-30 19:30:19',NULL,NULL,NULL,'新兴区','黑龙江省七台河市新兴区','3',2,'X',NULL,'1','154604','230900'),('230903','2018-01-30 19:30:19',NULL,NULL,NULL,'桃山区','黑龙江省七台河市桃山区','3',3,'T',NULL,'1','154600','230900'),('230904','2018-01-30 19:30:19',NULL,NULL,NULL,'茄子河区','黑龙江省七台河市茄子河区','3',4,'Q',NULL,'1','154622','230900'),('230921','2018-01-30 19:30:19',NULL,NULL,NULL,'勃利县','黑龙江省七台河市勃利县','3',5,'B',NULL,'1','154500','230900'),('231000','2018-01-30 19:30:19',NULL,NULL,NULL,'牡丹江市','黑龙江省牡丹江市','2',10,'M',NULL,'1','157000','230000'),('231001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省牡丹江市市辖区','3',1,'S',NULL,'1',NULL,'231000'),('231002','2018-01-30 19:30:19',NULL,NULL,NULL,'东安区','黑龙江省牡丹江市东安区','3',2,'D',NULL,'1','157000','231000'),('231003','2018-01-30 19:30:19',NULL,NULL,NULL,'阳明区','黑龙江省牡丹江市阳明区','3',3,'Y',NULL,'1','157013','231000'),('231004','2018-01-30 19:30:19',NULL,NULL,NULL,'爱民区','黑龙江省牡丹江市爱民区','3',4,'A',NULL,'1','157009','231000'),('231005','2018-01-30 19:30:19',NULL,NULL,NULL,'西安区','黑龙江省牡丹江市西安区','3',5,'X',NULL,'1','157000','231000'),('231025','2018-01-30 19:30:19',NULL,NULL,NULL,'林口县','黑龙江省牡丹江市林口县','3',6,'L',NULL,'1','157600','231000'),('231081','2018-01-30 19:30:19',NULL,NULL,NULL,'绥芬河市','黑龙江省牡丹江市绥芬河市','3',7,'S',NULL,'1','157300','231000'),('231083','2018-01-30 19:30:19',NULL,NULL,NULL,'海林市','黑龙江省牡丹江市海林市','3',8,'H',NULL,'1','157100','231000'),('231084','2018-01-30 19:30:19',NULL,NULL,NULL,'宁安市','黑龙江省牡丹江市宁安市','3',9,'N',NULL,'1','157400','231000'),('231085','2018-01-30 19:30:19',NULL,NULL,NULL,'穆棱市','黑龙江省牡丹江市穆棱市','3',10,'M',NULL,'1','157500','231000'),('231086','2018-01-30 19:30:19',NULL,NULL,NULL,'东宁市','黑龙江省牡丹江市东宁市','3',11,'D',NULL,'1',NULL,'231000'),('231100','2018-01-30 19:30:19',NULL,NULL,NULL,'黑河市','黑龙江省黑河市','2',11,'H',NULL,'1','164300','230000'),('231101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省黑河市市辖区','3',1,'S',NULL,'1',NULL,'231100'),('231102','2018-01-30 19:30:19',NULL,NULL,NULL,'爱辉区','黑龙江省黑河市爱辉区','3',2,'A',NULL,'1','164300','231100'),('231121','2018-01-30 19:30:19',NULL,NULL,NULL,'嫩江县','黑龙江省黑河市嫩江县','3',3,'N',NULL,'1','161400','231100'),('231123','2018-01-30 19:30:19',NULL,NULL,NULL,'逊克县','黑龙江省黑河市逊克县','3',4,'X',NULL,'1','164400','231100'),('231124','2018-01-30 19:30:19',NULL,NULL,NULL,'孙吴县','黑龙江省黑河市孙吴县','3',5,'S',NULL,'1','164200','231100'),('231181','2018-01-30 19:30:19',NULL,NULL,NULL,'北安市','黑龙江省黑河市北安市','3',6,'B',NULL,'1','164000','231100'),('231182','2018-01-30 19:30:19',NULL,NULL,NULL,'五大连池市','黑龙江省黑河市五大连池市','3',7,'W',NULL,'1','164100','231100'),('231200','2018-01-30 19:30:19',NULL,NULL,NULL,'绥化市','黑龙江省绥化市','2',12,'S',NULL,'1','152000','230000'),('231201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','黑龙江省绥化市市辖区','3',1,'S',NULL,'1',NULL,'231200'),('231202','2018-01-30 19:30:19',NULL,NULL,NULL,'北林区','黑龙江省绥化市北林区','3',2,'B',NULL,'1','152000','231200'),('231221','2018-01-30 19:30:19',NULL,NULL,NULL,'望奎县','黑龙江省绥化市望奎县','3',3,'W',NULL,'1','152100','231200'),('231222','2018-01-30 19:30:19',NULL,NULL,NULL,'兰西县','黑龙江省绥化市兰西县','3',4,'L',NULL,'1','151500','231200'),('231223','2018-01-30 19:30:19',NULL,NULL,NULL,'青冈县','黑龙江省绥化市青冈县','3',5,'Q',NULL,'1','151600','231200'),('231224','2018-01-30 19:30:19',NULL,NULL,NULL,'庆安县','黑龙江省绥化市庆安县','3',6,'Q',NULL,'1','152400','231200'),('231225','2018-01-30 19:30:19',NULL,NULL,NULL,'明水县','黑龙江省绥化市明水县','3',7,'M',NULL,'1','151700','231200'),('231226','2018-01-30 19:30:19',NULL,NULL,NULL,'绥棱县','黑龙江省绥化市绥棱县','3',8,'S',NULL,'1','152200','231200'),('231281','2018-01-30 19:30:19',NULL,NULL,NULL,'安达市','黑龙江省绥化市安达市','3',9,'A',NULL,'1','151400','231200'),('231282','2018-01-30 19:30:19',NULL,NULL,NULL,'肇东市','黑龙江省绥化市肇东市','3',10,'Z',NULL,'1','151100','231200'),('231283','2018-01-30 19:30:19',NULL,NULL,NULL,'海伦市','黑龙江省绥化市海伦市','3',11,'H',NULL,'1','152300','231200'),('232700','2018-01-30 19:30:19',NULL,NULL,NULL,'大兴安岭地区','黑龙江省大兴安岭地区','2',13,'D',NULL,'1','165000','230000'),('232721','2018-01-30 19:30:19',NULL,NULL,NULL,'呼玛县','黑龙江省大兴安岭地区呼玛县','3',1,'H',NULL,'1','165100','232700'),('232722','2018-01-30 19:30:19',NULL,NULL,NULL,'塔河县','黑龙江省大兴安岭地区塔河县','3',2,'T',NULL,'1','165200','232700'),('232723','2018-01-30 19:30:19',NULL,NULL,NULL,'漠河县','黑龙江省大兴安岭地区漠河县','3',3,'M',NULL,'1','165300','232700'),('310000','2018-01-30 19:30:19',NULL,NULL,NULL,'上海市','上海市','1',9,'S',NULL,'1','','100000'),('310100','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','上海市市辖区','2',1,'S',NULL,'1','200000','310000'),('310101','2018-01-30 19:30:19',NULL,NULL,NULL,'黄浦区','上海市市辖区黄浦区','3',1,'H',NULL,'1','200001','310100'),('310104','2018-01-30 19:30:19',NULL,NULL,NULL,'徐汇区','上海市市辖区徐汇区','3',2,'X',NULL,'1','200030','310100'),('310105','2018-01-30 19:30:19',NULL,NULL,NULL,'长宁区','上海市市辖区长宁区','3',3,'C',NULL,'1','200050','310100'),('310106','2018-01-30 19:30:19',NULL,NULL,NULL,'静安区','上海市市辖区静安区','3',4,'J',NULL,'1','200040','310100'),('310107','2018-01-30 19:30:19',NULL,NULL,NULL,'普陀区','上海市市辖区普陀区','3',5,'P',NULL,'1','200333','310100'),('310109','2018-01-30 19:30:19',NULL,NULL,NULL,'虹口区','上海市市辖区虹口区','3',6,'H',NULL,'1','200086','310100'),('310110','2018-01-30 19:30:19',NULL,NULL,NULL,'杨浦区','上海市市辖区杨浦区','3',7,'Y',NULL,'1','200082','310100'),('310112','2018-01-30 19:30:19',NULL,NULL,NULL,'闵行区','上海市市辖区闵行区','3',8,'Z',NULL,'1','201100','310100'),('310113','2018-01-30 19:30:19',NULL,NULL,NULL,'宝山区','上海市市辖区宝山区','3',9,'B',NULL,'1','201900','310100'),('310114','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉定区','上海市市辖区嘉定区','3',10,'J',NULL,'1','201800','310100'),('310115','2018-01-30 19:30:19',NULL,NULL,NULL,'浦东新区','上海市市辖区浦东新区','3',11,'P',NULL,'1','200135','310100'),('310116','2018-01-30 19:30:19',NULL,NULL,NULL,'金山区','上海市市辖区金山区','3',12,'J',NULL,'1','200540','310100'),('310117','2018-01-30 19:30:19',NULL,NULL,NULL,'松江区','上海市市辖区松江区','3',13,'S',NULL,'1','201600','310100'),('310118','2018-01-30 19:30:19',NULL,NULL,NULL,'青浦区','上海市市辖区青浦区','3',14,'Q',NULL,'1','201700','310100'),('310120','2018-01-30 19:30:19',NULL,NULL,NULL,'奉贤区','上海市市辖区奉贤区','3',15,'F',NULL,'1','201400','310100'),('310151','2018-01-30 19:30:19',NULL,NULL,NULL,'崇明区','上海市市辖区崇明区','3',16,'C',NULL,'1',NULL,'310100'),('320000','2018-01-30 19:30:19',NULL,NULL,NULL,'江苏省','江苏省','1',10,'J',NULL,'1','','100000'),('320100','2018-01-30 19:30:19',NULL,NULL,NULL,'南京市','江苏省南京市','2',1,'N',NULL,'1','210008','320000'),('320101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省南京市市辖区','3',1,'S',NULL,'1',NULL,'320100'),('320102','2018-01-30 19:30:19',NULL,NULL,NULL,'玄武区','江苏省南京市玄武区','3',2,'X',NULL,'1','210018','320100'),('320104','2018-01-30 19:30:19',NULL,NULL,NULL,'秦淮区','江苏省南京市秦淮区','3',3,'Q',NULL,'1','210001','320100'),('320105','2018-01-30 19:30:19',NULL,NULL,NULL,'建邺区','江苏省南京市建邺区','3',4,'J',NULL,'1','210004','320100'),('320106','2018-01-30 19:30:19',NULL,NULL,NULL,'鼓楼区','江苏省南京市鼓楼区','3',5,'G',NULL,'1','210009','320100'),('320111','2018-01-30 19:30:19',NULL,NULL,NULL,'浦口区','江苏省南京市浦口区','3',6,'P',NULL,'1','211800','320100'),('320113','2018-01-30 19:30:19',NULL,NULL,NULL,'栖霞区','江苏省南京市栖霞区','3',7,'Q',NULL,'1','210046','320100'),('320114','2018-01-30 19:30:19',NULL,NULL,NULL,'雨花台区','江苏省南京市雨花台区','3',8,'Y',NULL,'1','210012','320100'),('320115','2018-01-30 19:30:19',NULL,NULL,NULL,'江宁区','江苏省南京市江宁区','3',9,'J',NULL,'1','211100','320100'),('320116','2018-01-30 19:30:19',NULL,NULL,NULL,'六合区','江苏省南京市六合区','3',10,'L',NULL,'1','211500','320100'),('320117','2018-01-30 19:30:19',NULL,NULL,NULL,'溧水区','江苏省南京市溧水区','3',11,'Z',NULL,'1','211200','320100'),('320118','2018-01-30 19:30:19',NULL,NULL,NULL,'高淳区','江苏省南京市高淳区','3',12,'G',NULL,'1','211300','320100'),('320200','2018-01-30 19:30:19',NULL,NULL,NULL,'无锡市','江苏省无锡市','2',2,'W',NULL,'1','214000','320000'),('320201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省无锡市市辖区','3',1,'S',NULL,'1',NULL,'320200'),('320205','2018-01-30 19:30:19',NULL,NULL,NULL,'锡山区','江苏省无锡市锡山区','3',2,'X',NULL,'1','214101','320200'),('320206','2018-01-30 19:30:19',NULL,NULL,NULL,'惠山区','江苏省无锡市惠山区','3',3,'H',NULL,'1','214174','320200'),('320211','2018-01-30 19:30:19',NULL,NULL,NULL,'滨湖区','江苏省无锡市滨湖区','3',4,'B',NULL,'1','214123','320200'),('320213','2018-01-30 19:30:19',NULL,NULL,NULL,'梁溪区','江苏省无锡市梁溪区','3',5,'L',NULL,'1',NULL,'320200'),('320214','2018-01-30 19:30:19',NULL,NULL,NULL,'新吴区','江苏省无锡市新吴区','3',6,'X',NULL,'1',NULL,'320200'),('320281','2018-01-30 19:30:19',NULL,NULL,NULL,'江阴市','江苏省无锡市江阴市','3',7,'J',NULL,'1','214431','320200'),('320282','2018-01-30 19:30:19',NULL,NULL,NULL,'宜兴市','江苏省无锡市宜兴市','3',8,'Y',NULL,'1','214200','320200'),('320300','2018-01-30 19:30:19',NULL,NULL,NULL,'徐州市','江苏省徐州市','2',3,'X',NULL,'1','221003','320000'),('320301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省徐州市市辖区','3',1,'S',NULL,'1',NULL,'320300'),('320302','2018-01-30 19:30:19',NULL,NULL,NULL,'鼓楼区','江苏省徐州市鼓楼区','3',2,'G',NULL,'1','221005','320300'),('320303','2018-01-30 19:30:19',NULL,NULL,NULL,'云龙区','江苏省徐州市云龙区','3',3,'Y',NULL,'1','221007','320300'),('320305','2018-01-30 19:30:19',NULL,NULL,NULL,'贾汪区','江苏省徐州市贾汪区','3',4,'J',NULL,'1','221003','320300'),('320311','2018-01-30 19:30:19',NULL,NULL,NULL,'泉山区','江苏省徐州市泉山区','3',5,'Q',NULL,'1','221006','320300'),('320312','2018-01-30 19:30:19',NULL,NULL,NULL,'铜山区','江苏省徐州市铜山区','3',6,'T',NULL,'1','221106','320300'),('320321','2018-01-30 19:30:19',NULL,NULL,NULL,'丰县','江苏省徐州市丰县','3',7,'F',NULL,'1','221700','320300'),('320322','2018-01-30 19:30:19',NULL,NULL,NULL,'沛县','江苏省徐州市沛县','3',8,'P',NULL,'1','221600','320300'),('320324','2018-01-30 19:30:19',NULL,NULL,NULL,'睢宁县','江苏省徐州市睢宁县','3',9,'Z',NULL,'1','221200','320300'),('320381','2018-01-30 19:30:19',NULL,NULL,NULL,'新沂市','江苏省徐州市新沂市','3',10,'X',NULL,'1','221400','320300'),('320382','2018-01-30 19:30:19',NULL,NULL,NULL,'邳州市','江苏省徐州市邳州市','3',11,'Z',NULL,'1','221300','320300'),('320400','2018-01-30 19:30:19',NULL,NULL,NULL,'常州市','江苏省常州市','2',4,'C',NULL,'1','213000','320000'),('320401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省常州市市辖区','3',1,'S',NULL,'1',NULL,'320400'),('320402','2018-01-30 19:30:19',NULL,NULL,NULL,'天宁区','江苏省常州市天宁区','3',2,'T',NULL,'1','213000','320400'),('320404','2018-01-30 19:30:19',NULL,NULL,NULL,'钟楼区','江苏省常州市钟楼区','3',3,'Z',NULL,'1','213023','320400'),('320411','2018-01-30 19:30:19',NULL,NULL,NULL,'新北区','江苏省常州市新北区','3',4,'X',NULL,'1','213022','320400'),('320412','2018-01-30 19:30:19',NULL,NULL,NULL,'武进区','江苏省常州市武进区','3',5,'W',NULL,'1','213100','320400'),('320413','2018-01-30 19:30:19',NULL,NULL,NULL,'金坛区','江苏省常州市金坛区','3',6,'J',NULL,'1',NULL,'320400'),('320481','2018-01-30 19:30:19',NULL,NULL,NULL,'溧阳市','江苏省常州市溧阳市','3',7,'Z',NULL,'1','213300','320400'),('320500','2018-01-30 19:30:19',NULL,NULL,NULL,'苏州市','江苏省苏州市','2',5,'S',NULL,'1','215002','320000'),('320501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省苏州市市辖区','3',1,'S',NULL,'1',NULL,'320500'),('320505','2018-01-30 19:30:19',NULL,NULL,NULL,'虎丘区','江苏省苏州市虎丘区','3',2,'H',NULL,'1','215004','320500'),('320506','2018-01-30 19:30:19',NULL,NULL,NULL,'吴中区','江苏省苏州市吴中区','3',3,'W',NULL,'1','215128','320500'),('320507','2018-01-30 19:30:19',NULL,NULL,NULL,'相城区','江苏省苏州市相城区','3',4,'X',NULL,'1','215131','320500'),('320508','2018-01-30 19:30:19',NULL,NULL,NULL,'姑苏区','江苏省苏州市姑苏区','3',5,'G',NULL,'1','215031','320500'),('320509','2018-01-30 19:30:19',NULL,NULL,NULL,'吴江区','江苏省苏州市吴江区','3',6,'W',NULL,'1','215200','320500'),('320581','2018-01-30 19:30:19',NULL,NULL,NULL,'常熟市','江苏省苏州市常熟市','3',7,'C',NULL,'1','215500','320500'),('320582','2018-01-30 19:30:19',NULL,NULL,NULL,'张家港市','江苏省苏州市张家港市','3',8,'Z',NULL,'1','215600','320500'),('320583','2018-01-30 19:30:19',NULL,NULL,NULL,'昆山市','江苏省苏州市昆山市','3',9,'K',NULL,'1','215300','320500'),('320585','2018-01-30 19:30:19',NULL,NULL,NULL,'太仓市','江苏省苏州市太仓市','3',10,'T',NULL,'1','215400','320500'),('320600','2018-01-30 19:30:19',NULL,NULL,NULL,'南通市','江苏省南通市','2',6,'N',NULL,'1','226001','320000'),('320601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省南通市市辖区','3',1,'S',NULL,'1',NULL,'320600'),('320602','2018-01-30 19:30:19',NULL,NULL,NULL,'崇川区','江苏省南通市崇川区','3',2,'C',NULL,'1','226001','320600'),('320611','2018-01-30 19:30:19',NULL,NULL,NULL,'港闸区','江苏省南通市港闸区','3',3,'G',NULL,'1','226001','320600'),('320612','2018-01-30 19:30:19',NULL,NULL,NULL,'通州区','江苏省南通市通州区','3',4,'T',NULL,'1','226300','320600'),('320621','2018-01-30 19:30:19',NULL,NULL,NULL,'海安县','江苏省南通市海安县','3',5,'H',NULL,'1','226600','320600'),('320623','2018-01-30 19:30:19',NULL,NULL,NULL,'如东县','江苏省南通市如东县','3',6,'R',NULL,'1','226400','320600'),('320681','2018-01-30 19:30:19',NULL,NULL,NULL,'启东市','江苏省南通市启东市','3',7,'Q',NULL,'1','226200','320600'),('320682','2018-01-30 19:30:19',NULL,NULL,NULL,'如皋市','江苏省南通市如皋市','3',8,'R',NULL,'1','226500','320600'),('320684','2018-01-30 19:30:19',NULL,NULL,NULL,'海门市','江苏省南通市海门市','3',9,'H',NULL,'1','226100','320600'),('320700','2018-01-30 19:30:19',NULL,NULL,NULL,'连云港市','江苏省连云港市','2',7,'L',NULL,'1','222002','320000'),('320701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省连云港市市辖区','3',1,'S',NULL,'1',NULL,'320700'),('320703','2018-01-30 19:30:19',NULL,NULL,NULL,'连云区','江苏省连云港市连云区','3',2,'L',NULL,'1','222042','320700'),('320706','2018-01-30 19:30:19',NULL,NULL,NULL,'海州区','江苏省连云港市海州区','3',3,'H',NULL,'1','222003','320700'),('320707','2018-01-30 19:30:19',NULL,NULL,NULL,'赣榆区','江苏省连云港市赣榆区','3',4,'G',NULL,'1','222100','320700'),('320722','2018-01-30 19:30:19',NULL,NULL,NULL,'东海县','江苏省连云港市东海县','3',5,'D',NULL,'1','222300','320700'),('320723','2018-01-30 19:30:19',NULL,NULL,NULL,'灌云县','江苏省连云港市灌云县','3',6,'G',NULL,'1','222200','320700'),('320724','2018-01-30 19:30:19',NULL,NULL,NULL,'灌南县','江苏省连云港市灌南县','3',7,'G',NULL,'1','222500','320700'),('320800','2018-01-30 19:30:19',NULL,NULL,NULL,'淮安市','江苏省淮安市','2',8,'H',NULL,'1','223001','320000'),('320801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省淮安市市辖区','3',1,'S',NULL,'1',NULL,'320800'),('320803','2018-01-30 19:30:19',NULL,NULL,NULL,'淮安区','江苏省淮安市淮安区','3',2,'H',NULL,'1','223200','320800'),('320804','2018-01-30 19:30:19',NULL,NULL,NULL,'淮阴区','江苏省淮安市淮阴区','3',3,'H',NULL,'1','223300','320800'),('320812','2018-01-30 19:30:19',NULL,NULL,NULL,'清江浦区','江苏省淮安市清江浦区','3',4,'Q',NULL,'1',NULL,'320800'),('320813','2018-01-30 19:30:19',NULL,NULL,NULL,'洪泽区','江苏省淮安市洪泽区','3',5,'H',NULL,'1',NULL,'320800'),('320826','2018-01-30 19:30:19',NULL,NULL,NULL,'涟水县','江苏省淮安市涟水县','3',6,'L',NULL,'1','223400','320800'),('320830','2018-01-30 19:30:19',NULL,NULL,NULL,'盱眙县','江苏省淮安市盱眙县','3',7,'Z',NULL,'1','211700','320800'),('320831','2018-01-30 19:30:19',NULL,NULL,NULL,'金湖县','江苏省淮安市金湖县','3',8,'J',NULL,'1','211600','320800'),('320900','2018-01-30 19:30:19',NULL,NULL,NULL,'盐城市','江苏省盐城市','2',9,'Y',NULL,'1','224005','320000'),('320901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省盐城市市辖区','3',1,'S',NULL,'1',NULL,'320900'),('320902','2018-01-30 19:30:19',NULL,NULL,NULL,'亭湖区','江苏省盐城市亭湖区','3',2,'T',NULL,'1','224005','320900'),('320903','2018-01-30 19:30:19',NULL,NULL,NULL,'盐都区','江苏省盐城市盐都区','3',3,'Y',NULL,'1','224055','320900'),('320904','2018-01-30 19:30:19',NULL,NULL,NULL,'大丰区','江苏省盐城市大丰区','3',4,'D',NULL,'1',NULL,'320900'),('320921','2018-01-30 19:30:19',NULL,NULL,NULL,'响水县','江苏省盐城市响水县','3',5,'X',NULL,'1','224600','320900'),('320922','2018-01-30 19:30:19',NULL,NULL,NULL,'滨海县','江苏省盐城市滨海县','3',6,'B',NULL,'1','224500','320900'),('320923','2018-01-30 19:30:19',NULL,NULL,NULL,'阜宁县','江苏省盐城市阜宁县','3',7,'F',NULL,'1','224400','320900'),('320924','2018-01-30 19:30:19',NULL,NULL,NULL,'射阳县','江苏省盐城市射阳县','3',8,'S',NULL,'1','224300','320900'),('320925','2018-01-30 19:30:19',NULL,NULL,NULL,'建湖县','江苏省盐城市建湖县','3',9,'J',NULL,'1','224700','320900'),('320981','2018-01-30 19:30:19',NULL,NULL,NULL,'东台市','江苏省盐城市东台市','3',10,'D',NULL,'1','224200','320900'),('321000','2018-01-30 19:30:19',NULL,NULL,NULL,'扬州市','江苏省扬州市','2',10,'Y',NULL,'1','225002','320000'),('321001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省扬州市市辖区','3',1,'S',NULL,'1',NULL,'321000'),('321002','2018-01-30 19:30:19',NULL,NULL,NULL,'广陵区','江苏省扬州市广陵区','3',2,'G',NULL,'1','225002','321000'),('321003','2018-01-30 19:30:19',NULL,NULL,NULL,'邗江区','江苏省扬州市邗江区','3',3,'Z',NULL,'1','225002','321000'),('321012','2018-01-30 19:30:19',NULL,NULL,NULL,'江都区','江苏省扬州市江都区','3',4,'J',NULL,'1','225200','321000'),('321023','2018-01-30 19:30:19',NULL,NULL,NULL,'宝应县','江苏省扬州市宝应县','3',5,'B',NULL,'1','225800','321000'),('321081','2018-01-30 19:30:19',NULL,NULL,NULL,'仪征市','江苏省扬州市仪征市','3',6,'Y',NULL,'1','211400','321000'),('321084','2018-01-30 19:30:19',NULL,NULL,NULL,'高邮市','江苏省扬州市高邮市','3',7,'G',NULL,'1','225600','321000'),('321100','2018-01-30 19:30:19',NULL,NULL,NULL,'镇江市','江苏省镇江市','2',11,'Z',NULL,'1','212004','320000'),('321101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省镇江市市辖区','3',1,'S',NULL,'1',NULL,'321100'),('321102','2018-01-30 19:30:19',NULL,NULL,NULL,'京口区','江苏省镇江市京口区','3',2,'J',NULL,'1','212003','321100'),('321111','2018-01-30 19:30:19',NULL,NULL,NULL,'润州区','江苏省镇江市润州区','3',3,'R',NULL,'1','212005','321100'),('321112','2018-01-30 19:30:19',NULL,NULL,NULL,'丹徒区','江苏省镇江市丹徒区','3',4,'D',NULL,'1','212028','321100'),('321181','2018-01-30 19:30:19',NULL,NULL,NULL,'丹阳市','江苏省镇江市丹阳市','3',5,'D',NULL,'1','212300','321100'),('321182','2018-01-30 19:30:19',NULL,NULL,NULL,'扬中市','江苏省镇江市扬中市','3',6,'Y',NULL,'1','212200','321100'),('321183','2018-01-30 19:30:19',NULL,NULL,NULL,'句容市','江苏省镇江市句容市','3',7,'J',NULL,'1','212400','321100'),('321200','2018-01-30 19:30:19',NULL,NULL,NULL,'泰州市','江苏省泰州市','2',12,'T',NULL,'1','225300','320000'),('321201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省泰州市市辖区','3',1,'S',NULL,'1',NULL,'321200'),('321202','2018-01-30 19:30:19',NULL,NULL,NULL,'海陵区','江苏省泰州市海陵区','3',2,'H',NULL,'1','225300','321200'),('321203','2018-01-30 19:30:19',NULL,NULL,NULL,'高港区','江苏省泰州市高港区','3',3,'G',NULL,'1','225321','321200'),('321204','2018-01-30 19:30:19',NULL,NULL,NULL,'姜堰区','江苏省泰州市姜堰区','3',4,'J',NULL,'1','225500','321200'),('321281','2018-01-30 19:30:19',NULL,NULL,NULL,'兴化市','江苏省泰州市兴化市','3',5,'X',NULL,'1','225700','321200'),('321282','2018-01-30 19:30:19',NULL,NULL,NULL,'靖江市','江苏省泰州市靖江市','3',6,'J',NULL,'1','214500','321200'),('321283','2018-01-30 19:30:19',NULL,NULL,NULL,'泰兴市','江苏省泰州市泰兴市','3',7,'T',NULL,'1','225400','321200'),('321300','2018-01-30 19:30:19',NULL,NULL,NULL,'宿迁市','江苏省宿迁市','2',13,'S',NULL,'1','223800','320000'),('321301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江苏省宿迁市市辖区','3',1,'S',NULL,'1',NULL,'321300'),('321302','2018-01-30 19:30:19',NULL,NULL,NULL,'宿城区','江苏省宿迁市宿城区','3',2,'S',NULL,'1','223800','321300'),('321311','2018-01-30 19:30:19',NULL,NULL,NULL,'宿豫区','江苏省宿迁市宿豫区','3',3,'S',NULL,'1','223800','321300'),('321322','2018-01-30 19:30:19',NULL,NULL,NULL,'沭阳县','江苏省宿迁市沭阳县','3',4,'Z',NULL,'1','223600','321300'),('321323','2018-01-30 19:30:19',NULL,NULL,NULL,'泗阳县','江苏省宿迁市泗阳县','3',5,'Z',NULL,'1','223700','321300'),('321324','2018-01-30 19:30:19',NULL,NULL,NULL,'泗洪县','江苏省宿迁市泗洪县','3',6,'Z',NULL,'1','223900','321300'),('330000','2018-01-30 19:30:19',NULL,NULL,NULL,'浙江省','浙江省','1',11,'Z',NULL,'1','','100000'),('330100','2018-01-30 19:30:19',NULL,NULL,NULL,'杭州市','浙江省杭州市','2',1,'H',NULL,'1','310026','330000'),('330101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省杭州市市辖区','3',1,'S',NULL,'1',NULL,'330100'),('330102','2018-01-30 19:30:19',NULL,NULL,NULL,'上城区','浙江省杭州市上城区','3',2,'S',NULL,'1','310002','330100'),('330103','2018-01-30 19:30:19',NULL,NULL,NULL,'下城区','浙江省杭州市下城区','3',3,'X',NULL,'1','310006','330100'),('330104','2018-01-30 19:30:19',NULL,NULL,NULL,'江干区','浙江省杭州市江干区','3',4,'J',NULL,'1','310016','330100'),('330105','2018-01-30 19:30:19',NULL,NULL,NULL,'拱墅区','浙江省杭州市拱墅区','3',5,'G',NULL,'1','310011','330100'),('330106','2018-01-30 19:30:19',NULL,NULL,NULL,'西湖区','浙江省杭州市西湖区','3',6,'X',NULL,'1','310013','330100'),('330108','2018-01-30 19:30:19',NULL,NULL,NULL,'滨江区','浙江省杭州市滨江区','3',7,'B',NULL,'1','310051','330100'),('330109','2018-01-30 19:30:19',NULL,NULL,NULL,'萧山区','浙江省杭州市萧山区','3',8,'X',NULL,'1','311200','330100'),('330110','2018-01-30 19:30:19',NULL,NULL,NULL,'余杭区','浙江省杭州市余杭区','3',9,'Y',NULL,'1','311100','330100'),('330111','2018-01-30 19:30:19',NULL,NULL,NULL,'富阳区','浙江省杭州市富阳区','3',10,'F',NULL,'1',NULL,'330100'),('330122','2018-01-30 19:30:19',NULL,NULL,NULL,'桐庐县','浙江省杭州市桐庐县','3',11,'T',NULL,'1','311500','330100'),('330127','2018-01-30 19:30:19',NULL,NULL,NULL,'淳安县','浙江省杭州市淳安县','3',12,'C',NULL,'1','311700','330100'),('330182','2018-01-30 19:30:19',NULL,NULL,NULL,'建德市','浙江省杭州市建德市','3',13,'J',NULL,'1','311600','330100'),('330185','2018-01-30 19:30:19',NULL,NULL,NULL,'临安市','浙江省杭州市临安市','3',14,'L',NULL,'1','311300','330100'),('330200','2018-01-30 19:30:19',NULL,NULL,NULL,'宁波市','浙江省宁波市','2',2,'N',NULL,'1','315000','330000'),('330201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省宁波市市辖区','3',1,'S',NULL,'1',NULL,'330200'),('330203','2018-01-30 19:30:19',NULL,NULL,NULL,'海曙区','浙江省宁波市海曙区','3',2,'H',NULL,'1','315000','330200'),('330204','2018-01-30 19:30:19',NULL,NULL,NULL,'江东区','浙江省宁波市江东区','3',3,'J',NULL,'1','315040','330200'),('330205','2018-01-30 19:30:19',NULL,NULL,NULL,'江北区','浙江省宁波市江北区','3',4,'J',NULL,'1','315020','330200'),('330206','2018-01-30 19:30:19',NULL,NULL,NULL,'北仑区','浙江省宁波市北仑区','3',5,'B',NULL,'1','315800','330200'),('330211','2018-01-30 19:30:19',NULL,NULL,NULL,'镇海区','浙江省宁波市镇海区','3',6,'Z',NULL,'1','315200','330200'),('330212','2018-01-30 19:30:19',NULL,NULL,NULL,'鄞州区','浙江省宁波市鄞州区','3',7,'Z',NULL,'1','315100','330200'),('330225','2018-01-30 19:30:19',NULL,NULL,NULL,'象山县','浙江省宁波市象山县','3',8,'X',NULL,'1','315700','330200'),('330226','2018-01-30 19:30:19',NULL,NULL,NULL,'宁海县','浙江省宁波市宁海县','3',9,'N',NULL,'1','315600','330200'),('330281','2018-01-30 19:30:19',NULL,NULL,NULL,'余姚市','浙江省宁波市余姚市','3',10,'Y',NULL,'1','315400','330200'),('330282','2018-01-30 19:30:19',NULL,NULL,NULL,'慈溪市','浙江省宁波市慈溪市','3',11,'C',NULL,'1','315300','330200'),('330283','2018-01-30 19:30:19',NULL,NULL,NULL,'奉化市','浙江省宁波市奉化市','3',12,'F',NULL,'1','315500','330200'),('330300','2018-01-30 19:30:19',NULL,NULL,NULL,'温州市','浙江省温州市','2',3,'W',NULL,'1','325000','330000'),('330301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省温州市市辖区','3',1,'S',NULL,'1',NULL,'330300'),('330302','2018-01-30 19:30:19',NULL,NULL,NULL,'鹿城区','浙江省温州市鹿城区','3',2,'L',NULL,'1','325000','330300'),('330303','2018-01-30 19:30:19',NULL,NULL,NULL,'龙湾区','浙江省温州市龙湾区','3',3,'L',NULL,'1','325013','330300'),('330304','2018-01-30 19:30:19',NULL,NULL,NULL,'瓯海区','浙江省温州市瓯海区','3',4,'Z',NULL,'1','325005','330300'),('330305','2018-01-30 19:30:19',NULL,NULL,NULL,'洞头区','浙江省温州市洞头区','3',5,'D',NULL,'1',NULL,'330300'),('330324','2018-01-30 19:30:19',NULL,NULL,NULL,'永嘉县','浙江省温州市永嘉县','3',6,'Y',NULL,'1','325100','330300'),('330326','2018-01-30 19:30:19',NULL,NULL,NULL,'平阳县','浙江省温州市平阳县','3',7,'P',NULL,'1','325400','330300'),('330327','2018-01-30 19:30:19',NULL,NULL,NULL,'苍南县','浙江省温州市苍南县','3',8,'C',NULL,'1','325800','330300'),('330328','2018-01-30 19:30:19',NULL,NULL,NULL,'文成县','浙江省温州市文成县','3',9,'W',NULL,'1','325300','330300'),('330329','2018-01-30 19:30:19',NULL,NULL,NULL,'泰顺县','浙江省温州市泰顺县','3',10,'T',NULL,'1','325500','330300'),('330381','2018-01-30 19:30:19',NULL,NULL,NULL,'瑞安市','浙江省温州市瑞安市','3',11,'R',NULL,'1','325200','330300'),('330382','2018-01-30 19:30:19',NULL,NULL,NULL,'乐清市','浙江省温州市乐清市','3',12,'L',NULL,'1','325600','330300'),('330400','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉兴市','浙江省嘉兴市','2',4,'J',NULL,'1','314000','330000'),('330401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省嘉兴市市辖区','3',1,'S',NULL,'1',NULL,'330400'),('330402','2018-01-30 19:30:19',NULL,NULL,NULL,'南湖区','浙江省嘉兴市南湖区','3',2,'N',NULL,'1','314051','330400'),('330411','2018-01-30 19:30:19',NULL,NULL,NULL,'秀洲区','浙江省嘉兴市秀洲区','3',3,'X',NULL,'1','314031','330400'),('330421','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉善县','浙江省嘉兴市嘉善县','3',4,'J',NULL,'1','314100','330400'),('330424','2018-01-30 19:30:19',NULL,NULL,NULL,'海盐县','浙江省嘉兴市海盐县','3',5,'H',NULL,'1','314300','330400'),('330481','2018-01-30 19:30:19',NULL,NULL,NULL,'海宁市','浙江省嘉兴市海宁市','3',6,'H',NULL,'1','314400','330400'),('330482','2018-01-30 19:30:19',NULL,NULL,NULL,'平湖市','浙江省嘉兴市平湖市','3',7,'P',NULL,'1','314200','330400'),('330483','2018-01-30 19:30:19',NULL,NULL,NULL,'桐乡市','浙江省嘉兴市桐乡市','3',8,'T',NULL,'1','314500','330400'),('330500','2018-01-30 19:30:19',NULL,NULL,NULL,'湖州市','浙江省湖州市','2',5,'H',NULL,'1','313000','330000'),('330501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省湖州市市辖区','3',1,'S',NULL,'1',NULL,'330500'),('330502','2018-01-30 19:30:19',NULL,NULL,NULL,'吴兴区','浙江省湖州市吴兴区','3',2,'W',NULL,'1','313000','330500'),('330503','2018-01-30 19:30:19',NULL,NULL,NULL,'南浔区','浙江省湖州市南浔区','3',3,'N',NULL,'1','313009','330500'),('330521','2018-01-30 19:30:19',NULL,NULL,NULL,'德清县','浙江省湖州市德清县','3',4,'D',NULL,'1','313200','330500'),('330522','2018-01-30 19:30:19',NULL,NULL,NULL,'长兴县','浙江省湖州市长兴县','3',5,'C',NULL,'1','313100','330500'),('330523','2018-01-30 19:30:19',NULL,NULL,NULL,'安吉县','浙江省湖州市安吉县','3',6,'A',NULL,'1','313300','330500'),('330600','2018-01-30 19:30:19',NULL,NULL,NULL,'绍兴市','浙江省绍兴市','2',6,'S',NULL,'1','312000','330000'),('330601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省绍兴市市辖区','3',1,'S',NULL,'1',NULL,'330600'),('330602','2018-01-30 19:30:19',NULL,NULL,NULL,'越城区','浙江省绍兴市越城区','3',2,'Y',NULL,'1','312000','330600'),('330603','2018-01-30 19:30:19',NULL,NULL,NULL,'柯桥区','浙江省绍兴市柯桥区','3',3,'K',NULL,'1','312030','330600'),('330604','2018-01-30 19:30:19',NULL,NULL,NULL,'上虞区','浙江省绍兴市上虞区','3',4,'S',NULL,'1','312300','330600'),('330624','2018-01-30 19:30:19',NULL,NULL,NULL,'新昌县','浙江省绍兴市新昌县','3',5,'X',NULL,'1','312500','330600'),('330681','2018-01-30 19:30:19',NULL,NULL,NULL,'诸暨市','浙江省绍兴市诸暨市','3',6,'Z',NULL,'1','311800','330600'),('330683','2018-01-30 19:30:19',NULL,NULL,NULL,'嵊州市','浙江省绍兴市嵊州市','3',7,'Z',NULL,'1','312400','330600'),('330700','2018-01-30 19:30:19',NULL,NULL,NULL,'金华市','浙江省金华市','2',7,'J',NULL,'1','321000','330000'),('330701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省金华市市辖区','3',1,'S',NULL,'1',NULL,'330700'),('330702','2018-01-30 19:30:19',NULL,NULL,NULL,'婺城区','浙江省金华市婺城区','3',2,'Z',NULL,'1','321000','330700'),('330703','2018-01-30 19:30:19',NULL,NULL,NULL,'金东区','浙江省金华市金东区','3',3,'J',NULL,'1','321000','330700'),('330723','2018-01-30 19:30:19',NULL,NULL,NULL,'武义县','浙江省金华市武义县','3',4,'W',NULL,'1','321200','330700'),('330726','2018-01-30 19:30:19',NULL,NULL,NULL,'浦江县','浙江省金华市浦江县','3',5,'P',NULL,'1','322200','330700'),('330727','2018-01-30 19:30:19',NULL,NULL,NULL,'磐安县','浙江省金华市磐安县','3',6,'P',NULL,'1','322300','330700'),('330781','2018-01-30 19:30:19',NULL,NULL,NULL,'兰溪市','浙江省金华市兰溪市','3',7,'L',NULL,'1','321100','330700'),('330782','2018-01-30 19:30:19',NULL,NULL,NULL,'义乌市','浙江省金华市义乌市','3',8,'Y',NULL,'1','322000','330700'),('330783','2018-01-30 19:30:19',NULL,NULL,NULL,'东阳市','浙江省金华市东阳市','3',9,'D',NULL,'1','322100','330700'),('330784','2018-01-30 19:30:19',NULL,NULL,NULL,'永康市','浙江省金华市永康市','3',10,'Y',NULL,'1','321300','330700'),('330800','2018-01-30 19:30:19',NULL,NULL,NULL,'衢州市','浙江省衢州市','2',8,'Z',NULL,'1','324002','330000'),('330801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省衢州市市辖区','3',1,'S',NULL,'1',NULL,'330800'),('330802','2018-01-30 19:30:19',NULL,NULL,NULL,'柯城区','浙江省衢州市柯城区','3',2,'K',NULL,'1','324100','330800'),('330803','2018-01-30 19:30:19',NULL,NULL,NULL,'衢江区','浙江省衢州市衢江区','3',3,'Z',NULL,'1','324022','330800'),('330822','2018-01-30 19:30:19',NULL,NULL,NULL,'常山县','浙江省衢州市常山县','3',4,'C',NULL,'1','324200','330800'),('330824','2018-01-30 19:30:19',NULL,NULL,NULL,'开化县','浙江省衢州市开化县','3',5,'K',NULL,'1','324300','330800'),('330825','2018-01-30 19:30:19',NULL,NULL,NULL,'龙游县','浙江省衢州市龙游县','3',6,'L',NULL,'1','324400','330800'),('330881','2018-01-30 19:30:19',NULL,NULL,NULL,'江山市','浙江省衢州市江山市','3',7,'J',NULL,'1','324100','330800'),('330900','2018-01-30 19:30:19',NULL,NULL,NULL,'舟山市','浙江省舟山市','2',9,'Z',NULL,'1','316000','330000'),('330901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省舟山市市辖区','3',1,'S',NULL,'1',NULL,'330900'),('330902','2018-01-30 19:30:19',NULL,NULL,NULL,'定海区','浙江省舟山市定海区','3',2,'D',NULL,'1','316000','330900'),('330903','2018-01-30 19:30:19',NULL,NULL,NULL,'普陀区','浙江省舟山市普陀区','3',3,'P',NULL,'1','316100','330900'),('330921','2018-01-30 19:30:19',NULL,NULL,NULL,'岱山县','浙江省舟山市岱山县','3',4,'Z',NULL,'1','316200','330900'),('330922','2018-01-30 19:30:19',NULL,NULL,NULL,'嵊泗县','浙江省舟山市嵊泗县','3',5,'Z',NULL,'1','202450','330900'),('331000','2018-01-30 19:30:19',NULL,NULL,NULL,'台州市','浙江省台州市','2',10,'T',NULL,'1','318000','330000'),('331001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省台州市市辖区','3',1,'S',NULL,'1',NULL,'331000'),('331002','2018-01-30 19:30:19',NULL,NULL,NULL,'椒江区','浙江省台州市椒江区','3',2,'J',NULL,'1','318000','331000'),('331003','2018-01-30 19:30:19',NULL,NULL,NULL,'黄岩区','浙江省台州市黄岩区','3',3,'H',NULL,'1','318020','331000'),('331004','2018-01-30 19:30:19',NULL,NULL,NULL,'路桥区','浙江省台州市路桥区','3',4,'L',NULL,'1','318050','331000'),('331021','2018-01-30 19:30:19',NULL,NULL,NULL,'玉环县','浙江省台州市玉环县','3',5,'Y',NULL,'1','317600','331000'),('331022','2018-01-30 19:30:19',NULL,NULL,NULL,'三门县','浙江省台州市三门县','3',6,'S',NULL,'1','317100','331000'),('331023','2018-01-30 19:30:19',NULL,NULL,NULL,'天台县','浙江省台州市天台县','3',7,'T',NULL,'1','317200','331000'),('331024','2018-01-30 19:30:19',NULL,NULL,NULL,'仙居县','浙江省台州市仙居县','3',8,'X',NULL,'1','317300','331000'),('331081','2018-01-30 19:30:19',NULL,NULL,NULL,'温岭市','浙江省台州市温岭市','3',9,'W',NULL,'1','317500','331000'),('331082','2018-01-30 19:30:19',NULL,NULL,NULL,'临海市','浙江省台州市临海市','3',10,'L',NULL,'1','317000','331000'),('331100','2018-01-30 19:30:19',NULL,NULL,NULL,'丽水市','浙江省丽水市','2',11,'L',NULL,'1','323000','330000'),('331101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','浙江省丽水市市辖区','3',1,'S',NULL,'1',NULL,'331100'),('331102','2018-01-30 19:30:19',NULL,NULL,NULL,'莲都区','浙江省丽水市莲都区','3',2,'L',NULL,'1','323000','331100'),('331121','2018-01-30 19:30:19',NULL,NULL,NULL,'青田县','浙江省丽水市青田县','3',3,'Q',NULL,'1','323900','331100'),('331122','2018-01-30 19:30:19',NULL,NULL,NULL,'缙云县','浙江省丽水市缙云县','3',4,'Z',NULL,'1','321400','331100'),('331123','2018-01-30 19:30:19',NULL,NULL,NULL,'遂昌县','浙江省丽水市遂昌县','3',5,'S',NULL,'1','323300','331100'),('331124','2018-01-30 19:30:19',NULL,NULL,NULL,'松阳县','浙江省丽水市松阳县','3',6,'S',NULL,'1','323400','331100'),('331125','2018-01-30 19:30:19',NULL,NULL,NULL,'云和县','浙江省丽水市云和县','3',7,'Y',NULL,'1','323600','331100'),('331126','2018-01-30 19:30:19',NULL,NULL,NULL,'庆元县','浙江省丽水市庆元县','3',8,'Q',NULL,'1','323800','331100'),('331127','2018-01-30 19:30:19',NULL,NULL,NULL,'景宁畲族自治县','浙江省丽水市景宁畲族自治县','3',9,'J',NULL,'1','323500','331100'),('331181','2018-01-30 19:30:19',NULL,NULL,NULL,'龙泉市','浙江省丽水市龙泉市','3',10,'L',NULL,'1','323700','331100'),('340000','2018-01-30 19:30:19',NULL,NULL,NULL,'安徽省','安徽省','1',12,'A',NULL,'1','','100000'),('340100','2018-01-30 19:30:19',NULL,NULL,NULL,'合肥市','安徽省合肥市','2',1,'H',NULL,'1','230001','340000'),('340101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省合肥市市辖区','3',1,'S',NULL,'1',NULL,'340100'),('340102','2018-01-30 19:30:19',NULL,NULL,NULL,'瑶海区','安徽省合肥市瑶海区','3',2,'Y',NULL,'1','230011','340100'),('340103','2018-01-30 19:30:19',NULL,NULL,NULL,'庐阳区','安徽省合肥市庐阳区','3',3,'L',NULL,'1','230001','340100'),('340104','2018-01-30 19:30:19',NULL,NULL,NULL,'蜀山区','安徽省合肥市蜀山区','3',4,'S',NULL,'1','230031','340100'),('340111','2018-01-30 19:30:19',NULL,NULL,NULL,'包河区','安徽省合肥市包河区','3',5,'B',NULL,'1','230041','340100'),('340121','2018-01-30 19:30:19',NULL,NULL,NULL,'长丰县','安徽省合肥市长丰县','3',6,'C',NULL,'1','231100','340100'),('340122','2018-01-30 19:30:19',NULL,NULL,NULL,'肥东县','安徽省合肥市肥东县','3',7,'F',NULL,'1','231600','340100'),('340123','2018-01-30 19:30:19',NULL,NULL,NULL,'肥西县','安徽省合肥市肥西县','3',8,'F',NULL,'1','231200','340100'),('340124','2018-01-30 19:30:19',NULL,NULL,NULL,'庐江县','安徽省合肥市庐江县','3',9,'L',NULL,'1','231500','340100'),('340181','2018-01-30 19:30:19',NULL,NULL,NULL,'巢湖市','安徽省合肥市巢湖市','3',10,'C',NULL,'1','238000','340100'),('340200','2018-01-30 19:30:19',NULL,NULL,NULL,'芜湖市','安徽省芜湖市','2',2,'W',NULL,'1','241000','340000'),('340201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省芜湖市市辖区','3',1,'S',NULL,'1',NULL,'340200'),('340202','2018-01-30 19:30:19',NULL,NULL,NULL,'镜湖区','安徽省芜湖市镜湖区','3',2,'J',NULL,'1','241000','340200'),('340203','2018-01-30 19:30:19',NULL,NULL,NULL,'弋江区','安徽省芜湖市弋江区','3',3,'Z',NULL,'1','241000','340200'),('340207','2018-01-30 19:30:19',NULL,NULL,NULL,'鸠江区','安徽省芜湖市鸠江区','3',4,'Z',NULL,'1','241000','340200'),('340208','2018-01-30 19:30:19',NULL,NULL,NULL,'三山区','安徽省芜湖市三山区','3',5,'S',NULL,'1','241000','340200'),('340221','2018-01-30 19:30:19',NULL,NULL,NULL,'芜湖县','安徽省芜湖市芜湖县','3',6,'W',NULL,'1','241100','340200'),('340222','2018-01-30 19:30:19',NULL,NULL,NULL,'繁昌县','安徽省芜湖市繁昌县','3',7,'F',NULL,'1','241200','340200'),('340223','2018-01-30 19:30:19',NULL,NULL,NULL,'南陵县','安徽省芜湖市南陵县','3',8,'N',NULL,'1','242400','340200'),('340225','2018-01-30 19:30:19',NULL,NULL,NULL,'无为县','安徽省芜湖市无为县','3',9,'W',NULL,'1','238300','340200'),('340300','2018-01-30 19:30:19',NULL,NULL,NULL,'蚌埠市','安徽省蚌埠市','2',3,'B',NULL,'1','233000','340000'),('340301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省蚌埠市市辖区','3',1,'S',NULL,'1',NULL,'340300'),('340302','2018-01-30 19:30:19',NULL,NULL,NULL,'龙子湖区','安徽省蚌埠市龙子湖区','3',2,'L',NULL,'1','233000','340300'),('340303','2018-01-30 19:30:19',NULL,NULL,NULL,'蚌山区','安徽省蚌埠市蚌山区','3',3,'B',NULL,'1','233000','340300'),('340304','2018-01-30 19:30:19',NULL,NULL,NULL,'禹会区','安徽省蚌埠市禹会区','3',4,'Y',NULL,'1','233010','340300'),('340311','2018-01-30 19:30:19',NULL,NULL,NULL,'淮上区','安徽省蚌埠市淮上区','3',5,'H',NULL,'1','233002','340300'),('340321','2018-01-30 19:30:19',NULL,NULL,NULL,'怀远县','安徽省蚌埠市怀远县','3',6,'H',NULL,'1','233400','340300'),('340322','2018-01-30 19:30:19',NULL,NULL,NULL,'五河县','安徽省蚌埠市五河县','3',7,'W',NULL,'1','233300','340300'),('340323','2018-01-30 19:30:19',NULL,NULL,NULL,'固镇县','安徽省蚌埠市固镇县','3',8,'G',NULL,'1','233700','340300'),('340400','2018-01-30 19:30:19',NULL,NULL,NULL,'淮南市','安徽省淮南市','2',4,'H',NULL,'1','232001','340000'),('340401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省淮南市市辖区','3',1,'S',NULL,'1',NULL,'340400'),('340402','2018-01-30 19:30:19',NULL,NULL,NULL,'大通区','安徽省淮南市大通区','3',2,'D',NULL,'1','232033','340400'),('340403','2018-01-30 19:30:19',NULL,NULL,NULL,'田家庵区','安徽省淮南市田家庵区','3',3,'T',NULL,'1','232000','340400'),('340404','2018-01-30 19:30:19',NULL,NULL,NULL,'谢家集区','安徽省淮南市谢家集区','3',4,'X',NULL,'1','232052','340400'),('340405','2018-01-30 19:30:19',NULL,NULL,NULL,'八公山区','安徽省淮南市八公山区','3',5,'B',NULL,'1','232072','340400'),('340406','2018-01-30 19:30:19',NULL,NULL,NULL,'潘集区','安徽省淮南市潘集区','3',6,'P',NULL,'1','232082','340400'),('340421','2018-01-30 19:30:19',NULL,NULL,NULL,'凤台县','安徽省淮南市凤台县','3',7,'F',NULL,'1','232100','340400'),('340422','2018-01-30 19:30:19',NULL,NULL,NULL,'寿县','安徽省淮南市寿县','3',8,'S',NULL,'1',NULL,'340400'),('340500','2018-01-30 19:30:19',NULL,NULL,NULL,'马鞍山市','安徽省马鞍山市','2',5,'M',NULL,'1','243001','340000'),('340501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省马鞍山市市辖区','3',1,'S',NULL,'1',NULL,'340500'),('340503','2018-01-30 19:30:19',NULL,NULL,NULL,'花山区','安徽省马鞍山市花山区','3',2,'H',NULL,'1','243000','340500'),('340504','2018-01-30 19:30:19',NULL,NULL,NULL,'雨山区','安徽省马鞍山市雨山区','3',3,'Y',NULL,'1','243071','340500'),('340506','2018-01-30 19:30:19',NULL,NULL,NULL,'博望区','安徽省马鞍山市博望区','3',4,'B',NULL,'1','243131','340500'),('340521','2018-01-30 19:30:19',NULL,NULL,NULL,'当涂县','安徽省马鞍山市当涂县','3',5,'D',NULL,'1','243100','340500'),('340522','2018-01-30 19:30:19',NULL,NULL,NULL,'含山县','安徽省马鞍山市含山县','3',6,'H',NULL,'1','238100','340500'),('340523','2018-01-30 19:30:19',NULL,NULL,NULL,'和县','安徽省马鞍山市和县','3',7,'H',NULL,'1','238200','340500'),('340600','2018-01-30 19:30:19',NULL,NULL,NULL,'淮北市','安徽省淮北市','2',6,'H',NULL,'1','235000','340000'),('340601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省淮北市市辖区','3',1,'S',NULL,'1',NULL,'340600'),('340602','2018-01-30 19:30:19',NULL,NULL,NULL,'杜集区','安徽省淮北市杜集区','3',2,'D',NULL,'1','235000','340600'),('340603','2018-01-30 19:30:19',NULL,NULL,NULL,'相山区','安徽省淮北市相山区','3',3,'X',NULL,'1','235000','340600'),('340604','2018-01-30 19:30:19',NULL,NULL,NULL,'烈山区','安徽省淮北市烈山区','3',4,'L',NULL,'1','235000','340600'),('340621','2018-01-30 19:30:19',NULL,NULL,NULL,'濉溪县','安徽省淮北市濉溪县','3',5,'Z',NULL,'1','235100','340600'),('340700','2018-01-30 19:30:19',NULL,NULL,NULL,'铜陵市','安徽省铜陵市','2',7,'T',NULL,'1','244000','340000'),('340701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省铜陵市市辖区','3',1,'S',NULL,'1',NULL,'340700'),('340705','2018-01-30 19:30:19',NULL,NULL,NULL,'铜官区','安徽省铜陵市铜官区','3',2,'T',NULL,'1',NULL,'340700'),('340706','2018-01-30 19:30:19',NULL,NULL,NULL,'义安区','安徽省铜陵市义安区','3',3,'Y',NULL,'1',NULL,'340700'),('340711','2018-01-30 19:30:19',NULL,NULL,NULL,'郊区','安徽省铜陵市郊区','3',4,'J',NULL,'1','244000','340700'),('340722','2018-01-30 19:30:19',NULL,NULL,NULL,'枞阳县','安徽省铜陵市枞阳县','3',5,'Z',NULL,'1',NULL,'340700'),('340800','2018-01-30 19:30:19',NULL,NULL,NULL,'安庆市','安徽省安庆市','2',8,'A',NULL,'1','246001','340000'),('340801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省安庆市市辖区','3',1,'S',NULL,'1',NULL,'340800'),('340802','2018-01-30 19:30:19',NULL,NULL,NULL,'迎江区','安徽省安庆市迎江区','3',2,'Y',NULL,'1','246001','340800'),('340803','2018-01-30 19:30:19',NULL,NULL,NULL,'大观区','安徽省安庆市大观区','3',3,'D',NULL,'1','246002','340800'),('340811','2018-01-30 19:30:19',NULL,NULL,NULL,'宜秀区','安徽省安庆市宜秀区','3',4,'Y',NULL,'1','246003','340800'),('340822','2018-01-30 19:30:19',NULL,NULL,NULL,'怀宁县','安徽省安庆市怀宁县','3',5,'H',NULL,'1','246100','340800'),('340824','2018-01-30 19:30:19',NULL,NULL,NULL,'潜山县','安徽省安庆市潜山县','3',6,'Q',NULL,'1','246300','340800'),('340825','2018-01-30 19:30:19',NULL,NULL,NULL,'太湖县','安徽省安庆市太湖县','3',7,'T',NULL,'1','246400','340800'),('340826','2018-01-30 19:30:19',NULL,NULL,NULL,'宿松县','安徽省安庆市宿松县','3',8,'S',NULL,'1','246500','340800'),('340827','2018-01-30 19:30:19',NULL,NULL,NULL,'望江县','安徽省安庆市望江县','3',9,'W',NULL,'1','246200','340800'),('340828','2018-01-30 19:30:19',NULL,NULL,NULL,'岳西县','安徽省安庆市岳西县','3',10,'Y',NULL,'1','246600','340800'),('340881','2018-01-30 19:30:19',NULL,NULL,NULL,'桐城市','安徽省安庆市桐城市','3',11,'T',NULL,'1','231400','340800'),('341000','2018-01-30 19:30:19',NULL,NULL,NULL,'黄山市','安徽省黄山市','2',9,'H',NULL,'1','245000','340000'),('341001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省黄山市市辖区','3',1,'S',NULL,'1',NULL,'341000'),('341002','2018-01-30 19:30:19',NULL,NULL,NULL,'屯溪区','安徽省黄山市屯溪区','3',2,'T',NULL,'1','245000','341000'),('341003','2018-01-30 19:30:19',NULL,NULL,NULL,'黄山区','安徽省黄山市黄山区','3',3,'H',NULL,'1','242700','341000'),('341004','2018-01-30 19:30:19',NULL,NULL,NULL,'徽州区','安徽省黄山市徽州区','3',4,'H',NULL,'1','245061','341000'),('341021','2018-01-30 19:30:19',NULL,NULL,NULL,'歙县','安徽省黄山市歙县','3',5,'Z',NULL,'1','245200','341000'),('341022','2018-01-30 19:30:19',NULL,NULL,NULL,'休宁县','安徽省黄山市休宁县','3',6,'X',NULL,'1','245400','341000'),('341023','2018-01-30 19:30:19',NULL,NULL,NULL,'黟县','安徽省黄山市黟县','3',7,'Z',NULL,'1','245500','341000'),('341024','2018-01-30 19:30:19',NULL,NULL,NULL,'祁门县','安徽省黄山市祁门县','3',8,'Q',NULL,'1','245600','341000'),('341100','2018-01-30 19:30:19',NULL,NULL,NULL,'滁州市','安徽省滁州市','2',10,'C',NULL,'1','239000','340000'),('341101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省滁州市市辖区','3',1,'S',NULL,'1',NULL,'341100'),('341102','2018-01-30 19:30:19',NULL,NULL,NULL,'琅琊区','安徽省滁州市琅琊区','3',2,'L',NULL,'1','239000','341100'),('341103','2018-01-30 19:30:19',NULL,NULL,NULL,'南谯区','安徽省滁州市南谯区','3',3,'N',NULL,'1','239000','341100'),('341122','2018-01-30 19:30:19',NULL,NULL,NULL,'来安县','安徽省滁州市来安县','3',4,'L',NULL,'1','239200','341100'),('341124','2018-01-30 19:30:19',NULL,NULL,NULL,'全椒县','安徽省滁州市全椒县','3',5,'Q',NULL,'1','239500','341100'),('341125','2018-01-30 19:30:19',NULL,NULL,NULL,'定远县','安徽省滁州市定远县','3',6,'D',NULL,'1','233200','341100'),('341126','2018-01-30 19:30:19',NULL,NULL,NULL,'凤阳县','安徽省滁州市凤阳县','3',7,'F',NULL,'1','233100','341100'),('341181','2018-01-30 19:30:19',NULL,NULL,NULL,'天长市','安徽省滁州市天长市','3',8,'T',NULL,'1','239300','341100'),('341182','2018-01-30 19:30:19',NULL,NULL,NULL,'明光市','安徽省滁州市明光市','3',9,'M',NULL,'1','239400','341100'),('341200','2018-01-30 19:30:19',NULL,NULL,NULL,'阜阳市','安徽省阜阳市','2',11,'F',NULL,'1','236033','340000'),('341201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省阜阳市市辖区','3',1,'S',NULL,'1',NULL,'341200'),('341202','2018-01-30 19:30:19',NULL,NULL,NULL,'颍州区','安徽省阜阳市颍州区','3',2,'Z',NULL,'1','236001','341200'),('341203','2018-01-30 19:30:19',NULL,NULL,NULL,'颍东区','安徽省阜阳市颍东区','3',3,'Z',NULL,'1','236058','341200'),('341204','2018-01-30 19:30:19',NULL,NULL,NULL,'颍泉区','安徽省阜阳市颍泉区','3',4,'Z',NULL,'1','236045','341200'),('341221','2018-01-30 19:30:19',NULL,NULL,NULL,'临泉县','安徽省阜阳市临泉县','3',5,'L',NULL,'1','236400','341200'),('341222','2018-01-30 19:30:19',NULL,NULL,NULL,'太和县','安徽省阜阳市太和县','3',6,'T',NULL,'1','236600','341200'),('341225','2018-01-30 19:30:19',NULL,NULL,NULL,'阜南县','安徽省阜阳市阜南县','3',7,'F',NULL,'1','236300','341200'),('341226','2018-01-30 19:30:19',NULL,NULL,NULL,'颍上县','安徽省阜阳市颍上县','3',8,'Z',NULL,'1','236200','341200'),('341282','2018-01-30 19:30:19',NULL,NULL,NULL,'界首市','安徽省阜阳市界首市','3',9,'J',NULL,'1','236500','341200'),('341300','2018-01-30 19:30:19',NULL,NULL,NULL,'宿州市','安徽省宿州市','2',12,'S',NULL,'1','234000','340000'),('341301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省宿州市市辖区','3',1,'S',NULL,'1',NULL,'341300'),('341302','2018-01-30 19:30:19',NULL,NULL,NULL,'埇桥区','安徽省宿州市埇桥区','3',2,NULL,NULL,'1','234000','341300'),('341321','2018-01-30 19:30:19',NULL,NULL,NULL,'砀山县','安徽省宿州市砀山县','3',3,'Z',NULL,'1','235300','341300'),('341322','2018-01-30 19:30:19',NULL,NULL,NULL,'萧县','安徽省宿州市萧县','3',4,'X',NULL,'1','235200','341300'),('341323','2018-01-30 19:30:19',NULL,NULL,NULL,'灵璧县','安徽省宿州市灵璧县','3',5,'L',NULL,'1','234200','341300'),('341324','2018-01-30 19:30:19',NULL,NULL,NULL,'泗县','安徽省宿州市泗县','3',6,'Z',NULL,'1','234300','341300'),('341500','2018-01-30 19:30:19',NULL,NULL,NULL,'六安市','安徽省六安市','2',13,'L',NULL,'1','237000','340000'),('341501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省六安市市辖区','3',1,'S',NULL,'1',NULL,'341500'),('341502','2018-01-30 19:30:19',NULL,NULL,NULL,'金安区','安徽省六安市金安区','3',2,'J',NULL,'1','237005','341500'),('341503','2018-01-30 19:30:19',NULL,NULL,NULL,'裕安区','安徽省六安市裕安区','3',3,'Y',NULL,'1','237010','341500'),('341504','2018-01-30 19:30:19',NULL,NULL,NULL,'叶集区','安徽省六安市叶集区','3',4,'Y',NULL,'1',NULL,'341500'),('341522','2018-01-30 19:30:19',NULL,NULL,NULL,'霍邱县','安徽省六安市霍邱县','3',5,'H',NULL,'1','237400','341500'),('341523','2018-01-30 19:30:19',NULL,NULL,NULL,'舒城县','安徽省六安市舒城县','3',6,'S',NULL,'1','231300','341500'),('341524','2018-01-30 19:30:19',NULL,NULL,NULL,'金寨县','安徽省六安市金寨县','3',7,'J',NULL,'1','237300','341500'),('341525','2018-01-30 19:30:19',NULL,NULL,NULL,'霍山县','安徽省六安市霍山县','3',8,'H',NULL,'1','237200','341500'),('341600','2018-01-30 19:30:19',NULL,NULL,NULL,'亳州市','安徽省亳州市','2',14,'Z',NULL,'1','236802','340000'),('341601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省亳州市市辖区','3',1,'S',NULL,'1',NULL,'341600'),('341602','2018-01-30 19:30:19',NULL,NULL,NULL,'谯城区','安徽省亳州市谯城区','3',2,'Z',NULL,'1','236800','341600'),('341621','2018-01-30 19:30:19',NULL,NULL,NULL,'涡阳县','安徽省亳州市涡阳县','3',3,'W',NULL,'1','233600','341600'),('341622','2018-01-30 19:30:19',NULL,NULL,NULL,'蒙城县','安徽省亳州市蒙城县','3',4,'M',NULL,'1','233500','341600'),('341623','2018-01-30 19:30:19',NULL,NULL,NULL,'利辛县','安徽省亳州市利辛县','3',5,'L',NULL,'1','236700','341600'),('341700','2018-01-30 19:30:19',NULL,NULL,NULL,'池州市','安徽省池州市','2',15,'C',NULL,'1','247100','340000'),('341701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省池州市市辖区','3',1,'S',NULL,'1',NULL,'341700'),('341702','2018-01-30 19:30:19',NULL,NULL,NULL,'贵池区','安徽省池州市贵池区','3',2,'G',NULL,'1','247100','341700'),('341721','2018-01-30 19:30:19',NULL,NULL,NULL,'东至县','安徽省池州市东至县','3',3,'D',NULL,'1','247200','341700'),('341722','2018-01-30 19:30:19',NULL,NULL,NULL,'石台县','安徽省池州市石台县','3',4,'S',NULL,'1','245100','341700'),('341723','2018-01-30 19:30:19',NULL,NULL,NULL,'青阳县','安徽省池州市青阳县','3',5,'Q',NULL,'1','242800','341700'),('341800','2018-01-30 19:30:19',NULL,NULL,NULL,'宣城市','安徽省宣城市','2',16,'X',NULL,'1','242000','340000'),('341801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','安徽省宣城市市辖区','3',1,'S',NULL,'1',NULL,'341800'),('341802','2018-01-30 19:30:19',NULL,NULL,NULL,'宣州区','安徽省宣城市宣州区','3',2,'X',NULL,'1','242000','341800'),('341821','2018-01-30 19:30:19',NULL,NULL,NULL,'郎溪县','安徽省宣城市郎溪县','3',3,'L',NULL,'1','242100','341800'),('341822','2018-01-30 19:30:19',NULL,NULL,NULL,'广德县','安徽省宣城市广德县','3',4,'G',NULL,'1','242200','341800'),('341823','2018-01-30 19:30:19',NULL,NULL,NULL,'泾县','安徽省宣城市泾县','3',5,'Z',NULL,'1','242500','341800'),('341824','2018-01-30 19:30:19',NULL,NULL,NULL,'绩溪县','安徽省宣城市绩溪县','3',6,'J',NULL,'1','245300','341800'),('341825','2018-01-30 19:30:19',NULL,NULL,NULL,'旌德县','安徽省宣城市旌德县','3',7,'Z',NULL,'1','242600','341800'),('341881','2018-01-30 19:30:19',NULL,NULL,NULL,'宁国市','安徽省宣城市宁国市','3',8,'N',NULL,'1','242300','341800'),('350000','2018-01-30 19:30:19',NULL,NULL,NULL,'福建省','福建省','1',13,'F',NULL,'1','','100000'),('350100','2018-01-30 19:30:19',NULL,NULL,NULL,'福州市','福建省福州市','2',1,'F',NULL,'1','350001','350000'),('350101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省福州市市辖区','3',1,'S',NULL,'1',NULL,'350100'),('350102','2018-01-30 19:30:19',NULL,NULL,NULL,'鼓楼区','福建省福州市鼓楼区','3',2,'G',NULL,'1','350001','350100'),('350103','2018-01-30 19:30:19',NULL,NULL,NULL,'台江区','福建省福州市台江区','3',3,'T',NULL,'1','350004','350100'),('350104','2018-01-30 19:30:19',NULL,NULL,NULL,'仓山区','福建省福州市仓山区','3',4,'C',NULL,'1','350007','350100'),('350105','2018-01-30 19:30:19',NULL,NULL,NULL,'马尾区','福建省福州市马尾区','3',5,'M',NULL,'1','350015','350100'),('350111','2018-01-30 19:30:19',NULL,NULL,NULL,'晋安区','福建省福州市晋安区','3',6,'J',NULL,'1','350011','350100'),('350121','2018-01-30 19:30:19',NULL,NULL,NULL,'闽侯县','福建省福州市闽侯县','3',7,'M',NULL,'1','350100','350100'),('350122','2018-01-30 19:30:19',NULL,NULL,NULL,'连江县','福建省福州市连江县','3',8,'L',NULL,'1','350500','350100'),('350123','2018-01-30 19:30:19',NULL,NULL,NULL,'罗源县','福建省福州市罗源县','3',9,'L',NULL,'1','350600','350100'),('350124','2018-01-30 19:30:19',NULL,NULL,NULL,'闽清县','福建省福州市闽清县','3',10,'M',NULL,'1','350800','350100'),('350125','2018-01-30 19:30:19',NULL,NULL,NULL,'永泰县','福建省福州市永泰县','3',11,'Y',NULL,'1','350700','350100'),('350128','2018-01-30 19:30:19',NULL,NULL,NULL,'平潭县','福建省福州市平潭县','3',12,'P',NULL,'1','350400','350100'),('350181','2018-01-30 19:30:19',NULL,NULL,NULL,'福清市','福建省福州市福清市','3',13,'F',NULL,'1','350300','350100'),('350182','2018-01-30 19:30:19',NULL,NULL,NULL,'长乐市','福建省福州市长乐市','3',14,'C',NULL,'1','350200','350100'),('350200','2018-01-30 19:30:19',NULL,NULL,NULL,'厦门市','福建省厦门市','2',2,'X',NULL,'1','361003','350000'),('350201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省厦门市市辖区','3',1,'S',NULL,'1',NULL,'350200'),('350203','2018-01-30 19:30:19',NULL,NULL,NULL,'思明区','福建省厦门市思明区','3',2,'S',NULL,'1','361001','350200'),('350205','2018-01-30 19:30:19',NULL,NULL,NULL,'海沧区','福建省厦门市海沧区','3',3,'H',NULL,'1','361026','350200'),('350206','2018-01-30 19:30:19',NULL,NULL,NULL,'湖里区','福建省厦门市湖里区','3',4,'H',NULL,'1','361006','350200'),('350211','2018-01-30 19:30:19',NULL,NULL,NULL,'集美区','福建省厦门市集美区','3',5,'J',NULL,'1','361021','350200'),('350212','2018-01-30 19:30:19',NULL,NULL,NULL,'同安区','福建省厦门市同安区','3',6,'T',NULL,'1','361100','350200'),('350213','2018-01-30 19:30:19',NULL,NULL,NULL,'翔安区','福建省厦门市翔安区','3',7,'X',NULL,'1','361101','350200'),('350300','2018-01-30 19:30:19',NULL,NULL,NULL,'莆田市','福建省莆田市','2',3,'P',NULL,'1','351100','350000'),('350301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省莆田市市辖区','3',1,'S',NULL,'1',NULL,'350300'),('350302','2018-01-30 19:30:19',NULL,NULL,NULL,'城厢区','福建省莆田市城厢区','3',2,'C',NULL,'1','351100','350300'),('350303','2018-01-30 19:30:19',NULL,NULL,NULL,'涵江区','福建省莆田市涵江区','3',3,'H',NULL,'1','351111','350300'),('350304','2018-01-30 19:30:19',NULL,NULL,NULL,'荔城区','福建省莆田市荔城区','3',4,'L',NULL,'1','351100','350300'),('350305','2018-01-30 19:30:19',NULL,NULL,NULL,'秀屿区','福建省莆田市秀屿区','3',5,'X',NULL,'1','351152','350300'),('350322','2018-01-30 19:30:19',NULL,NULL,NULL,'仙游县','福建省莆田市仙游县','3',6,'X',NULL,'1','351200','350300'),('350400','2018-01-30 19:30:19',NULL,NULL,NULL,'三明市','福建省三明市','2',4,'S',NULL,'1','365000','350000'),('350401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省三明市市辖区','3',1,'S',NULL,'1',NULL,'350400'),('350402','2018-01-30 19:30:19',NULL,NULL,NULL,'梅列区','福建省三明市梅列区','3',2,'M',NULL,'1','365000','350400'),('350403','2018-01-30 19:30:19',NULL,NULL,NULL,'三元区','福建省三明市三元区','3',3,'S',NULL,'1','365001','350400'),('350421','2018-01-30 19:30:19',NULL,NULL,NULL,'明溪县','福建省三明市明溪县','3',4,'M',NULL,'1','365200','350400'),('350423','2018-01-30 19:30:19',NULL,NULL,NULL,'清流县','福建省三明市清流县','3',5,'Q',NULL,'1','365300','350400'),('350424','2018-01-30 19:30:19',NULL,NULL,NULL,'宁化县','福建省三明市宁化县','3',6,'N',NULL,'1','365400','350400'),('350425','2018-01-30 19:30:19',NULL,NULL,NULL,'大田县','福建省三明市大田县','3',7,'D',NULL,'1','366100','350400'),('350426','2018-01-30 19:30:19',NULL,NULL,NULL,'尤溪县','福建省三明市尤溪县','3',8,'Y',NULL,'1','365100','350400'),('350427','2018-01-30 19:30:19',NULL,NULL,NULL,'沙县','福建省三明市沙县','3',9,'S',NULL,'1','365500','350400'),('350428','2018-01-30 19:30:19',NULL,NULL,NULL,'将乐县','福建省三明市将乐县','3',10,'J',NULL,'1','353300','350400'),('350429','2018-01-30 19:30:19',NULL,NULL,NULL,'泰宁县','福建省三明市泰宁县','3',11,'T',NULL,'1','354400','350400'),('350430','2018-01-30 19:30:19',NULL,NULL,NULL,'建宁县','福建省三明市建宁县','3',12,'J',NULL,'1','354500','350400'),('350481','2018-01-30 19:30:19',NULL,NULL,NULL,'永安市','福建省三明市永安市','3',13,'Y',NULL,'1','366000','350400'),('350500','2018-01-30 19:30:19',NULL,NULL,NULL,'泉州市','福建省泉州市','2',5,'Q',NULL,'1','362000','350000'),('350501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省泉州市市辖区','3',1,'S',NULL,'1',NULL,'350500'),('350502','2018-01-30 19:30:19',NULL,NULL,NULL,'鲤城区','福建省泉州市鲤城区','3',2,'L',NULL,'1','362000','350500'),('350503','2018-01-30 19:30:19',NULL,NULL,NULL,'丰泽区','福建省泉州市丰泽区','3',3,'F',NULL,'1','362000','350500'),('350504','2018-01-30 19:30:19',NULL,NULL,NULL,'洛江区','福建省泉州市洛江区','3',4,'L',NULL,'1','362011','350500'),('350505','2018-01-30 19:30:19',NULL,NULL,NULL,'泉港区','福建省泉州市泉港区','3',5,'Q',NULL,'1','362114','350500'),('350521','2018-01-30 19:30:19',NULL,NULL,NULL,'惠安县','福建省泉州市惠安县','3',6,'H',NULL,'1','362100','350500'),('350524','2018-01-30 19:30:19',NULL,NULL,NULL,'安溪县','福建省泉州市安溪县','3',7,'A',NULL,'1','362400','350500'),('350525','2018-01-30 19:30:19',NULL,NULL,NULL,'永春县','福建省泉州市永春县','3',8,'Y',NULL,'1','362600','350500'),('350526','2018-01-30 19:30:19',NULL,NULL,NULL,'德化县','福建省泉州市德化县','3',9,'D',NULL,'1','362500','350500'),('350527','2018-01-30 19:30:19',NULL,NULL,NULL,'金门县','福建省泉州市金门县','3',10,'J',NULL,'1','','350500'),('350581','2018-01-30 19:30:19',NULL,NULL,NULL,'石狮市','福建省泉州市石狮市','3',11,'S',NULL,'1','362700','350500'),('350582','2018-01-30 19:30:19',NULL,NULL,NULL,'晋江市','福建省泉州市晋江市','3',12,'J',NULL,'1','362200','350500'),('350583','2018-01-30 19:30:19',NULL,NULL,NULL,'南安市','福建省泉州市南安市','3',13,'N',NULL,'1','362300','350500'),('350600','2018-01-30 19:30:19',NULL,NULL,NULL,'漳州市','福建省漳州市','2',6,'Z',NULL,'1','363005','350000'),('350601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省漳州市市辖区','3',1,'S',NULL,'1',NULL,'350600'),('350602','2018-01-30 19:30:19',NULL,NULL,NULL,'芗城区','福建省漳州市芗城区','3',2,'Z',NULL,'1','363000','350600'),('350603','2018-01-30 19:30:19',NULL,NULL,NULL,'龙文区','福建省漳州市龙文区','3',3,'L',NULL,'1','363005','350600'),('350622','2018-01-30 19:30:19',NULL,NULL,NULL,'云霄县','福建省漳州市云霄县','3',4,'Y',NULL,'1','363300','350600'),('350623','2018-01-30 19:30:19',NULL,NULL,NULL,'漳浦县','福建省漳州市漳浦县','3',5,'Z',NULL,'1','363200','350600'),('350624','2018-01-30 19:30:19',NULL,NULL,NULL,'诏安县','福建省漳州市诏安县','3',6,'Z',NULL,'1','363500','350600'),('350625','2018-01-30 19:30:19',NULL,NULL,NULL,'长泰县','福建省漳州市长泰县','3',7,'C',NULL,'1','363900','350600'),('350626','2018-01-30 19:30:19',NULL,NULL,NULL,'东山县','福建省漳州市东山县','3',8,'D',NULL,'1','363400','350600'),('350627','2018-01-30 19:30:19',NULL,NULL,NULL,'南靖县','福建省漳州市南靖县','3',9,'N',NULL,'1','363600','350600'),('350628','2018-01-30 19:30:19',NULL,NULL,NULL,'平和县','福建省漳州市平和县','3',10,'P',NULL,'1','363700','350600'),('350629','2018-01-30 19:30:19',NULL,NULL,NULL,'华安县','福建省漳州市华安县','3',11,'H',NULL,'1','363800','350600'),('350681','2018-01-30 19:30:19',NULL,NULL,NULL,'龙海市','福建省漳州市龙海市','3',12,'L',NULL,'1','363100','350600'),('350700','2018-01-30 19:30:19',NULL,NULL,NULL,'南平市','福建省南平市','2',7,'N',NULL,'1','353000','350000'),('350701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省南平市市辖区','3',1,'S',NULL,'1',NULL,'350700'),('350702','2018-01-30 19:30:19',NULL,NULL,NULL,'延平区','福建省南平市延平区','3',2,'Y',NULL,'1','353000','350700'),('350703','2018-01-30 19:30:19',NULL,NULL,NULL,'建阳区','福建省南平市建阳区','3',3,'J',NULL,'1','354200','350700'),('350721','2018-01-30 19:30:19',NULL,NULL,NULL,'顺昌县','福建省南平市顺昌县','3',4,'S',NULL,'1','353200','350700'),('350722','2018-01-30 19:30:19',NULL,NULL,NULL,'浦城县','福建省南平市浦城县','3',5,'P',NULL,'1','353400','350700'),('350723','2018-01-30 19:30:19',NULL,NULL,NULL,'光泽县','福建省南平市光泽县','3',6,'G',NULL,'1','354100','350700'),('350724','2018-01-30 19:30:19',NULL,NULL,NULL,'松溪县','福建省南平市松溪县','3',7,'S',NULL,'1','353500','350700'),('350725','2018-01-30 19:30:19',NULL,NULL,NULL,'政和县','福建省南平市政和县','3',8,'Z',NULL,'1','353600','350700'),('350781','2018-01-30 19:30:19',NULL,NULL,NULL,'邵武市','福建省南平市邵武市','3',9,'S',NULL,'1','354000','350700'),('350782','2018-01-30 19:30:19',NULL,NULL,NULL,'武夷山市','福建省南平市武夷山市','3',10,'W',NULL,'1','354300','350700'),('350783','2018-01-30 19:30:19',NULL,NULL,NULL,'建瓯市','福建省南平市建瓯市','3',11,'J',NULL,'1','353100','350700'),('350800','2018-01-30 19:30:19',NULL,NULL,NULL,'龙岩市','福建省龙岩市','2',8,'L',NULL,'1','364000','350000'),('350801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省龙岩市市辖区','3',1,'S',NULL,'1',NULL,'350800'),('350802','2018-01-30 19:30:19',NULL,NULL,NULL,'新罗区','福建省龙岩市新罗区','3',2,'X',NULL,'1','364000','350800'),('350803','2018-01-30 19:30:19',NULL,NULL,NULL,'永定区','福建省龙岩市永定区','3',3,'Y',NULL,'1',NULL,'350800'),('350821','2018-01-30 19:30:19',NULL,NULL,NULL,'长汀县','福建省龙岩市长汀县','3',4,'C',NULL,'1','366300','350800'),('350823','2018-01-30 19:30:19',NULL,NULL,NULL,'上杭县','福建省龙岩市上杭县','3',5,'S',NULL,'1','364200','350800'),('350824','2018-01-30 19:30:19',NULL,NULL,NULL,'武平县','福建省龙岩市武平县','3',6,'W',NULL,'1','364300','350800'),('350825','2018-01-30 19:30:19',NULL,NULL,NULL,'连城县','福建省龙岩市连城县','3',7,'L',NULL,'1','366200','350800'),('350881','2018-01-30 19:30:19',NULL,NULL,NULL,'漳平市','福建省龙岩市漳平市','3',8,'Z',NULL,'1','364400','350800'),('350900','2018-01-30 19:30:19',NULL,NULL,NULL,'宁德市','福建省宁德市','2',9,'N',NULL,'1','352100','350000'),('350901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','福建省宁德市市辖区','3',1,'S',NULL,'1',NULL,'350900'),('350902','2018-01-30 19:30:19',NULL,NULL,NULL,'蕉城区','福建省宁德市蕉城区','3',2,'J',NULL,'1','352100','350900'),('350921','2018-01-30 19:30:19',NULL,NULL,NULL,'霞浦县','福建省宁德市霞浦县','3',3,'X',NULL,'1','355100','350900'),('350922','2018-01-30 19:30:19',NULL,NULL,NULL,'古田县','福建省宁德市古田县','3',4,'G',NULL,'1','352200','350900'),('350923','2018-01-30 19:30:19',NULL,NULL,NULL,'屏南县','福建省宁德市屏南县','3',5,'P',NULL,'1','352300','350900'),('350924','2018-01-30 19:30:19',NULL,NULL,NULL,'寿宁县','福建省宁德市寿宁县','3',6,'S',NULL,'1','355500','350900'),('350925','2018-01-30 19:30:19',NULL,NULL,NULL,'周宁县','福建省宁德市周宁县','3',7,'Z',NULL,'1','355400','350900'),('350926','2018-01-30 19:30:19',NULL,NULL,NULL,'柘荣县','福建省宁德市柘荣县','3',8,'Z',NULL,'1','355300','350900'),('350981','2018-01-30 19:30:19',NULL,NULL,NULL,'福安市','福建省宁德市福安市','3',9,'F',NULL,'1','355000','350900'),('350982','2018-01-30 19:30:19',NULL,NULL,NULL,'福鼎市','福建省宁德市福鼎市','3',10,'F',NULL,'1','355200','350900'),('360000','2018-01-30 19:30:19',NULL,NULL,NULL,'江西省','江西省','1',14,'J',NULL,'1','','100000'),('360100','2018-01-30 19:30:19',NULL,NULL,NULL,'南昌市','江西省南昌市','2',1,'N',NULL,'1','330008','360000'),('360101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省南昌市市辖区','3',1,'S',NULL,'1',NULL,'360100'),('360102','2018-01-30 19:30:19',NULL,NULL,NULL,'东湖区','江西省南昌市东湖区','3',2,'D',NULL,'1','330006','360100'),('360103','2018-01-30 19:30:19',NULL,NULL,NULL,'西湖区','江西省南昌市西湖区','3',3,'X',NULL,'1','330009','360100'),('360104','2018-01-30 19:30:19',NULL,NULL,NULL,'青云谱区','江西省南昌市青云谱区','3',4,'Q',NULL,'1','330001','360100'),('360105','2018-01-30 19:30:19',NULL,NULL,NULL,'湾里区','江西省南昌市湾里区','3',5,'W',NULL,'1','330004','360100'),('360111','2018-01-30 19:30:19',NULL,NULL,NULL,'青山湖区','江西省南昌市青山湖区','3',6,'Q',NULL,'1','330029','360100'),('360112','2018-01-30 19:30:19',NULL,NULL,NULL,'新建区','江西省南昌市新建区','3',7,'X',NULL,'1',NULL,'360100'),('360121','2018-01-30 19:30:19',NULL,NULL,NULL,'南昌县','江西省南昌市南昌县','3',8,'N',NULL,'1','330200','360100'),('360123','2018-01-30 19:30:19',NULL,NULL,NULL,'安义县','江西省南昌市安义县','3',9,'A',NULL,'1','330500','360100'),('360124','2018-01-30 19:30:19',NULL,NULL,NULL,'进贤县','江西省南昌市进贤县','3',10,'J',NULL,'1','331700','360100'),('360200','2018-01-30 19:30:19',NULL,NULL,NULL,'景德镇市','江西省景德镇市','2',2,'J',NULL,'1','333000','360000'),('360201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省景德镇市市辖区','3',1,'S',NULL,'1',NULL,'360200'),('360202','2018-01-30 19:30:19',NULL,NULL,NULL,'昌江区','江西省景德镇市昌江区','3',2,'C',NULL,'1','333000','360200'),('360203','2018-01-30 19:30:19',NULL,NULL,NULL,'珠山区','江西省景德镇市珠山区','3',3,'Z',NULL,'1','333000','360200'),('360222','2018-01-30 19:30:19',NULL,NULL,NULL,'浮梁县','江西省景德镇市浮梁县','3',4,'F',NULL,'1','333400','360200'),('360281','2018-01-30 19:30:19',NULL,NULL,NULL,'乐平市','江西省景德镇市乐平市','3',5,'L',NULL,'1','333300','360200'),('360300','2018-01-30 19:30:19',NULL,NULL,NULL,'萍乡市','江西省萍乡市','2',3,'P',NULL,'1','337000','360000'),('360301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省萍乡市市辖区','3',1,'S',NULL,'1',NULL,'360300'),('360302','2018-01-30 19:30:19',NULL,NULL,NULL,'安源区','江西省萍乡市安源区','3',2,'A',NULL,'1','337000','360300'),('360313','2018-01-30 19:30:19',NULL,NULL,NULL,'湘东区','江西省萍乡市湘东区','3',3,'X',NULL,'1','337016','360300'),('360321','2018-01-30 19:30:19',NULL,NULL,NULL,'莲花县','江西省萍乡市莲花县','3',4,'L',NULL,'1','337100','360300'),('360322','2018-01-30 19:30:19',NULL,NULL,NULL,'上栗县','江西省萍乡市上栗县','3',5,'S',NULL,'1','337009','360300'),('360323','2018-01-30 19:30:19',NULL,NULL,NULL,'芦溪县','江西省萍乡市芦溪县','3',6,'L',NULL,'1','337053','360300'),('360400','2018-01-30 19:30:19',NULL,NULL,NULL,'九江市','江西省九江市','2',4,'J',NULL,'1','332000','360000'),('360401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省九江市市辖区','3',1,'S',NULL,'1',NULL,'360400'),('360402','2018-01-30 19:30:19',NULL,NULL,NULL,'濂溪区','江西省九江市濂溪区','3',2,'Z',NULL,'1','332005','360400'),('360403','2018-01-30 19:30:19',NULL,NULL,NULL,'浔阳区','江西省九江市浔阳区','3',3,'Z',NULL,'1','332000','360400'),('360421','2018-01-30 19:30:19',NULL,NULL,NULL,'九江县','江西省九江市九江县','3',4,'J',NULL,'1','332100','360400'),('360423','2018-01-30 19:30:19',NULL,NULL,NULL,'武宁县','江西省九江市武宁县','3',5,'W',NULL,'1','332300','360400'),('360424','2018-01-30 19:30:19',NULL,NULL,NULL,'修水县','江西省九江市修水县','3',6,'X',NULL,'1','332400','360400'),('360425','2018-01-30 19:30:19',NULL,NULL,NULL,'永修县','江西省九江市永修县','3',7,'Y',NULL,'1','330300','360400'),('360426','2018-01-30 19:30:19',NULL,NULL,NULL,'德安县','江西省九江市德安县','3',8,'D',NULL,'1','330400','360400'),('360428','2018-01-30 19:30:19',NULL,NULL,NULL,'都昌县','江西省九江市都昌县','3',9,'D',NULL,'1','332600','360400'),('360429','2018-01-30 19:30:19',NULL,NULL,NULL,'湖口县','江西省九江市湖口县','3',10,'H',NULL,'1','332500','360400'),('360430','2018-01-30 19:30:19',NULL,NULL,NULL,'彭泽县','江西省九江市彭泽县','3',11,'P',NULL,'1','332700','360400'),('360481','2018-01-30 19:30:19',NULL,NULL,NULL,'瑞昌市','江西省九江市瑞昌市','3',12,'R',NULL,'1','332200','360400'),('360482','2018-01-30 19:30:19',NULL,NULL,NULL,'共青城市','江西省九江市共青城市','3',13,'G',NULL,'1','332020','360400'),('360483','2018-01-30 19:30:19',NULL,NULL,NULL,'庐山市','江西省九江市庐山市','3',14,'L',NULL,'1',NULL,'360400'),('360500','2018-01-30 19:30:19',NULL,NULL,NULL,'新余市','江西省新余市','2',5,'X',NULL,'1','338025','360000'),('360501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省新余市市辖区','3',1,'S',NULL,'1',NULL,'360500'),('360502','2018-01-30 19:30:19',NULL,NULL,NULL,'渝水区','江西省新余市渝水区','3',2,'Y',NULL,'1','338025','360500'),('360521','2018-01-30 19:30:19',NULL,NULL,NULL,'分宜县','江西省新余市分宜县','3',3,'F',NULL,'1','336600','360500'),('360600','2018-01-30 19:30:19',NULL,NULL,NULL,'鹰潭市','江西省鹰潭市','2',6,'Y',NULL,'1','335000','360000'),('360601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省鹰潭市市辖区','3',1,'S',NULL,'1',NULL,'360600'),('360602','2018-01-30 19:30:19',NULL,NULL,NULL,'月湖区','江西省鹰潭市月湖区','3',2,'Y',NULL,'1','335000','360600'),('360622','2018-01-30 19:30:19',NULL,NULL,NULL,'余江县','江西省鹰潭市余江县','3',3,'Y',NULL,'1','335200','360600'),('360681','2018-01-30 19:30:19',NULL,NULL,NULL,'贵溪市','江西省鹰潭市贵溪市','3',4,'G',NULL,'1','335400','360600'),('360700','2018-01-30 19:30:19',NULL,NULL,NULL,'赣州市','江西省赣州市','2',7,'G',NULL,'1','341000','360000'),('360701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省赣州市市辖区','3',1,'S',NULL,'1',NULL,'360700'),('360702','2018-01-30 19:30:19',NULL,NULL,NULL,'章贡区','江西省赣州市章贡区','3',2,'Z',NULL,'1','341000','360700'),('360703','2018-01-30 19:30:19',NULL,NULL,NULL,'南康区','江西省赣州市南康区','3',3,'N',NULL,'1','341400','360700'),('360721','2018-01-30 19:30:19',NULL,NULL,NULL,'赣县','江西省赣州市赣县','3',4,'G',NULL,'1','341100','360700'),('360722','2018-01-30 19:30:19',NULL,NULL,NULL,'信丰县','江西省赣州市信丰县','3',5,'X',NULL,'1','341600','360700'),('360723','2018-01-30 19:30:19',NULL,NULL,NULL,'大余县','江西省赣州市大余县','3',6,'D',NULL,'1','341500','360700'),('360724','2018-01-30 19:30:19',NULL,NULL,NULL,'上犹县','江西省赣州市上犹县','3',7,'S',NULL,'1','341200','360700'),('360725','2018-01-30 19:30:19',NULL,NULL,NULL,'崇义县','江西省赣州市崇义县','3',8,'C',NULL,'1','341300','360700'),('360726','2018-01-30 19:30:19',NULL,NULL,NULL,'安远县','江西省赣州市安远县','3',9,'A',NULL,'1','342100','360700'),('360727','2018-01-30 19:30:19',NULL,NULL,NULL,'龙南县','江西省赣州市龙南县','3',10,'L',NULL,'1','341700','360700'),('360728','2018-01-30 19:30:19',NULL,NULL,NULL,'定南县','江西省赣州市定南县','3',11,'D',NULL,'1','341900','360700'),('360729','2018-01-30 19:30:19',NULL,NULL,NULL,'全南县','江西省赣州市全南县','3',12,'Q',NULL,'1','341800','360700'),('360730','2018-01-30 19:30:19',NULL,NULL,NULL,'宁都县','江西省赣州市宁都县','3',13,'N',NULL,'1','342800','360700'),('360731','2018-01-30 19:30:19',NULL,NULL,NULL,'于都县','江西省赣州市于都县','3',14,'Y',NULL,'1','342300','360700'),('360732','2018-01-30 19:30:19',NULL,NULL,NULL,'兴国县','江西省赣州市兴国县','3',15,'X',NULL,'1','342400','360700'),('360733','2018-01-30 19:30:19',NULL,NULL,NULL,'会昌县','江西省赣州市会昌县','3',16,'H',NULL,'1','342600','360700'),('360734','2018-01-30 19:30:19',NULL,NULL,NULL,'寻乌县','江西省赣州市寻乌县','3',17,'X',NULL,'1','342200','360700'),('360735','2018-01-30 19:30:19',NULL,NULL,NULL,'石城县','江西省赣州市石城县','3',18,'S',NULL,'1','342700','360700'),('360781','2018-01-30 19:30:19',NULL,NULL,NULL,'瑞金市','江西省赣州市瑞金市','3',19,'R',NULL,'1','342500','360700'),('360800','2018-01-30 19:30:19',NULL,NULL,NULL,'吉安市','江西省吉安市','2',8,'J',NULL,'1','343000','360000'),('360801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省吉安市市辖区','3',1,'S',NULL,'1',NULL,'360800'),('360802','2018-01-30 19:30:19',NULL,NULL,NULL,'吉州区','江西省吉安市吉州区','3',2,'J',NULL,'1','343000','360800'),('360803','2018-01-30 19:30:19',NULL,NULL,NULL,'青原区','江西省吉安市青原区','3',3,'Q',NULL,'1','343009','360800'),('360821','2018-01-30 19:30:19',NULL,NULL,NULL,'吉安县','江西省吉安市吉安县','3',4,'J',NULL,'1','343100','360800'),('360822','2018-01-30 19:30:19',NULL,NULL,NULL,'吉水县','江西省吉安市吉水县','3',5,'J',NULL,'1','331600','360800'),('360823','2018-01-30 19:30:19',NULL,NULL,NULL,'峡江县','江西省吉安市峡江县','3',6,'X',NULL,'1','331409','360800'),('360824','2018-01-30 19:30:19',NULL,NULL,NULL,'新干县','江西省吉安市新干县','3',7,'X',NULL,'1','331300','360800'),('360825','2018-01-30 19:30:19',NULL,NULL,NULL,'永丰县','江西省吉安市永丰县','3',8,'Y',NULL,'1','331500','360800'),('360826','2018-01-30 19:30:19',NULL,NULL,NULL,'泰和县','江西省吉安市泰和县','3',9,'T',NULL,'1','343700','360800'),('360827','2018-01-30 19:30:19',NULL,NULL,NULL,'遂川县','江西省吉安市遂川县','3',10,'S',NULL,'1','343900','360800'),('360828','2018-01-30 19:30:19',NULL,NULL,NULL,'万安县','江西省吉安市万安县','3',11,'W',NULL,'1','343800','360800'),('360829','2018-01-30 19:30:19',NULL,NULL,NULL,'安福县','江西省吉安市安福县','3',12,'A',NULL,'1','343200','360800'),('360830','2018-01-30 19:30:19',NULL,NULL,NULL,'永新县','江西省吉安市永新县','3',13,'Y',NULL,'1','343400','360800'),('360881','2018-01-30 19:30:19',NULL,NULL,NULL,'井冈山市','江西省吉安市井冈山市','3',14,'J',NULL,'1','343600','360800'),('360900','2018-01-30 19:30:19',NULL,NULL,NULL,'宜春市','江西省宜春市','2',9,'Y',NULL,'1','336000','360000'),('360901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省宜春市市辖区','3',1,'S',NULL,'1',NULL,'360900'),('360902','2018-01-30 19:30:19',NULL,NULL,NULL,'袁州区','江西省宜春市袁州区','3',2,'Y',NULL,'1','336000','360900'),('360921','2018-01-30 19:30:19',NULL,NULL,NULL,'奉新县','江西省宜春市奉新县','3',3,'F',NULL,'1','330700','360900'),('360922','2018-01-30 19:30:19',NULL,NULL,NULL,'万载县','江西省宜春市万载县','3',4,'W',NULL,'1','336100','360900'),('360923','2018-01-30 19:30:19',NULL,NULL,NULL,'上高县','江西省宜春市上高县','3',5,'S',NULL,'1','336400','360900'),('360924','2018-01-30 19:30:19',NULL,NULL,NULL,'宜丰县','江西省宜春市宜丰县','3',6,'Y',NULL,'1','336300','360900'),('360925','2018-01-30 19:30:19',NULL,NULL,NULL,'靖安县','江西省宜春市靖安县','3',7,'J',NULL,'1','330600','360900'),('360926','2018-01-30 19:30:19',NULL,NULL,NULL,'铜鼓县','江西省宜春市铜鼓县','3',8,'T',NULL,'1','336200','360900'),('360981','2018-01-30 19:30:19',NULL,NULL,NULL,'丰城市','江西省宜春市丰城市','3',9,'F',NULL,'1','331100','360900'),('360982','2018-01-30 19:30:19',NULL,NULL,NULL,'樟树市','江西省宜春市樟树市','3',10,'Z',NULL,'1','331200','360900'),('360983','2018-01-30 19:30:19',NULL,NULL,NULL,'高安市','江西省宜春市高安市','3',11,'G',NULL,'1','330800','360900'),('361000','2018-01-30 19:30:19',NULL,NULL,NULL,'抚州市','江西省抚州市','2',10,'F',NULL,'1','344000','360000'),('361001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省抚州市市辖区','3',1,'S',NULL,'1',NULL,'361000'),('361002','2018-01-30 19:30:19',NULL,NULL,NULL,'临川区','江西省抚州市临川区','3',2,'L',NULL,'1','344000','361000'),('361021','2018-01-30 19:30:19',NULL,NULL,NULL,'南城县','江西省抚州市南城县','3',3,'N',NULL,'1','344700','361000'),('361022','2018-01-30 19:30:19',NULL,NULL,NULL,'黎川县','江西省抚州市黎川县','3',4,'L',NULL,'1','344600','361000'),('361023','2018-01-30 19:30:19',NULL,NULL,NULL,'南丰县','江西省抚州市南丰县','3',5,'N',NULL,'1','344500','361000'),('361024','2018-01-30 19:30:19',NULL,NULL,NULL,'崇仁县','江西省抚州市崇仁县','3',6,'C',NULL,'1','344200','361000'),('361025','2018-01-30 19:30:19',NULL,NULL,NULL,'乐安县','江西省抚州市乐安县','3',7,'L',NULL,'1','344300','361000'),('361026','2018-01-30 19:30:19',NULL,NULL,NULL,'宜黄县','江西省抚州市宜黄县','3',8,'Y',NULL,'1','344400','361000'),('361027','2018-01-30 19:30:19',NULL,NULL,NULL,'金溪县','江西省抚州市金溪县','3',9,'J',NULL,'1','344800','361000'),('361028','2018-01-30 19:30:19',NULL,NULL,NULL,'资溪县','江西省抚州市资溪县','3',10,'Z',NULL,'1','335300','361000'),('361029','2018-01-30 19:30:19',NULL,NULL,NULL,'东乡县','江西省抚州市东乡县','3',11,'D',NULL,'1','331800','361000'),('361030','2018-01-30 19:30:19',NULL,NULL,NULL,'广昌县','江西省抚州市广昌县','3',12,'G',NULL,'1','344900','361000'),('361100','2018-01-30 19:30:19',NULL,NULL,NULL,'上饶市','江西省上饶市','2',11,'S',NULL,'1','334000','360000'),('361101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','江西省上饶市市辖区','3',1,'S',NULL,'1',NULL,'361100'),('361102','2018-01-30 19:30:19',NULL,NULL,NULL,'信州区','江西省上饶市信州区','3',2,'X',NULL,'1','334000','361100'),('361103','2018-01-30 19:30:19',NULL,NULL,NULL,'广丰区','江西省上饶市广丰区','3',3,'G',NULL,'1',NULL,'361100'),('361121','2018-01-30 19:30:19',NULL,NULL,NULL,'上饶县','江西省上饶市上饶县','3',4,'S',NULL,'1','334100','361100'),('361123','2018-01-30 19:30:19',NULL,NULL,NULL,'玉山县','江西省上饶市玉山县','3',5,'Y',NULL,'1','334700','361100'),('361124','2018-01-30 19:30:19',NULL,NULL,NULL,'铅山县','江西省上饶市铅山县','3',6,'Q',NULL,'1','334500','361100'),('361125','2018-01-30 19:30:19',NULL,NULL,NULL,'横峰县','江西省上饶市横峰县','3',7,'H',NULL,'1','334300','361100'),('361126','2018-01-30 19:30:19',NULL,NULL,NULL,'弋阳县','江西省上饶市弋阳县','3',8,'Z',NULL,'1','334400','361100'),('361127','2018-01-30 19:30:19',NULL,NULL,NULL,'余干县','江西省上饶市余干县','3',9,'Y',NULL,'1','335100','361100'),('361128','2018-01-30 19:30:19',NULL,NULL,NULL,'鄱阳县','江西省上饶市鄱阳县','3',10,'Z',NULL,'1','333100','361100'),('361129','2018-01-30 19:30:19',NULL,NULL,NULL,'万年县','江西省上饶市万年县','3',11,'W',NULL,'1','335500','361100'),('361130','2018-01-30 19:30:19',NULL,NULL,NULL,'婺源县','江西省上饶市婺源县','3',12,'Z',NULL,'1','333200','361100'),('361181','2018-01-30 19:30:19',NULL,NULL,NULL,'德兴市','江西省上饶市德兴市','3',13,'D',NULL,'1','334200','361100'),('370000','2018-01-30 19:30:19',NULL,NULL,NULL,'山东省','山东省','1',15,'S',NULL,'1','','100000'),('370100','2018-01-30 19:30:19',NULL,NULL,NULL,'济南市','山东省济南市','2',1,'J',NULL,'1','250001','370000'),('370101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省济南市市辖区','3',1,'S',NULL,'1',NULL,'370100'),('370102','2018-01-30 19:30:19',NULL,NULL,NULL,'历下区','山东省济南市历下区','3',2,'L',NULL,'1','250014','370100'),('370103','2018-01-30 19:30:19',NULL,NULL,NULL,'市中区','山东省济南市市中区','3',3,'S',NULL,'1','250001','370100'),('370104','2018-01-30 19:30:19',NULL,NULL,NULL,'槐荫区','山东省济南市槐荫区','3',4,'H',NULL,'1','250117','370100'),('370105','2018-01-30 19:30:19',NULL,NULL,NULL,'天桥区','山东省济南市天桥区','3',5,'T',NULL,'1','250031','370100'),('370112','2018-01-30 19:30:19',NULL,NULL,NULL,'历城区','山东省济南市历城区','3',6,'L',NULL,'1','250100','370100'),('370113','2018-01-30 19:30:19',NULL,NULL,NULL,'长清区','山东省济南市长清区','3',7,'C',NULL,'1','250300','370100'),('370124','2018-01-30 19:30:19',NULL,NULL,NULL,'平阴县','山东省济南市平阴县','3',8,'P',NULL,'1','250400','370100'),('370125','2018-01-30 19:30:19',NULL,NULL,NULL,'济阳县','山东省济南市济阳县','3',9,'J',NULL,'1','251400','370100'),('370126','2018-01-30 19:30:19',NULL,NULL,NULL,'商河县','山东省济南市商河县','3',10,'S',NULL,'1','251600','370100'),('370171','2021-03-02 19:30:19',NULL,NULL,NULL,'济南高新技术产业开发区','山东省济南市章济南高新技术产业开发区','3',12,'J',NULL,'1','250101','370100'),('370181','2018-01-30 19:30:19',NULL,NULL,NULL,'章丘市','山东省济南市章丘市','3',11,'Z',NULL,'1','250200','370100'),('370200','2018-01-30 19:30:19',NULL,NULL,NULL,'青岛市','山东省青岛市','2',2,'Q',NULL,'1','266001','370000'),('370201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省青岛市市辖区','3',1,'S',NULL,'1',NULL,'370200'),('370202','2018-01-30 19:30:19',NULL,NULL,NULL,'市南区','山东省青岛市市南区','3',2,'S',NULL,'1','266001','370200'),('370203','2018-01-30 19:30:19',NULL,NULL,NULL,'市北区','山东省青岛市市北区','3',3,'S',NULL,'1','266011','370200'),('370211','2018-01-30 19:30:19',NULL,NULL,NULL,'黄岛区','山东省青岛市黄岛区','3',4,'H',NULL,'1','266500','370200'),('370212','2018-01-30 19:30:19',NULL,NULL,NULL,'崂山区','山东省青岛市崂山区','3',5,'Z',NULL,'1','266100','370200'),('370213','2018-01-30 19:30:19',NULL,NULL,NULL,'李沧区','山东省青岛市李沧区','3',6,'L',NULL,'1','266021','370200'),('370214','2018-01-30 19:30:19',NULL,NULL,NULL,'城阳区','山东省青岛市城阳区','3',7,'C',NULL,'1','266041','370200'),('370281','2018-01-30 19:30:19',NULL,NULL,NULL,'胶州市','山东省青岛市胶州市','3',8,'J',NULL,'1','266300','370200'),('370282','2018-01-30 19:30:19',NULL,NULL,NULL,'即墨市','山东省青岛市即墨市','3',9,'J',NULL,'1','266200','370200'),('370283','2018-01-30 19:30:19',NULL,NULL,NULL,'平度市','山东省青岛市平度市','3',10,'P',NULL,'1','266700','370200'),('370285','2018-01-30 19:30:19',NULL,NULL,NULL,'莱西市','山东省青岛市莱西市','3',11,'L',NULL,'1','266600','370200'),('370300','2018-01-30 19:30:19',NULL,NULL,NULL,'淄博市','山东省淄博市','2',3,'Z',NULL,'1','255039','370000'),('370301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省淄博市市辖区','3',1,'S',NULL,'1',NULL,'370300'),('370302','2018-01-30 19:30:19',NULL,NULL,NULL,'淄川区','山东省淄博市淄川区','3',2,'Z',NULL,'1','255100','370300'),('370303','2018-01-30 19:30:19',NULL,NULL,NULL,'张店区','山东省淄博市张店区','3',3,'Z',NULL,'1','255022','370300'),('370304','2018-01-30 19:30:19',NULL,NULL,NULL,'博山区','山东省淄博市博山区','3',4,'B',NULL,'1','255200','370300'),('370305','2018-01-30 19:30:19',NULL,NULL,NULL,'临淄区','山东省淄博市临淄区','3',5,'L',NULL,'1','255400','370300'),('370306','2018-01-30 19:30:19',NULL,NULL,NULL,'周村区','山东省淄博市周村区','3',6,'Z',NULL,'1','255300','370300'),('370321','2018-01-30 19:30:19',NULL,NULL,NULL,'桓台县','山东省淄博市桓台县','3',7,'H',NULL,'1','256400','370300'),('370322','2018-01-30 19:30:19',NULL,NULL,NULL,'高青县','山东省淄博市高青县','3',8,'G',NULL,'1','256300','370300'),('370323','2018-01-30 19:30:19',NULL,NULL,NULL,'沂源县','山东省淄博市沂源县','3',9,'Y',NULL,'1','256100','370300'),('370400','2018-01-30 19:30:19',NULL,NULL,NULL,'枣庄市','山东省枣庄市','2',4,'Z',NULL,'1','277101','370000'),('370401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省枣庄市市辖区','3',1,'S',NULL,'1',NULL,'370400'),('370402','2018-01-30 19:30:19',NULL,NULL,NULL,'市中区','山东省枣庄市市中区','3',2,'S',NULL,'1','277101','370400'),('370403','2018-01-30 19:30:19',NULL,NULL,NULL,'薛城区','山东省枣庄市薛城区','3',3,'X',NULL,'1','277000','370400'),('370404','2018-01-30 19:30:19',NULL,NULL,NULL,'峄城区','山东省枣庄市峄城区','3',4,'Z',NULL,'1','277300','370400'),('370405','2018-01-30 19:30:19',NULL,NULL,NULL,'台儿庄区','山东省枣庄市台儿庄区','3',5,'T',NULL,'1','277400','370400'),('370406','2018-01-30 19:30:19',NULL,NULL,NULL,'山亭区','山东省枣庄市山亭区','3',6,'S',NULL,'1','277200','370400'),('370481','2018-01-30 19:30:19',NULL,NULL,NULL,'滕州市','山东省枣庄市滕州市','3',7,'Z',NULL,'1','277500','370400'),('370500','2018-01-30 19:30:19',NULL,NULL,NULL,'东营市','山东省东营市','2',5,'D',NULL,'1','257093','370000'),('370501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省东营市市辖区','3',1,'S',NULL,'1',NULL,'370500'),('370502','2018-01-30 19:30:19',NULL,NULL,NULL,'东营区','山东省东营市东营区','3',2,'D',NULL,'1','257029','370500'),('370503','2018-01-30 19:30:19',NULL,NULL,NULL,'河口区','山东省东营市河口区','3',3,'H',NULL,'1','257200','370500'),('370505','2018-01-30 19:30:19',NULL,NULL,NULL,'垦利区','山东省东营市垦利区','3',4,'K',NULL,'1',NULL,'370500'),('370522','2018-01-30 19:30:19',NULL,NULL,NULL,'利津县','山东省东营市利津县','3',5,'L',NULL,'1','257400','370500'),('370523','2018-01-30 19:30:19',NULL,NULL,NULL,'广饶县','山东省东营市广饶县','3',6,'G',NULL,'1','257300','370500'),('370600','2018-01-30 19:30:19',NULL,NULL,NULL,'烟台市','山东省烟台市','2',6,'Y',NULL,'1','264010','370000'),('370601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省烟台市市辖区','3',1,'S',NULL,'1',NULL,'370600'),('370602','2018-01-30 19:30:19',NULL,NULL,NULL,'芝罘区','山东省烟台市芝罘区','3',2,'Z',NULL,'1','264001','370600'),('370611','2018-01-30 19:30:19',NULL,NULL,NULL,'福山区','山东省烟台市福山区','3',3,'F',NULL,'1','265500','370600'),('370612','2018-01-30 19:30:19',NULL,NULL,NULL,'牟平区','山东省烟台市牟平区','3',4,'M',NULL,'1','264100','370600'),('370613','2018-01-30 19:30:19',NULL,NULL,NULL,'莱山区','山东省烟台市莱山区','3',5,'L',NULL,'1','264600','370600'),('370634','2018-01-30 19:30:19',NULL,NULL,NULL,'长岛县','山东省烟台市长岛县','3',6,'C',NULL,'1','265800','370600'),('370681','2018-01-30 19:30:19',NULL,NULL,NULL,'龙口市','山东省烟台市龙口市','3',7,'L',NULL,'1','265700','370600'),('370682','2018-01-30 19:30:19',NULL,NULL,NULL,'莱阳市','山东省烟台市莱阳市','3',8,'L',NULL,'1','265200','370600'),('370683','2018-01-30 19:30:19',NULL,NULL,NULL,'莱州市','山东省烟台市莱州市','3',9,'L',NULL,'1','261400','370600'),('370684','2018-01-30 19:30:19',NULL,NULL,NULL,'蓬莱市','山东省烟台市蓬莱市','3',10,'P',NULL,'1','265600','370600'),('370685','2018-01-30 19:30:19',NULL,NULL,NULL,'招远市','山东省烟台市招远市','3',11,'Z',NULL,'1','265400','370600'),('370686','2018-01-30 19:30:19',NULL,NULL,NULL,'栖霞市','山东省烟台市栖霞市','3',12,'Q',NULL,'1','265300','370600'),('370687','2018-01-30 19:30:19',NULL,NULL,NULL,'海阳市','山东省烟台市海阳市','3',13,'H',NULL,'1','265100','370600'),('370700','2018-01-30 19:30:19',NULL,NULL,NULL,'潍坊市','山东省潍坊市','2',7,'W',NULL,'1','261041','370000'),('370701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省潍坊市市辖区','3',1,'S',NULL,'1',NULL,'370700'),('370702','2018-01-30 19:30:19',NULL,NULL,NULL,'潍城区','山东省潍坊市潍城区','3',2,'W',NULL,'1','261021','370700'),('370703','2018-01-30 19:30:19',NULL,NULL,NULL,'寒亭区','山东省潍坊市寒亭区','3',3,'H',NULL,'1','261100','370700'),('370704','2018-01-30 19:30:19',NULL,NULL,NULL,'坊子区','山东省潍坊市坊子区','3',4,'F',NULL,'1','261200','370700'),('370705','2018-01-30 19:30:19',NULL,NULL,NULL,'奎文区','山东省潍坊市奎文区','3',5,'K',NULL,'1','261031','370700'),('370724','2018-01-30 19:30:19',NULL,NULL,NULL,'临朐县','山东省潍坊市临朐县','3',6,'L',NULL,'1','262600','370700'),('370725','2018-01-30 19:30:19',NULL,NULL,NULL,'昌乐县','山东省潍坊市昌乐县','3',7,'C',NULL,'1','262400','370700'),('370781','2018-01-30 19:30:19',NULL,NULL,NULL,'青州市','山东省潍坊市青州市','3',8,'Q',NULL,'1','262500','370700'),('370782','2018-01-30 19:30:19',NULL,NULL,NULL,'诸城市','山东省潍坊市诸城市','3',9,'Z',NULL,'1','262200','370700'),('370783','2018-01-30 19:30:19',NULL,NULL,NULL,'寿光市','山东省潍坊市寿光市','3',10,'S',NULL,'1','262700','370700'),('370784','2018-01-30 19:30:19',NULL,NULL,NULL,'安丘市','山东省潍坊市安丘市','3',11,'A',NULL,'1','262100','370700'),('370785','2018-01-30 19:30:19',NULL,NULL,NULL,'高密市','山东省潍坊市高密市','3',12,'G',NULL,'1','261500','370700'),('370786','2018-01-30 19:30:19',NULL,NULL,NULL,'昌邑市','山东省潍坊市昌邑市','3',13,'C',NULL,'1','261300','370700'),('370800','2018-01-30 19:30:19',NULL,NULL,NULL,'济宁市','山东省济宁市','2',8,'J',NULL,'1','272119','370000'),('370801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省济宁市市辖区','3',1,'S',NULL,'1',NULL,'370800'),('370811','2018-01-30 19:30:19',NULL,NULL,NULL,'任城区','山东省济宁市任城区','3',2,'R',NULL,'1','272113','370800'),('370812','2018-01-30 19:30:19',NULL,NULL,NULL,'兖州区','山东省济宁市兖州区','3',3,'Z',NULL,'1','272000','370800'),('370826','2018-01-30 19:30:19',NULL,NULL,NULL,'微山县','山东省济宁市微山县','3',4,'W',NULL,'1','277600','370800'),('370827','2018-01-30 19:30:19',NULL,NULL,NULL,'鱼台县','山东省济宁市鱼台县','3',5,'Y',NULL,'1','272300','370800'),('370828','2018-01-30 19:30:19',NULL,NULL,NULL,'金乡县','山东省济宁市金乡县','3',6,'J',NULL,'1','272200','370800'),('370829','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉祥县','山东省济宁市嘉祥县','3',7,'J',NULL,'1','272400','370800'),('370830','2018-01-30 19:30:19',NULL,NULL,NULL,'汶上县','山东省济宁市汶上县','3',8,'Z',NULL,'1','272501','370800'),('370831','2018-01-30 19:30:19',NULL,NULL,NULL,'泗水县','山东省济宁市泗水县','3',9,'Z',NULL,'1','273200','370800'),('370832','2018-01-30 19:30:19',NULL,NULL,NULL,'梁山县','山东省济宁市梁山县','3',10,'L',NULL,'1','272600','370800'),('370881','2018-01-30 19:30:19',NULL,NULL,NULL,'曲阜市','山东省济宁市曲阜市','3',11,'Q',NULL,'1','273100','370800'),('370883','2018-01-30 19:30:19',NULL,NULL,NULL,'邹城市','山东省济宁市邹城市','3',12,'Z',NULL,'1','273500','370800'),('370900','2018-01-30 19:30:19',NULL,NULL,NULL,'泰安市','山东省泰安市','2',9,'T',NULL,'1','271000','370000'),('370901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省泰安市市辖区','3',1,'S',NULL,'1',NULL,'370900'),('370902','2018-01-30 19:30:19',NULL,NULL,NULL,'泰山区','山东省泰安市泰山区','3',2,'T',NULL,'1','271000','370900'),('370911','2018-01-30 19:30:19',NULL,NULL,NULL,'岱岳区','山东省泰安市岱岳区','3',3,'Z',NULL,'1','271000','370900'),('370921','2018-01-30 19:30:19',NULL,NULL,NULL,'宁阳县','山东省泰安市宁阳县','3',4,'N',NULL,'1','271400','370900'),('370923','2018-01-30 19:30:19',NULL,NULL,NULL,'东平县','山东省泰安市东平县','3',5,'D',NULL,'1','271500','370900'),('370982','2018-01-30 19:30:19',NULL,NULL,NULL,'新泰市','山东省泰安市新泰市','3',6,'X',NULL,'1','271200','370900'),('370983','2018-01-30 19:30:19',NULL,NULL,NULL,'肥城市','山东省泰安市肥城市','3',7,'F',NULL,'1','271600','370900'),('371000','2018-01-30 19:30:19',NULL,NULL,NULL,'威海市','山东省威海市','2',10,'W',NULL,'1','264200','370000'),('371001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省威海市市辖区','3',1,'S',NULL,'1',NULL,'371000'),('371002','2018-01-30 19:30:19',NULL,NULL,NULL,'环翠区','山东省威海市环翠区','3',2,'H',NULL,'1','264200','371000'),('371003','2018-01-30 19:30:19',NULL,NULL,NULL,'文登区','山东省威海市文登区','3',3,'W',NULL,'1','266440','371000'),('371082','2018-01-30 19:30:19',NULL,NULL,NULL,'荣成市','山东省威海市荣成市','3',4,'R',NULL,'1','264300','371000'),('371083','2018-01-30 19:30:19',NULL,NULL,NULL,'乳山市','山东省威海市乳山市','3',5,'R',NULL,'1','264500','371000'),('371100','2018-01-30 19:30:19',NULL,NULL,NULL,'日照市','山东省日照市','2',11,'R',NULL,'1','276800','370000'),('371101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省日照市市辖区','3',1,'S',NULL,'1',NULL,'371100'),('371102','2018-01-30 19:30:19',NULL,NULL,NULL,'东港区','山东省日照市东港区','3',2,'D',NULL,'1','276800','371100'),('371103','2018-01-30 19:30:19',NULL,NULL,NULL,'岚山区','山东省日照市岚山区','3',3,'Z',NULL,'1','276808','371100'),('371121','2018-01-30 19:30:19',NULL,NULL,NULL,'五莲县','山东省日照市五莲县','3',4,'W',NULL,'1','262300','371100'),('371122','2018-01-30 19:30:19',NULL,NULL,NULL,'莒县','山东省日照市莒县','3',5,'Z',NULL,'1','276500','371100'),('371200','2018-01-30 19:30:19',NULL,NULL,NULL,'莱芜市','山东省莱芜市','2',12,'L',NULL,'1','271100','370000'),('371201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省莱芜市市辖区','3',1,'S',NULL,'1',NULL,'371200'),('371202','2018-01-30 19:30:19',NULL,NULL,NULL,'莱城区','山东省莱芜市莱城区','3',2,'L',NULL,'1','271199','371200'),('371203','2018-01-30 19:30:19',NULL,NULL,NULL,'钢城区','山东省莱芜市钢城区','3',3,'G',NULL,'1','271100','371200'),('371300','2018-01-30 19:30:19',NULL,NULL,NULL,'临沂市','山东省临沂市','2',13,'L',NULL,'1','253000','370000'),('371301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省临沂市市辖区','3',1,'S',NULL,'1',NULL,'371300'),('371302','2018-01-30 19:30:19',NULL,NULL,NULL,'兰山区','山东省临沂市兰山区','3',2,'L',NULL,'1','276002','371300'),('371311','2018-01-30 19:30:19',NULL,NULL,NULL,'罗庄区','山东省临沂市罗庄区','3',3,'L',NULL,'1','276022','371300'),('371312','2018-01-30 19:30:19',NULL,NULL,NULL,'河东区','山东省临沂市河东区','3',4,'H',NULL,'1','276034','371300'),('371321','2018-01-30 19:30:19',NULL,NULL,NULL,'沂南县','山东省临沂市沂南县','3',5,'Y',NULL,'1','276300','371300'),('371322','2018-01-30 19:30:19',NULL,NULL,NULL,'郯城县','山东省临沂市郯城县','3',6,'Z',NULL,'1','276100','371300'),('371323','2018-01-30 19:30:19',NULL,NULL,NULL,'沂水县','山东省临沂市沂水县','3',7,'Y',NULL,'1','276400','371300'),('371324','2018-01-30 19:30:19',NULL,NULL,NULL,'兰陵县','山东省临沂市兰陵县','3',8,'L',NULL,'1','277700','371300'),('371325','2018-01-30 19:30:19',NULL,NULL,NULL,'费县','山东省临沂市费县','3',9,'F',NULL,'1','273400','371300'),('371326','2018-01-30 19:30:19',NULL,NULL,NULL,'平邑县','山东省临沂市平邑县','3',10,'P',NULL,'1','273300','371300'),('371327','2018-01-30 19:30:19',NULL,NULL,NULL,'莒南县','山东省临沂市莒南县','3',11,'Z',NULL,'1','276600','371300'),('371328','2018-01-30 19:30:19',NULL,NULL,NULL,'蒙阴县','山东省临沂市蒙阴县','3',12,'M',NULL,'1','276200','371300'),('371329','2018-01-30 19:30:19',NULL,NULL,NULL,'临沭县','山东省临沂市临沭县','3',13,'L',NULL,'1','276700','371300'),('371400','2018-01-30 19:30:19',NULL,NULL,NULL,'德州市','山东省德州市','2',14,'D',NULL,'1','253000','370000'),('371401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省德州市市辖区','3',1,'S',NULL,'1',NULL,'371400'),('371402','2018-01-30 19:30:19',NULL,NULL,NULL,'德城区','山东省德州市德城区','3',2,'D',NULL,'1','253012','371400'),('371403','2018-01-30 19:30:19',NULL,NULL,NULL,'陵城区','山东省德州市陵城区','3',3,'L',NULL,'1','253500','371400'),('371422','2018-01-30 19:30:19',NULL,NULL,NULL,'宁津县','山东省德州市宁津县','3',4,'N',NULL,'1','253400','371400'),('371423','2018-01-30 19:30:19',NULL,NULL,NULL,'庆云县','山东省德州市庆云县','3',5,'Q',NULL,'1','253700','371400'),('371424','2018-01-30 19:30:19',NULL,NULL,NULL,'临邑县','山东省德州市临邑县','3',6,'L',NULL,'1','251500','371400'),('371425','2018-01-30 19:30:19',NULL,NULL,NULL,'齐河县','山东省德州市齐河县','3',7,'Q',NULL,'1','251100','371400'),('371426','2018-01-30 19:30:19',NULL,NULL,NULL,'平原县','山东省德州市平原县','3',8,'P',NULL,'1','253100','371400'),('371427','2018-01-30 19:30:19',NULL,NULL,NULL,'夏津县','山东省德州市夏津县','3',9,'X',NULL,'1','253200','371400'),('371428','2018-01-30 19:30:19',NULL,NULL,NULL,'武城县','山东省德州市武城县','3',10,'W',NULL,'1','253300','371400'),('371481','2018-01-30 19:30:19',NULL,NULL,NULL,'乐陵市','山东省德州市乐陵市','3',11,'L',NULL,'1','253600','371400'),('371482','2018-01-30 19:30:19',NULL,NULL,NULL,'禹城市','山东省德州市禹城市','3',12,'Y',NULL,'1','251200','371400'),('371500','2018-01-30 19:30:19',NULL,NULL,NULL,'聊城市','山东省聊城市','2',15,'L',NULL,'1','252052','370000'),('371501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省聊城市市辖区','3',1,'S',NULL,'1',NULL,'371500'),('371502','2018-01-30 19:30:19',NULL,NULL,NULL,'东昌府区','山东省聊城市东昌府区','3',2,'D',NULL,'1','252000','371500'),('371521','2018-01-30 19:30:19',NULL,NULL,NULL,'阳谷县','山东省聊城市阳谷县','3',3,'Y',NULL,'1','252300','371500'),('371522','2018-01-30 19:30:19',NULL,NULL,NULL,'莘县','山东省聊城市莘县','3',4,'Z',NULL,'1','252400','371500'),('371523','2018-01-30 19:30:19',NULL,NULL,NULL,'茌平县','山东省聊城市茌平县','3',5,'Z',NULL,'1','252100','371500'),('371524','2018-01-30 19:30:19',NULL,NULL,NULL,'东阿县','山东省聊城市东阿县','3',6,'D',NULL,'1','252200','371500'),('371525','2018-01-30 19:30:19',NULL,NULL,NULL,'冠县','山东省聊城市冠县','3',7,'G',NULL,'1','252500','371500'),('371526','2018-01-30 19:30:19',NULL,NULL,NULL,'高唐县','山东省聊城市高唐县','3',8,'G',NULL,'1','252800','371500'),('371581','2018-01-30 19:30:19',NULL,NULL,NULL,'临清市','山东省聊城市临清市','3',9,'L',NULL,'1','252600','371500'),('371600','2018-01-30 19:30:19',NULL,NULL,NULL,'滨州市','山东省滨州市','2',16,'B',NULL,'1','256619','370000'),('371601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省滨州市市辖区','3',1,'S',NULL,'1',NULL,'371600'),('371602','2018-01-30 19:30:19',NULL,NULL,NULL,'滨城区','山东省滨州市滨城区','3',2,'B',NULL,'1','256613','371600'),('371603','2018-01-30 19:30:19',NULL,NULL,NULL,'沾化区','山东省滨州市沾化区','3',3,'Z',NULL,'1','256800','371600'),('371621','2018-01-30 19:30:19',NULL,NULL,NULL,'惠民县','山东省滨州市惠民县','3',4,'H',NULL,'1','251700','371600'),('371622','2018-01-30 19:30:19',NULL,NULL,NULL,'阳信县','山东省滨州市阳信县','3',5,'Y',NULL,'1','251800','371600'),('371623','2018-01-30 19:30:19',NULL,NULL,NULL,'无棣县','山东省滨州市无棣县','3',6,'W',NULL,'1','251900','371600'),('371625','2018-01-30 19:30:19',NULL,NULL,NULL,'博兴县','山东省滨州市博兴县','3',7,'B',NULL,'1','256500','371600'),('371626','2018-01-30 19:30:19',NULL,NULL,NULL,'邹平县','山东省滨州市邹平县','3',8,'Z',NULL,'1','256200','371600'),('371700','2018-01-30 19:30:19',NULL,NULL,NULL,'菏泽市','山东省菏泽市','2',17,'H',NULL,'1','274020','370000'),('371701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','山东省菏泽市市辖区','3',1,'S',NULL,'1',NULL,'371700'),('371702','2018-01-30 19:30:19',NULL,NULL,NULL,'牡丹区','山东省菏泽市牡丹区','3',2,'M',NULL,'1','274009','371700'),('371703','2018-01-30 19:30:19',NULL,NULL,NULL,'定陶区','山东省菏泽市定陶区','3',3,'D',NULL,'1',NULL,'371700'),('371721','2018-01-30 19:30:19',NULL,NULL,NULL,'曹县','山东省菏泽市曹县','3',4,'C',NULL,'1','274400','371700'),('371722','2018-01-30 19:30:19',NULL,NULL,NULL,'单县','山东省菏泽市单县','3',5,'D',NULL,'1','273700','371700'),('371723','2018-01-30 19:30:19',NULL,NULL,NULL,'成武县','山东省菏泽市成武县','3',6,'C',NULL,'1','274200','371700'),('371724','2018-01-30 19:30:19',NULL,NULL,NULL,'巨野县','山东省菏泽市巨野县','3',7,'J',NULL,'1','274900','371700'),('371725','2018-01-30 19:30:19',NULL,NULL,NULL,'郓城县','山东省菏泽市郓城县','3',8,'Z',NULL,'1','274700','371700'),('371726','2018-01-30 19:30:19',NULL,NULL,NULL,'鄄城县','山东省菏泽市鄄城县','3',9,'Z',NULL,'1','274600','371700'),('371728','2018-01-30 19:30:19',NULL,NULL,NULL,'东明县','山东省菏泽市东明县','3',10,'D',NULL,'1','274500','371700'),('410000','2018-01-30 19:30:19',NULL,NULL,NULL,'河南省','河南省','1',16,'H',NULL,'1','','100000'),('410100','2018-01-30 19:30:19',NULL,NULL,NULL,'郑州市','河南省郑州市','2',1,'Z',NULL,'1','450000','410000'),('410101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省郑州市市辖区','3',1,'S',NULL,'1',NULL,'410100'),('410102','2018-01-30 19:30:19',NULL,NULL,NULL,'中原区','河南省郑州市中原区','3',2,'Z',NULL,'1','450007','410100'),('410103','2018-01-30 19:30:19',NULL,NULL,NULL,'二七区','河南省郑州市二七区','3',3,'E',NULL,'1','450052','410100'),('410104','2018-01-30 19:30:19',NULL,NULL,NULL,'管城回族区','河南省郑州市管城回族区','3',4,'G',NULL,'1','450000','410100'),('410105','2018-01-30 19:30:19',NULL,NULL,NULL,'金水区','河南省郑州市金水区','3',5,'J',NULL,'1','450003','410100'),('410106','2018-01-30 19:30:19',NULL,NULL,NULL,'上街区','河南省郑州市上街区','3',6,'S',NULL,'1','450041','410100'),('410108','2018-01-30 19:30:19',NULL,NULL,NULL,'惠济区','河南省郑州市惠济区','3',7,'H',NULL,'1','450053','410100'),('410122','2018-01-30 19:30:19',NULL,NULL,NULL,'中牟县','河南省郑州市中牟县','3',8,'Z',NULL,'1','451450','410100'),('410181','2018-01-30 19:30:19',NULL,NULL,NULL,'巩义市','河南省郑州市巩义市','3',9,'G',NULL,'1','451200','410100'),('410182','2018-01-30 19:30:19',NULL,NULL,NULL,'荥阳市','河南省郑州市荥阳市','3',10,'Z',NULL,'1','450100','410100'),('410183','2018-01-30 19:30:19',NULL,NULL,NULL,'新密市','河南省郑州市新密市','3',11,'X',NULL,'1','452300','410100'),('410184','2018-01-30 19:30:19',NULL,NULL,NULL,'新郑市','河南省郑州市新郑市','3',12,'X',NULL,'1','451100','410100'),('410185','2018-01-30 19:30:19',NULL,NULL,NULL,'登封市','河南省郑州市登封市','3',13,'D',NULL,'1','452470','410100'),('410200','2018-01-30 19:30:19',NULL,NULL,NULL,'开封市','河南省开封市','2',2,'K',NULL,'1','475001','410000'),('410201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省开封市市辖区','3',1,'S',NULL,'1',NULL,'410200'),('410202','2018-01-30 19:30:19',NULL,NULL,NULL,'龙亭区','河南省开封市龙亭区','3',2,'L',NULL,'1','475100','410200'),('410203','2018-01-30 19:30:19',NULL,NULL,NULL,'顺河回族区','河南省开封市顺河回族区','3',3,'S',NULL,'1','475000','410200'),('410204','2018-01-30 19:30:19',NULL,NULL,NULL,'鼓楼区','河南省开封市鼓楼区','3',4,'G',NULL,'1','475000','410200'),('410205','2018-01-30 19:30:19',NULL,NULL,NULL,'禹王台区','河南省开封市禹王台区','3',5,'Y',NULL,'1','475003','410200'),('410211','2018-01-30 19:30:19',NULL,NULL,NULL,'金明区','河南省开封市金明区','3',6,'J',NULL,'1',NULL,'410200'),('410212','2018-01-30 19:30:19',NULL,NULL,NULL,'祥符区','河南省开封市祥符区','3',7,'X',NULL,'1','475100','410200'),('410221','2018-01-30 19:30:19',NULL,NULL,NULL,'杞县','河南省开封市杞县','3',8,'Z',NULL,'1','475200','410200'),('410222','2018-01-30 19:30:19',NULL,NULL,NULL,'通许县','河南省开封市通许县','3',9,'T',NULL,'1','475400','410200'),('410223','2018-01-30 19:30:19',NULL,NULL,NULL,'尉氏县','河南省开封市尉氏县','3',10,'W',NULL,'1','475500','410200'),('410225','2018-01-30 19:30:19',NULL,NULL,NULL,'兰考县','河南省开封市兰考县','3',11,'L',NULL,'1','475300','410200'),('410300','2018-01-30 19:30:19',NULL,NULL,NULL,'洛阳市','河南省洛阳市','2',3,'L',NULL,'1','471000','410000'),('410301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省洛阳市市辖区','3',1,'S',NULL,'1',NULL,'410300'),('410302','2018-01-30 19:30:19',NULL,NULL,NULL,'老城区','河南省洛阳市老城区','3',2,'L',NULL,'1','471002','410300'),('410303','2018-01-30 19:30:19',NULL,NULL,NULL,'西工区','河南省洛阳市西工区','3',3,'X',NULL,'1','471000','410300'),('410304','2018-01-30 19:30:19',NULL,NULL,NULL,'瀍河回族区','河南省洛阳市瀍河回族区','3',4,NULL,NULL,'1','471002','410300'),('410305','2018-01-30 19:30:19',NULL,NULL,NULL,'涧西区','河南省洛阳市涧西区','3',5,'J',NULL,'1','471003','410300'),('410306','2018-01-30 19:30:19',NULL,NULL,NULL,'吉利区','河南省洛阳市吉利区','3',6,'J',NULL,'1','471012','410300'),('410311','2018-01-30 19:30:19',NULL,NULL,NULL,'洛龙区','河南省洛阳市洛龙区','3',7,'L',NULL,'1','471000','410300'),('410322','2018-01-30 19:30:19',NULL,NULL,NULL,'孟津县','河南省洛阳市孟津县','3',8,'M',NULL,'1','471100','410300'),('410323','2018-01-30 19:30:19',NULL,NULL,NULL,'新安县','河南省洛阳市新安县','3',9,'X',NULL,'1','471800','410300'),('410324','2018-01-30 19:30:19',NULL,NULL,NULL,'栾川县','河南省洛阳市栾川县','3',10,'Z',NULL,'1','471500','410300'),('410325','2018-01-30 19:30:19',NULL,NULL,NULL,'嵩县','河南省洛阳市嵩县','3',11,'Z',NULL,'1','471400','410300'),('410326','2018-01-30 19:30:19',NULL,NULL,NULL,'汝阳县','河南省洛阳市汝阳县','3',12,'R',NULL,'1','471200','410300'),('410327','2018-01-30 19:30:19',NULL,NULL,NULL,'宜阳县','河南省洛阳市宜阳县','3',13,'Y',NULL,'1','471600','410300'),('410328','2018-01-30 19:30:19',NULL,NULL,NULL,'洛宁县','河南省洛阳市洛宁县','3',14,'L',NULL,'1','471700','410300'),('410329','2018-01-30 19:30:19',NULL,NULL,NULL,'伊川县','河南省洛阳市伊川县','3',15,'Y',NULL,'1','471300','410300'),('410381','2018-01-30 19:30:19',NULL,NULL,NULL,'偃师市','河南省洛阳市偃师市','3',16,'Z',NULL,'1','471900','410300'),('410400','2018-01-30 19:30:19',NULL,NULL,NULL,'平顶山市','河南省平顶山市','2',4,'P',NULL,'1','467000','410000'),('410401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省平顶山市市辖区','3',1,'S',NULL,'1',NULL,'410400'),('410402','2018-01-30 19:30:19',NULL,NULL,NULL,'新华区','河南省平顶山市新华区','3',2,'X',NULL,'1','467002','410400'),('410403','2018-01-30 19:30:19',NULL,NULL,NULL,'卫东区','河南省平顶山市卫东区','3',3,'W',NULL,'1','467021','410400'),('410404','2018-01-30 19:30:19',NULL,NULL,NULL,'石龙区','河南省平顶山市石龙区','3',4,'S',NULL,'1','467045','410400'),('410411','2018-01-30 19:30:19',NULL,NULL,NULL,'湛河区','河南省平顶山市湛河区','3',5,'Z',NULL,'1','467000','410400'),('410421','2018-01-30 19:30:19',NULL,NULL,NULL,'宝丰县','河南省平顶山市宝丰县','3',6,'B',NULL,'1','467400','410400'),('410422','2018-01-30 19:30:19',NULL,NULL,NULL,'叶县','河南省平顶山市叶县','3',7,'Y',NULL,'1','467200','410400'),('410423','2018-01-30 19:30:19',NULL,NULL,NULL,'鲁山县','河南省平顶山市鲁山县','3',8,'L',NULL,'1','467300','410400'),('410425','2018-01-30 19:30:19',NULL,NULL,NULL,'郏县','河南省平顶山市郏县','3',9,'Z',NULL,'1','467100','410400'),('410481','2018-01-30 19:30:19',NULL,NULL,NULL,'舞钢市','河南省平顶山市舞钢市','3',10,'W',NULL,'1','462500','410400'),('410482','2018-01-30 19:30:19',NULL,NULL,NULL,'汝州市','河南省平顶山市汝州市','3',11,'R',NULL,'1','467500','410400'),('410500','2018-01-30 19:30:19',NULL,NULL,NULL,'安阳市','河南省安阳市','2',5,'A',NULL,'1','455000','410000'),('410501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省安阳市市辖区','3',1,'S',NULL,'1',NULL,'410500'),('410502','2018-01-30 19:30:19',NULL,NULL,NULL,'文峰区','河南省安阳市文峰区','3',2,'W',NULL,'1','455000','410500'),('410503','2018-01-30 19:30:19',NULL,NULL,NULL,'北关区','河南省安阳市北关区','3',3,'B',NULL,'1','455001','410500'),('410505','2018-01-30 19:30:19',NULL,NULL,NULL,'殷都区','河南省安阳市殷都区','3',4,'Y',NULL,'1','455004','410500'),('410506','2018-01-30 19:30:19',NULL,NULL,NULL,'龙安区','河南省安阳市龙安区','3',5,'L',NULL,'1','455001','410500'),('410522','2018-01-30 19:30:19',NULL,NULL,NULL,'安阳县','河南省安阳市安阳县','3',6,'A',NULL,'1','455000','410500'),('410523','2018-01-30 19:30:19',NULL,NULL,NULL,'汤阴县','河南省安阳市汤阴县','3',7,'T',NULL,'1','456150','410500'),('410526','2018-01-30 19:30:19',NULL,NULL,NULL,'滑县','河南省安阳市滑县','3',8,'H',NULL,'1','456400','410500'),('410527','2018-01-30 19:30:19',NULL,NULL,NULL,'内黄县','河南省安阳市内黄县','3',9,'N',NULL,'1','456350','410500'),('410581','2018-01-30 19:30:19',NULL,NULL,NULL,'林州市','河南省安阳市林州市','3',10,'L',NULL,'1','456550','410500'),('410600','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤壁市','河南省鹤壁市','2',6,'H',NULL,'1','458030','410000'),('410601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省鹤壁市市辖区','3',1,'S',NULL,'1',NULL,'410600'),('410602','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤山区','河南省鹤壁市鹤山区','3',2,'H',NULL,'1','458010','410600'),('410603','2018-01-30 19:30:19',NULL,NULL,NULL,'山城区','河南省鹤壁市山城区','3',3,'S',NULL,'1','458000','410600'),('410611','2018-01-30 19:30:19',NULL,NULL,NULL,'淇滨区','河南省鹤壁市淇滨区','3',4,'Z',NULL,'1','458000','410600'),('410621','2018-01-30 19:30:19',NULL,NULL,NULL,'浚县','河南省鹤壁市浚县','3',5,'J',NULL,'1','456250','410600'),('410622','2018-01-30 19:30:19',NULL,NULL,NULL,'淇县','河南省鹤壁市淇县','3',6,'Z',NULL,'1','456750','410600'),('410700','2018-01-30 19:30:19',NULL,NULL,NULL,'新乡市','河南省新乡市','2',7,'X',NULL,'1','453000','410000'),('410701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省新乡市市辖区','3',1,'S',NULL,'1',NULL,'410700'),('410702','2018-01-30 19:30:19',NULL,NULL,NULL,'红旗区','河南省新乡市红旗区','3',2,'H',NULL,'1','453000','410700'),('410703','2018-01-30 19:30:19',NULL,NULL,NULL,'卫滨区','河南省新乡市卫滨区','3',3,'W',NULL,'1','453000','410700'),('410704','2018-01-30 19:30:19',NULL,NULL,NULL,'凤泉区','河南省新乡市凤泉区','3',4,'F',NULL,'1','453011','410700'),('410711','2018-01-30 19:30:19',NULL,NULL,NULL,'牧野区','河南省新乡市牧野区','3',5,'M',NULL,'1','453002','410700'),('410721','2018-01-30 19:30:19',NULL,NULL,NULL,'新乡县','河南省新乡市新乡县','3',6,'X',NULL,'1','453700','410700'),('410724','2018-01-30 19:30:19',NULL,NULL,NULL,'获嘉县','河南省新乡市获嘉县','3',7,'H',NULL,'1','453800','410700'),('410725','2018-01-30 19:30:19',NULL,NULL,NULL,'原阳县','河南省新乡市原阳县','3',8,'Y',NULL,'1','453500','410700'),('410726','2018-01-30 19:30:19',NULL,NULL,NULL,'延津县','河南省新乡市延津县','3',9,'Y',NULL,'1','453200','410700'),('410727','2018-01-30 19:30:19',NULL,NULL,NULL,'封丘县','河南省新乡市封丘县','3',10,'F',NULL,'1','453300','410700'),('410728','2018-01-30 19:30:19',NULL,NULL,NULL,'长垣县','河南省新乡市长垣县','3',11,'C',NULL,'1','453400','410700'),('410781','2018-01-30 19:30:19',NULL,NULL,NULL,'卫辉市','河南省新乡市卫辉市','3',12,'W',NULL,'1','453100','410700'),('410782','2018-01-30 19:30:19',NULL,NULL,NULL,'辉县市','河南省新乡市辉县市','3',13,'H',NULL,'1','453600','410700'),('410800','2018-01-30 19:30:19',NULL,NULL,NULL,'焦作市','河南省焦作市','2',8,'J',NULL,'1','454002','410000'),('410801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省焦作市市辖区','3',1,'S',NULL,'1',NULL,'410800'),('410802','2018-01-30 19:30:19',NULL,NULL,NULL,'解放区','河南省焦作市解放区','3',2,'J',NULL,'1','454000','410800'),('410803','2018-01-30 19:30:19',NULL,NULL,NULL,'中站区','河南省焦作市中站区','3',3,'Z',NULL,'1','454191','410800'),('410804','2018-01-30 19:30:19',NULL,NULL,NULL,'马村区','河南省焦作市马村区','3',4,'M',NULL,'1','454171','410800'),('410811','2018-01-30 19:30:19',NULL,NULL,NULL,'山阳区','河南省焦作市山阳区','3',5,'S',NULL,'1','454002','410800'),('410821','2018-01-30 19:30:19',NULL,NULL,NULL,'修武县','河南省焦作市修武县','3',6,'X',NULL,'1','454350','410800'),('410822','2018-01-30 19:30:19',NULL,NULL,NULL,'博爱县','河南省焦作市博爱县','3',7,'B',NULL,'1','454450','410800'),('410823','2018-01-30 19:30:19',NULL,NULL,NULL,'武陟县','河南省焦作市武陟县','3',8,'W',NULL,'1','454950','410800'),('410825','2018-01-30 19:30:19',NULL,NULL,NULL,'温县','河南省焦作市温县','3',9,'W',NULL,'1','454850','410800'),('410882','2018-01-30 19:30:19',NULL,NULL,NULL,'沁阳市','河南省焦作市沁阳市','3',10,'Q',NULL,'1','454550','410800'),('410883','2018-01-30 19:30:19',NULL,NULL,NULL,'孟州市','河南省焦作市孟州市','3',11,'M',NULL,'1','454750','410800'),('410900','2018-01-30 19:30:19',NULL,NULL,NULL,'濮阳市','河南省濮阳市','2',9,'Z',NULL,'1','457000','410000'),('410901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省濮阳市市辖区','3',1,'S',NULL,'1',NULL,'410900'),('410902','2018-01-30 19:30:19',NULL,NULL,NULL,'华龙区','河南省濮阳市华龙区','3',2,'H',NULL,'1','457001','410900'),('410922','2018-01-30 19:30:19',NULL,NULL,NULL,'清丰县','河南省濮阳市清丰县','3',3,'Q',NULL,'1','457300','410900'),('410923','2018-01-30 19:30:19',NULL,NULL,NULL,'南乐县','河南省濮阳市南乐县','3',4,'N',NULL,'1','457400','410900'),('410926','2018-01-30 19:30:19',NULL,NULL,NULL,'范县','河南省濮阳市范县','3',5,'F',NULL,'1','457500','410900'),('410927','2018-01-30 19:30:19',NULL,NULL,NULL,'台前县','河南省濮阳市台前县','3',6,'T',NULL,'1','457600','410900'),('410928','2018-01-30 19:30:19',NULL,NULL,NULL,'濮阳县','河南省濮阳市濮阳县','3',7,'Z',NULL,'1','457100','410900'),('411000','2018-01-30 19:30:19',NULL,NULL,NULL,'许昌市','河南省许昌市','2',10,'X',NULL,'1','461000','410000'),('411001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省许昌市市辖区','3',1,'S',NULL,'1',NULL,'411000'),('411002','2018-01-30 19:30:19',NULL,NULL,NULL,'魏都区','河南省许昌市魏都区','3',2,'W',NULL,'1','461000','411000'),('411023','2018-01-30 19:30:19',NULL,NULL,NULL,'许昌县','河南省许昌市许昌县','3',3,'X',NULL,'1','461100','411000'),('411024','2018-01-30 19:30:19',NULL,NULL,NULL,'鄢陵县','河南省许昌市鄢陵县','3',4,'Z',NULL,'1','461200','411000'),('411025','2018-01-30 19:30:19',NULL,NULL,NULL,'襄城县','河南省许昌市襄城县','3',5,'X',NULL,'1','461700','411000'),('411081','2018-01-30 19:30:19',NULL,NULL,NULL,'禹州市','河南省许昌市禹州市','3',6,'Y',NULL,'1','461670','411000'),('411082','2018-01-30 19:30:19',NULL,NULL,NULL,'长葛市','河南省许昌市长葛市','3',7,'C',NULL,'1','461500','411000'),('411100','2018-01-30 19:30:19',NULL,NULL,NULL,'漯河市','河南省漯河市','2',11,'Z',NULL,'1','462000','410000'),('411101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省漯河市市辖区','3',1,'S',NULL,'1',NULL,'411100'),('411102','2018-01-30 19:30:19',NULL,NULL,NULL,'源汇区','河南省漯河市源汇区','3',2,'Y',NULL,'1','462000','411100'),('411103','2018-01-30 19:30:19',NULL,NULL,NULL,'郾城区','河南省漯河市郾城区','3',3,'Z',NULL,'1','462300','411100'),('411104','2018-01-30 19:30:19',NULL,NULL,NULL,'召陵区','河南省漯河市召陵区','3',4,'Z',NULL,'1','462300','411100'),('411121','2018-01-30 19:30:19',NULL,NULL,NULL,'舞阳县','河南省漯河市舞阳县','3',5,'W',NULL,'1','462400','411100'),('411122','2018-01-30 19:30:19',NULL,NULL,NULL,'临颍县','河南省漯河市临颍县','3',6,'L',NULL,'1','462600','411100'),('411200','2018-01-30 19:30:19',NULL,NULL,NULL,'三门峡市','河南省三门峡市','2',12,'S',NULL,'1','472000','410000'),('411201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省三门峡市市辖区','3',1,'S',NULL,'1',NULL,'411200'),('411202','2018-01-30 19:30:19',NULL,NULL,NULL,'湖滨区','河南省三门峡市湖滨区','3',2,'H',NULL,'1','472000','411200'),('411203','2018-01-30 19:30:19',NULL,NULL,NULL,'陕州区','河南省三门峡市陕州区','3',3,'S',NULL,'1',NULL,'411200'),('411221','2018-01-30 19:30:19',NULL,NULL,NULL,'渑池县','河南省三门峡市渑池县','3',4,'Z',NULL,'1','472400','411200'),('411224','2018-01-30 19:30:19',NULL,NULL,NULL,'卢氏县','河南省三门峡市卢氏县','3',5,'L',NULL,'1','472200','411200'),('411281','2018-01-30 19:30:19',NULL,NULL,NULL,'义马市','河南省三门峡市义马市','3',6,'Y',NULL,'1','472300','411200'),('411282','2018-01-30 19:30:19',NULL,NULL,NULL,'灵宝市','河南省三门峡市灵宝市','3',7,'L',NULL,'1','472500','411200'),('411300','2018-01-30 19:30:19',NULL,NULL,NULL,'南阳市','河南省南阳市','2',13,'N',NULL,'1','473002','410000'),('411301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省南阳市市辖区','3',1,'S',NULL,'1',NULL,'411300'),('411302','2018-01-30 19:30:19',NULL,NULL,NULL,'宛城区','河南省南阳市宛城区','3',2,'W',NULL,'1','473001','411300'),('411303','2018-01-30 19:30:19',NULL,NULL,NULL,'卧龙区','河南省南阳市卧龙区','3',3,'W',NULL,'1','473003','411300'),('411321','2018-01-30 19:30:19',NULL,NULL,NULL,'南召县','河南省南阳市南召县','3',4,'N',NULL,'1','474650','411300'),('411322','2018-01-30 19:30:19',NULL,NULL,NULL,'方城县','河南省南阳市方城县','3',5,'F',NULL,'1','473200','411300'),('411323','2018-01-30 19:30:19',NULL,NULL,NULL,'西峡县','河南省南阳市西峡县','3',6,'X',NULL,'1','474550','411300'),('411324','2018-01-30 19:30:19',NULL,NULL,NULL,'镇平县','河南省南阳市镇平县','3',7,'Z',NULL,'1','474250','411300'),('411325','2018-01-30 19:30:19',NULL,NULL,NULL,'内乡县','河南省南阳市内乡县','3',8,'N',NULL,'1','474350','411300'),('411326','2018-01-30 19:30:19',NULL,NULL,NULL,'淅川县','河南省南阳市淅川县','3',9,'Z',NULL,'1','474450','411300'),('411327','2018-01-30 19:30:19',NULL,NULL,NULL,'社旗县','河南省南阳市社旗县','3',10,'S',NULL,'1','473300','411300'),('411328','2018-01-30 19:30:19',NULL,NULL,NULL,'唐河县','河南省南阳市唐河县','3',11,'T',NULL,'1','473400','411300'),('411329','2018-01-30 19:30:19',NULL,NULL,NULL,'新野县','河南省南阳市新野县','3',12,'X',NULL,'1','473500','411300'),('411330','2018-01-30 19:30:19',NULL,NULL,NULL,'桐柏县','河南省南阳市桐柏县','3',13,'T',NULL,'1','474750','411300'),('411381','2018-01-30 19:30:19',NULL,NULL,NULL,'邓州市','河南省南阳市邓州市','3',14,'D',NULL,'1','474150','411300'),('411400','2018-01-30 19:30:19',NULL,NULL,NULL,'商丘市','河南省商丘市','2',14,'S',NULL,'1','476000','410000'),('411401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省商丘市市辖区','3',1,'S',NULL,'1',NULL,'411400'),('411402','2018-01-30 19:30:19',NULL,NULL,NULL,'梁园区','河南省商丘市梁园区','3',2,'L',NULL,'1','476000','411400'),('411403','2018-01-30 19:30:19',NULL,NULL,NULL,'睢阳区','河南省商丘市睢阳区','3',3,'Z',NULL,'1','476100','411400'),('411421','2018-01-30 19:30:19',NULL,NULL,NULL,'民权县','河南省商丘市民权县','3',4,'M',NULL,'1','476800','411400'),('411422','2018-01-30 19:30:19',NULL,NULL,NULL,'睢县','河南省商丘市睢县','3',5,'Z',NULL,'1','476900','411400'),('411423','2018-01-30 19:30:19',NULL,NULL,NULL,'宁陵县','河南省商丘市宁陵县','3',6,'N',NULL,'1','476700','411400'),('411424','2018-01-30 19:30:19',NULL,NULL,NULL,'柘城县','河南省商丘市柘城县','3',7,'Z',NULL,'1','476200','411400'),('411425','2018-01-30 19:30:19',NULL,NULL,NULL,'虞城县','河南省商丘市虞城县','3',8,'Y',NULL,'1','476300','411400'),('411426','2018-01-30 19:30:19',NULL,NULL,NULL,'夏邑县','河南省商丘市夏邑县','3',9,'X',NULL,'1','476400','411400'),('411481','2018-01-30 19:30:19',NULL,NULL,NULL,'永城市','河南省商丘市永城市','3',10,'Y',NULL,'1','476600','411400'),('411500','2018-01-30 19:30:19',NULL,NULL,NULL,'信阳市','河南省信阳市','2',15,'X',NULL,'1','464000','410000'),('411501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省信阳市市辖区','3',1,'S',NULL,'1',NULL,'411500'),('411502','2018-01-30 19:30:19',NULL,NULL,NULL,'浉河区','河南省信阳市浉河区','3',2,NULL,NULL,'1','464000','411500'),('411503','2018-01-30 19:30:19',NULL,NULL,NULL,'平桥区','河南省信阳市平桥区','3',3,'P',NULL,'1','464100','411500'),('411521','2018-01-30 19:30:19',NULL,NULL,NULL,'罗山县','河南省信阳市罗山县','3',4,'L',NULL,'1','464200','411500'),('411522','2018-01-30 19:30:19',NULL,NULL,NULL,'光山县','河南省信阳市光山县','3',5,'G',NULL,'1','465450','411500'),('411523','2018-01-30 19:30:19',NULL,NULL,NULL,'新县','河南省信阳市新县','3',6,'X',NULL,'1','465550','411500'),('411524','2018-01-30 19:30:19',NULL,NULL,NULL,'商城县','河南省信阳市商城县','3',7,'S',NULL,'1','465350','411500'),('411525','2018-01-30 19:30:19',NULL,NULL,NULL,'固始县','河南省信阳市固始县','3',8,'G',NULL,'1','465250','411500'),('411526','2018-01-30 19:30:19',NULL,NULL,NULL,'潢川县','河南省信阳市潢川县','3',9,'Z',NULL,'1','465150','411500'),('411527','2018-01-30 19:30:19',NULL,NULL,NULL,'淮滨县','河南省信阳市淮滨县','3',10,'H',NULL,'1','464400','411500'),('411528','2018-01-30 19:30:19',NULL,NULL,NULL,'息县','河南省信阳市息县','3',11,'X',NULL,'1','464300','411500'),('411600','2018-01-30 19:30:19',NULL,NULL,NULL,'周口市','河南省周口市','2',16,'Z',NULL,'1','466000','410000'),('411601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省周口市市辖区','3',1,'S',NULL,'1',NULL,'411600'),('411602','2018-01-30 19:30:19',NULL,NULL,NULL,'川汇区','河南省周口市川汇区','3',2,'C',NULL,'1','466000','411600'),('411621','2018-01-30 19:30:19',NULL,NULL,NULL,'扶沟县','河南省周口市扶沟县','3',3,'F',NULL,'1','461300','411600'),('411622','2018-01-30 19:30:19',NULL,NULL,NULL,'西华县','河南省周口市西华县','3',4,'X',NULL,'1','466600','411600'),('411623','2018-01-30 19:30:19',NULL,NULL,NULL,'商水县','河南省周口市商水县','3',5,'S',NULL,'1','466100','411600'),('411624','2018-01-30 19:30:19',NULL,NULL,NULL,'沈丘县','河南省周口市沈丘县','3',6,'S',NULL,'1','466300','411600'),('411625','2018-01-30 19:30:19',NULL,NULL,NULL,'郸城县','河南省周口市郸城县','3',7,'D',NULL,'1','477150','411600'),('411626','2018-01-30 19:30:19',NULL,NULL,NULL,'淮阳县','河南省周口市淮阳县','3',8,'H',NULL,'1','466700','411600'),('411627','2018-01-30 19:30:19',NULL,NULL,NULL,'太康县','河南省周口市太康县','3',9,'T',NULL,'1','461400','411600'),('411628','2018-01-30 19:30:19',NULL,NULL,NULL,'鹿邑县','河南省周口市鹿邑县','3',10,'L',NULL,'1','477200','411600'),('411681','2018-01-30 19:30:19',NULL,NULL,NULL,'项城市','河南省周口市项城市','3',11,'X',NULL,'1','466200','411600'),('411700','2018-01-30 19:30:19',NULL,NULL,NULL,'驻马店市','河南省驻马店市','2',17,'Z',NULL,'1','463000','410000'),('411701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','河南省驻马店市市辖区','3',1,'S',NULL,'1',NULL,'411700'),('411702','2018-01-30 19:30:19',NULL,NULL,NULL,'驿城区','河南省驻马店市驿城区','3',2,'Z',NULL,'1','463000','411700'),('411721','2018-01-30 19:30:19',NULL,NULL,NULL,'西平县','河南省驻马店市西平县','3',3,'X',NULL,'1','463900','411700'),('411722','2018-01-30 19:30:19',NULL,NULL,NULL,'上蔡县','河南省驻马店市上蔡县','3',4,'S',NULL,'1','463800','411700'),('411723','2018-01-30 19:30:19',NULL,NULL,NULL,'平舆县','河南省驻马店市平舆县','3',5,'P',NULL,'1','463400','411700'),('411724','2018-01-30 19:30:19',NULL,NULL,NULL,'正阳县','河南省驻马店市正阳县','3',6,'Z',NULL,'1','463600','411700'),('411725','2018-01-30 19:30:19',NULL,NULL,NULL,'确山县','河南省驻马店市确山县','3',7,'Q',NULL,'1','463200','411700'),('411726','2018-01-30 19:30:19',NULL,NULL,NULL,'泌阳县','河南省驻马店市泌阳县','3',8,'M',NULL,'1','463700','411700'),('411727','2018-01-30 19:30:19',NULL,NULL,NULL,'汝南县','河南省驻马店市汝南县','3',9,'R',NULL,'1','463300','411700'),('411728','2018-01-30 19:30:19',NULL,NULL,NULL,'遂平县','河南省驻马店市遂平县','3',10,'S',NULL,'1','463100','411700'),('411729','2018-01-30 19:30:19',NULL,NULL,NULL,'新蔡县','河南省驻马店市新蔡县','3',11,'X',NULL,'1','463500','411700'),('419000','2018-01-30 19:30:19',NULL,NULL,NULL,'省直辖县级行政区划','河南省省直辖县级行政区划','2',18,'S',NULL,'1','','410000'),('419001','2018-01-30 19:30:19',NULL,NULL,NULL,'济源市','河南省省直辖县级行政区划济源市','3',1,'J',NULL,'1','454650','419000'),('420000','2018-01-30 19:30:19',NULL,NULL,NULL,'湖北省','湖北省','1',17,'H',NULL,'1','','100000'),('420100','2018-01-30 19:30:19',NULL,NULL,NULL,'武汉市','湖北省武汉市','2',1,'W',NULL,'1','430014','420000'),('420101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省武汉市市辖区','3',1,'S',NULL,'1',NULL,'420100'),('420102','2018-01-30 19:30:19',NULL,NULL,NULL,'江岸区','湖北省武汉市江岸区','3',2,'J',NULL,'1','430014','420100'),('420103','2018-01-30 19:30:19',NULL,NULL,NULL,'江汉区','湖北省武汉市江汉区','3',3,'J',NULL,'1','430021','420100'),('420104','2018-01-30 19:30:19',NULL,NULL,NULL,'硚口区','湖北省武汉市硚口区','3',4,'C',NULL,'1','430033','420100'),('420105','2018-01-30 19:30:19',NULL,NULL,NULL,'汉阳区','湖北省武汉市汉阳区','3',5,'H',NULL,'1','430050','420100'),('420106','2018-01-30 19:30:19',NULL,NULL,NULL,'武昌区','湖北省武汉市武昌区','3',6,'W',NULL,'1','430061','420100'),('420107','2018-01-30 19:30:19',NULL,NULL,NULL,'青山区','湖北省武汉市青山区','3',7,'Q',NULL,'1','430080','420100'),('420111','2018-01-30 19:30:19',NULL,NULL,NULL,'洪山区','湖北省武汉市洪山区','3',8,'H',NULL,'1','430070','420100'),('420112','2018-01-30 19:30:19',NULL,NULL,NULL,'东西湖区','湖北省武汉市东西湖区','3',9,'D',NULL,'1','430040','420100'),('420113','2018-01-30 19:30:19',NULL,NULL,NULL,'汉南区','湖北省武汉市汉南区','3',10,'H',NULL,'1','430090','420100'),('420114','2018-01-30 19:30:19',NULL,NULL,NULL,'蔡甸区','湖北省武汉市蔡甸区','3',11,'C',NULL,'1','430100','420100'),('420115','2018-01-30 19:30:19',NULL,NULL,NULL,'江夏区','湖北省武汉市江夏区','3',12,'J',NULL,'1','430200','420100'),('420116','2018-01-30 19:30:19',NULL,NULL,NULL,'黄陂区','湖北省武汉市黄陂区','3',13,'H',NULL,'1','432200','420100'),('420117','2018-01-30 19:30:19',NULL,NULL,NULL,'新洲区','湖北省武汉市新洲区','3',14,'X',NULL,'1','431400','420100'),('420200','2018-01-30 19:30:19',NULL,NULL,NULL,'黄石市','湖北省黄石市','2',2,'H',NULL,'1','435003','420000'),('420201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省黄石市市辖区','3',1,'S',NULL,'1',NULL,'420200'),('420202','2018-01-30 19:30:19',NULL,NULL,NULL,'黄石港区','湖北省黄石市黄石港区','3',2,'H',NULL,'1','435000','420200'),('420203','2018-01-30 19:30:19',NULL,NULL,NULL,'西塞山区','湖北省黄石市西塞山区','3',3,'X',NULL,'1','435001','420200'),('420204','2018-01-30 19:30:19',NULL,NULL,NULL,'下陆区','湖北省黄石市下陆区','3',4,'X',NULL,'1','435005','420200'),('420205','2018-01-30 19:30:19',NULL,NULL,NULL,'铁山区','湖北省黄石市铁山区','3',5,'T',NULL,'1','435006','420200'),('420222','2018-01-30 19:30:19',NULL,NULL,NULL,'阳新县','湖北省黄石市阳新县','3',6,'Y',NULL,'1','435200','420200'),('420281','2018-01-30 19:30:19',NULL,NULL,NULL,'大冶市','湖北省黄石市大冶市','3',7,'D',NULL,'1','435100','420200'),('420300','2018-01-30 19:30:19',NULL,NULL,NULL,'十堰市','湖北省十堰市','2',3,'S',NULL,'1','442000','420000'),('420301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省十堰市市辖区','3',1,'S',NULL,'1',NULL,'420300'),('420302','2018-01-30 19:30:19',NULL,NULL,NULL,'茅箭区','湖北省十堰市茅箭区','3',2,'M',NULL,'1','442012','420300'),('420303','2018-01-30 19:30:19',NULL,NULL,NULL,'张湾区','湖北省十堰市张湾区','3',3,'Z',NULL,'1','442001','420300'),('420304','2018-01-30 19:30:19',NULL,NULL,NULL,'郧阳区','湖北省十堰市郧阳区','3',4,'Y',NULL,'1','442500','420300'),('420322','2018-01-30 19:30:19',NULL,NULL,NULL,'郧西县','湖北省十堰市郧西县','3',5,'Y',NULL,'1','442600','420300'),('420323','2018-01-30 19:30:19',NULL,NULL,NULL,'竹山县','湖北省十堰市竹山县','3',6,'Z',NULL,'1','442200','420300'),('420324','2018-01-30 19:30:19',NULL,NULL,NULL,'竹溪县','湖北省十堰市竹溪县','3',7,'Z',NULL,'1','442300','420300'),('420325','2018-01-30 19:30:19',NULL,NULL,NULL,'房县','湖北省十堰市房县','3',8,'F',NULL,'1','442100','420300'),('420381','2018-01-30 19:30:19',NULL,NULL,NULL,'丹江口市','湖北省十堰市丹江口市','3',9,'D',NULL,'1','442700','420300'),('420500','2018-01-30 19:30:19',NULL,NULL,NULL,'宜昌市','湖北省宜昌市','2',4,'Y',NULL,'1','443000','420000'),('420501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省宜昌市市辖区','3',1,'S',NULL,'1',NULL,'420500'),('420502','2018-01-30 19:30:19',NULL,NULL,NULL,'西陵区','湖北省宜昌市西陵区','3',2,'X',NULL,'1','443000','420500'),('420503','2018-01-30 19:30:19',NULL,NULL,NULL,'伍家岗区','湖北省宜昌市伍家岗区','3',3,'W',NULL,'1','443001','420500'),('420504','2018-01-30 19:30:19',NULL,NULL,NULL,'点军区','湖北省宜昌市点军区','3',4,'D',NULL,'1','443006','420500'),('420505','2018-01-30 19:30:19',NULL,NULL,NULL,'猇亭区','湖北省宜昌市猇亭区','3',5,NULL,NULL,'1','443007','420500'),('420506','2018-01-30 19:30:19',NULL,NULL,NULL,'夷陵区','湖北省宜昌市夷陵区','3',6,'Y',NULL,'1','443100','420500'),('420525','2018-01-30 19:30:19',NULL,NULL,NULL,'远安县','湖北省宜昌市远安县','3',7,'Y',NULL,'1','444200','420500'),('420526','2018-01-30 19:30:19',NULL,NULL,NULL,'兴山县','湖北省宜昌市兴山县','3',8,'X',NULL,'1','443711','420500'),('420527','2018-01-30 19:30:19',NULL,NULL,NULL,'秭归县','湖北省宜昌市秭归县','3',9,'Z',NULL,'1','443600','420500'),('420528','2018-01-30 19:30:19',NULL,NULL,NULL,'长阳土家族自治县','湖北省宜昌市长阳土家族自治县','3',10,'C',NULL,'1','443500','420500'),('420529','2018-01-30 19:30:19',NULL,NULL,NULL,'五峰土家族自治县','湖北省宜昌市五峰土家族自治县','3',11,'W',NULL,'1','443413','420500'),('420581','2018-01-30 19:30:19',NULL,NULL,NULL,'宜都市','湖北省宜昌市宜都市','3',12,'Y',NULL,'1','443300','420500'),('420582','2018-01-30 19:30:19',NULL,NULL,NULL,'当阳市','湖北省宜昌市当阳市','3',13,'D',NULL,'1','444100','420500'),('420583','2018-01-30 19:30:19',NULL,NULL,NULL,'枝江市','湖北省宜昌市枝江市','3',14,'Z',NULL,'1','443200','420500'),('420600','2018-01-30 19:30:19',NULL,NULL,NULL,'襄阳市','湖北省襄阳市','2',5,'X',NULL,'1','441021','420000'),('420601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省襄阳市市辖区','3',1,'S',NULL,'1',NULL,'420600'),('420602','2018-01-30 19:30:19',NULL,NULL,NULL,'襄城区','湖北省襄阳市襄城区','3',2,'X',NULL,'1','441021','420600'),('420606','2018-01-30 19:30:19',NULL,NULL,NULL,'樊城区','湖北省襄阳市樊城区','3',3,'F',NULL,'1','441001','420600'),('420607','2018-01-30 19:30:19',NULL,NULL,NULL,'襄州区','湖北省襄阳市襄州区','3',4,'X',NULL,'1','441100','420600'),('420624','2018-01-30 19:30:19',NULL,NULL,NULL,'南漳县','湖北省襄阳市南漳县','3',5,'N',NULL,'1','441500','420600'),('420625','2018-01-30 19:30:19',NULL,NULL,NULL,'谷城县','湖北省襄阳市谷城县','3',6,'G',NULL,'1','441700','420600'),('420626','2018-01-30 19:30:19',NULL,NULL,NULL,'保康县','湖北省襄阳市保康县','3',7,'B',NULL,'1','441600','420600'),('420682','2018-01-30 19:30:19',NULL,NULL,NULL,'老河口市','湖北省襄阳市老河口市','3',8,'L',NULL,'1','441800','420600'),('420683','2018-01-30 19:30:19',NULL,NULL,NULL,'枣阳市','湖北省襄阳市枣阳市','3',9,'Z',NULL,'1','441200','420600'),('420684','2018-01-30 19:30:19',NULL,NULL,NULL,'宜城市','湖北省襄阳市宜城市','3',10,'Y',NULL,'1','441400','420600'),('420700','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂州市','湖北省鄂州市','2',6,'E',NULL,'1','436000','420000'),('420701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省鄂州市市辖区','3',1,'S',NULL,'1',NULL,'420700'),('420702','2018-01-30 19:30:19',NULL,NULL,NULL,'梁子湖区','湖北省鄂州市梁子湖区','3',2,'L',NULL,'1','436064','420700'),('420703','2018-01-30 19:30:19',NULL,NULL,NULL,'华容区','湖北省鄂州市华容区','3',3,'H',NULL,'1','436030','420700'),('420704','2018-01-30 19:30:19',NULL,NULL,NULL,'鄂城区','湖北省鄂州市鄂城区','3',4,'E',NULL,'1','436000','420700'),('420800','2018-01-30 19:30:19',NULL,NULL,NULL,'荆门市','湖北省荆门市','2',7,'J',NULL,'1','448000','420000'),('420801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省荆门市市辖区','3',1,'S',NULL,'1',NULL,'420800'),('420802','2018-01-30 19:30:19',NULL,NULL,NULL,'东宝区','湖北省荆门市东宝区','3',2,'D',NULL,'1','448004','420800'),('420804','2018-01-30 19:30:19',NULL,NULL,NULL,'掇刀区','湖北省荆门市掇刀区','3',3,'D',NULL,'1','448124','420800'),('420821','2018-01-30 19:30:19',NULL,NULL,NULL,'京山县','湖北省荆门市京山县','3',4,'J',NULL,'1','431800','420800'),('420822','2018-01-30 19:30:19',NULL,NULL,NULL,'沙洋县','湖北省荆门市沙洋县','3',5,'S',NULL,'1','448200','420800'),('420881','2018-01-30 19:30:19',NULL,NULL,NULL,'钟祥市','湖北省荆门市钟祥市','3',6,'Z',NULL,'1','431900','420800'),('420900','2018-01-30 19:30:19',NULL,NULL,NULL,'孝感市','湖北省孝感市','2',8,'X',NULL,'1','432100','420000'),('420901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省孝感市市辖区','3',1,'S',NULL,'1',NULL,'420900'),('420902','2018-01-30 19:30:19',NULL,NULL,NULL,'孝南区','湖北省孝感市孝南区','3',2,'X',NULL,'1','432100','420900'),('420921','2018-01-30 19:30:19',NULL,NULL,NULL,'孝昌县','湖北省孝感市孝昌县','3',3,'X',NULL,'1','432900','420900'),('420922','2018-01-30 19:30:19',NULL,NULL,NULL,'大悟县','湖北省孝感市大悟县','3',4,'D',NULL,'1','432800','420900'),('420923','2018-01-30 19:30:19',NULL,NULL,NULL,'云梦县','湖北省孝感市云梦县','3',5,'Y',NULL,'1','432500','420900'),('420981','2018-01-30 19:30:19',NULL,NULL,NULL,'应城市','湖北省孝感市应城市','3',6,'Y',NULL,'1','432400','420900'),('420982','2018-01-30 19:30:19',NULL,NULL,NULL,'安陆市','湖北省孝感市安陆市','3',7,'A',NULL,'1','432600','420900'),('420984','2018-01-30 19:30:19',NULL,NULL,NULL,'汉川市','湖北省孝感市汉川市','3',8,'H',NULL,'1','432300','420900'),('421000','2018-01-30 19:30:19',NULL,NULL,NULL,'荆州市','湖北省荆州市','2',9,'J',NULL,'1','434000','420000'),('421001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省荆州市市辖区','3',1,'S',NULL,'1',NULL,'421000'),('421002','2018-01-30 19:30:19',NULL,NULL,NULL,'沙市区','湖北省荆州市沙市区','3',2,'S',NULL,'1','434000','421000'),('421003','2018-01-30 19:30:19',NULL,NULL,NULL,'荆州区','湖北省荆州市荆州区','3',3,'J',NULL,'1','434020','421000'),('421022','2018-01-30 19:30:19',NULL,NULL,NULL,'公安县','湖北省荆州市公安县','3',4,'G',NULL,'1','434300','421000'),('421023','2018-01-30 19:30:19',NULL,NULL,NULL,'监利县','湖北省荆州市监利县','3',5,'J',NULL,'1','433300','421000'),('421024','2018-01-30 19:30:19',NULL,NULL,NULL,'江陵县','湖北省荆州市江陵县','3',6,'J',NULL,'1','434101','421000'),('421081','2018-01-30 19:30:19',NULL,NULL,NULL,'石首市','湖北省荆州市石首市','3',7,'S',NULL,'1','434400','421000'),('421083','2018-01-30 19:30:19',NULL,NULL,NULL,'洪湖市','湖北省荆州市洪湖市','3',8,'H',NULL,'1','433200','421000'),('421087','2018-01-30 19:30:19',NULL,NULL,NULL,'松滋市','湖北省荆州市松滋市','3',9,'S',NULL,'1','434200','421000'),('421100','2018-01-30 19:30:19',NULL,NULL,NULL,'黄冈市','湖北省黄冈市','2',10,'H',NULL,'1','438000','420000'),('421101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省黄冈市市辖区','3',1,'S',NULL,'1',NULL,'421100'),('421102','2018-01-30 19:30:19',NULL,NULL,NULL,'黄州区','湖北省黄冈市黄州区','3',2,'H',NULL,'1','438000','421100'),('421121','2018-01-30 19:30:19',NULL,NULL,NULL,'团风县','湖北省黄冈市团风县','3',3,'T',NULL,'1','438800','421100'),('421122','2018-01-30 19:30:19',NULL,NULL,NULL,'红安县','湖北省黄冈市红安县','3',4,'H',NULL,'1','438401','421100'),('421123','2018-01-30 19:30:19',NULL,NULL,NULL,'罗田县','湖北省黄冈市罗田县','3',5,'L',NULL,'1','438600','421100'),('421124','2018-01-30 19:30:19',NULL,NULL,NULL,'英山县','湖北省黄冈市英山县','3',6,'Y',NULL,'1','438700','421100'),('421125','2018-01-30 19:30:19',NULL,NULL,NULL,'浠水县','湖北省黄冈市浠水县','3',7,'Z',NULL,'1','438200','421100'),('421126','2018-01-30 19:30:19',NULL,NULL,NULL,'蕲春县','湖北省黄冈市蕲春县','3',8,'Z',NULL,'1','435300','421100'),('421127','2018-01-30 19:30:19',NULL,NULL,NULL,'黄梅县','湖北省黄冈市黄梅县','3',9,'H',NULL,'1','435500','421100'),('421181','2018-01-30 19:30:19',NULL,NULL,NULL,'麻城市','湖北省黄冈市麻城市','3',10,'M',NULL,'1','438300','421100'),('421182','2018-01-30 19:30:19',NULL,NULL,NULL,'武穴市','湖北省黄冈市武穴市','3',11,'W',NULL,'1','435400','421100'),('421200','2018-01-30 19:30:19',NULL,NULL,NULL,'咸宁市','湖北省咸宁市','2',11,'X',NULL,'1','437000','420000'),('421201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省咸宁市市辖区','3',1,'S',NULL,'1',NULL,'421200'),('421202','2018-01-30 19:30:19',NULL,NULL,NULL,'咸安区','湖北省咸宁市咸安区','3',2,'X',NULL,'1','437000','421200'),('421221','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉鱼县','湖北省咸宁市嘉鱼县','3',3,'J',NULL,'1','437200','421200'),('421222','2018-01-30 19:30:19',NULL,NULL,NULL,'通城县','湖北省咸宁市通城县','3',4,'T',NULL,'1','437400','421200'),('421223','2018-01-30 19:30:19',NULL,NULL,NULL,'崇阳县','湖北省咸宁市崇阳县','3',5,'C',NULL,'1','437500','421200'),('421224','2018-01-30 19:30:19',NULL,NULL,NULL,'通山县','湖北省咸宁市通山县','3',6,'T',NULL,'1','437600','421200'),('421281','2018-01-30 19:30:19',NULL,NULL,NULL,'赤壁市','湖北省咸宁市赤壁市','3',7,'C',NULL,'1','437300','421200'),('421300','2018-01-30 19:30:19',NULL,NULL,NULL,'随州市','湖北省随州市','2',12,'S',NULL,'1','441300','420000'),('421301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖北省随州市市辖区','3',1,'S',NULL,'1',NULL,'421300'),('421303','2018-01-30 19:30:19',NULL,NULL,NULL,'曾都区','湖北省随州市曾都区','3',2,'Z',NULL,'1','441300','421300'),('421321','2018-01-30 19:30:19',NULL,NULL,NULL,'随县','湖北省随州市随县','3',3,'S',NULL,'1','441309','421300'),('421381','2018-01-30 19:30:19',NULL,NULL,NULL,'广水市','湖北省随州市广水市','3',4,'G',NULL,'1','432700','421300'),('422800','2018-01-30 19:30:19',NULL,NULL,NULL,'恩施土家族苗族自治州','湖北省恩施土家族苗族自治州','2',13,'E',NULL,'1','445000','420000'),('422801','2018-01-30 19:30:19',NULL,NULL,NULL,'恩施市','湖北省恩施土家族苗族自治州恩施市','3',1,'E',NULL,'1','445000','422800'),('422802','2018-01-30 19:30:19',NULL,NULL,NULL,'利川市','湖北省恩施土家族苗族自治州利川市','3',2,'L',NULL,'1','445400','422800'),('422822','2018-01-30 19:30:19',NULL,NULL,NULL,'建始县','湖北省恩施土家族苗族自治州建始县','3',3,'J',NULL,'1','445300','422800'),('422823','2018-01-30 19:30:19',NULL,NULL,NULL,'巴东县','湖北省恩施土家族苗族自治州巴东县','3',4,'B',NULL,'1','444300','422800'),('422825','2018-01-30 19:30:19',NULL,NULL,NULL,'宣恩县','湖北省恩施土家族苗族自治州宣恩县','3',5,'X',NULL,'1','445500','422800'),('422826','2018-01-30 19:30:19',NULL,NULL,NULL,'咸丰县','湖北省恩施土家族苗族自治州咸丰县','3',6,'X',NULL,'1','445600','422800'),('422827','2018-01-30 19:30:19',NULL,NULL,NULL,'来凤县','湖北省恩施土家族苗族自治州来凤县','3',7,'L',NULL,'1','445700','422800'),('422828','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤峰县','湖北省恩施土家族苗族自治州鹤峰县','3',8,'H',NULL,'1','445800','422800'),('429000','2018-01-30 19:30:19',NULL,NULL,NULL,'省直辖县级行政区划','湖北省省直辖县级行政区划','2',14,'S',NULL,'1','','420000'),('429004','2018-01-30 19:30:19',NULL,NULL,NULL,'仙桃市','湖北省省直辖县级行政区划仙桃市','3',1,'X',NULL,'1','433000','429000'),('429005','2018-01-30 19:30:19',NULL,NULL,NULL,'潜江市','湖北省省直辖县级行政区划潜江市','3',2,'Q',NULL,'1','433100','429000'),('429006','2018-01-30 19:30:19',NULL,NULL,NULL,'天门市','湖北省省直辖县级行政区划天门市','3',3,'T',NULL,'1','431700','429000'),('429021','2018-01-30 19:30:19',NULL,NULL,NULL,'神农架林区','湖北省省直辖县级行政区划神农架林区','3',4,'S',NULL,'1','442400','429000'),('430000','2018-01-30 19:30:19',NULL,NULL,NULL,'湖南省','湖南省','1',18,'H',NULL,'1','','100000'),('430100','2018-01-30 19:30:19',NULL,NULL,NULL,'长沙市','湖南省长沙市','2',1,'C',NULL,'1','410005','430000'),('430101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省长沙市市辖区','3',1,'S',NULL,'1',NULL,'430100'),('430102','2018-01-30 19:30:19',NULL,NULL,NULL,'芙蓉区','湖南省长沙市芙蓉区','3',2,'Z',NULL,'1','410011','430100'),('430103','2018-01-30 19:30:19',NULL,NULL,NULL,'天心区','湖南省长沙市天心区','3',3,'T',NULL,'1','410004','430100'),('430104','2018-01-30 19:30:19',NULL,NULL,NULL,'岳麓区','湖南省长沙市岳麓区','3',4,'Y',NULL,'1','410013','430100'),('430105','2018-01-30 19:30:19',NULL,NULL,NULL,'开福区','湖南省长沙市开福区','3',5,'K',NULL,'1','410008','430100'),('430111','2018-01-30 19:30:19',NULL,NULL,NULL,'雨花区','湖南省长沙市雨花区','3',6,'Y',NULL,'1','410011','430100'),('430112','2018-01-30 19:30:19',NULL,NULL,NULL,'望城区','湖南省长沙市望城区','3',7,'W',NULL,'1','410200','430100'),('430121','2018-01-30 19:30:19',NULL,NULL,NULL,'长沙县','湖南省长沙市长沙县','3',8,'C',NULL,'1','410100','430100'),('430124','2018-01-30 19:30:19',NULL,NULL,NULL,'宁乡县','湖南省长沙市宁乡县','3',9,'N',NULL,'1','410600','430100'),('430181','2018-01-30 19:30:19',NULL,NULL,NULL,'浏阳市','湖南省长沙市浏阳市','3',10,'Z',NULL,'1','410300','430100'),('430200','2018-01-30 19:30:19',NULL,NULL,NULL,'株洲市','湖南省株洲市','2',2,'Z',NULL,'1','412000','430000'),('430201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省株洲市市辖区','3',1,'S',NULL,'1',NULL,'430200'),('430202','2018-01-30 19:30:19',NULL,NULL,NULL,'荷塘区','湖南省株洲市荷塘区','3',2,'H',NULL,'1','412000','430200'),('430203','2018-01-30 19:30:19',NULL,NULL,NULL,'芦淞区','湖南省株洲市芦淞区','3',3,'L',NULL,'1','412000','430200'),('430204','2018-01-30 19:30:19',NULL,NULL,NULL,'石峰区','湖南省株洲市石峰区','3',4,'S',NULL,'1','412005','430200'),('430211','2018-01-30 19:30:19',NULL,NULL,NULL,'天元区','湖南省株洲市天元区','3',5,'T',NULL,'1','412007','430200'),('430221','2018-01-30 19:30:19',NULL,NULL,NULL,'株洲县','湖南省株洲市株洲县','3',6,'Z',NULL,'1','412100','430200'),('430223','2018-01-30 19:30:19',NULL,NULL,NULL,'攸县','湖南省株洲市攸县','3',7,'Z',NULL,'1','412300','430200'),('430224','2018-01-30 19:30:19',NULL,NULL,NULL,'茶陵县','湖南省株洲市茶陵县','3',8,'C',NULL,'1','412400','430200'),('430225','2018-01-30 19:30:19',NULL,NULL,NULL,'炎陵县','湖南省株洲市炎陵县','3',9,'Y',NULL,'1','412500','430200'),('430281','2018-01-30 19:30:19',NULL,NULL,NULL,'醴陵市','湖南省株洲市醴陵市','3',10,'Z',NULL,'1','412200','430200'),('430300','2018-01-30 19:30:19',NULL,NULL,NULL,'湘潭市','湖南省湘潭市','2',3,'X',NULL,'1','411100','430000'),('430301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省湘潭市市辖区','3',1,'S',NULL,'1',NULL,'430300'),('430302','2018-01-30 19:30:19',NULL,NULL,NULL,'雨湖区','湖南省湘潭市雨湖区','3',2,'Y',NULL,'1','411100','430300'),('430304','2018-01-30 19:30:19',NULL,NULL,NULL,'岳塘区','湖南省湘潭市岳塘区','3',3,'Y',NULL,'1','411101','430300'),('430321','2018-01-30 19:30:19',NULL,NULL,NULL,'湘潭县','湖南省湘潭市湘潭县','3',4,'X',NULL,'1','411228','430300'),('430381','2018-01-30 19:30:19',NULL,NULL,NULL,'湘乡市','湖南省湘潭市湘乡市','3',5,'X',NULL,'1','411400','430300'),('430382','2018-01-30 19:30:19',NULL,NULL,NULL,'韶山市','湖南省湘潭市韶山市','3',6,'S',NULL,'1','411300','430300'),('430400','2018-01-30 19:30:19',NULL,NULL,NULL,'衡阳市','湖南省衡阳市','2',4,'H',NULL,'1','421001','430000'),('430401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省衡阳市市辖区','3',1,'S',NULL,'1',NULL,'430400'),('430405','2018-01-30 19:30:19',NULL,NULL,NULL,'珠晖区','湖南省衡阳市珠晖区','3',2,'Z',NULL,'1','421002','430400'),('430406','2018-01-30 19:30:19',NULL,NULL,NULL,'雁峰区','湖南省衡阳市雁峰区','3',3,'Y',NULL,'1','421001','430400'),('430407','2018-01-30 19:30:19',NULL,NULL,NULL,'石鼓区','湖南省衡阳市石鼓区','3',4,'S',NULL,'1','421005','430400'),('430408','2018-01-30 19:30:19',NULL,NULL,NULL,'蒸湘区','湖南省衡阳市蒸湘区','3',5,'Z',NULL,'1','421001','430400'),('430412','2018-01-30 19:30:19',NULL,NULL,NULL,'南岳区','湖南省衡阳市南岳区','3',6,'N',NULL,'1','421900','430400'),('430421','2018-01-30 19:30:19',NULL,NULL,NULL,'衡阳县','湖南省衡阳市衡阳县','3',7,'H',NULL,'1','421200','430400'),('430422','2018-01-30 19:30:19',NULL,NULL,NULL,'衡南县','湖南省衡阳市衡南县','3',8,'H',NULL,'1','421131','430400'),('430423','2018-01-30 19:30:19',NULL,NULL,NULL,'衡山县','湖南省衡阳市衡山县','3',9,'H',NULL,'1','421300','430400'),('430424','2018-01-30 19:30:19',NULL,NULL,NULL,'衡东县','湖南省衡阳市衡东县','3',10,'H',NULL,'1','421400','430400'),('430426','2018-01-30 19:30:19',NULL,NULL,NULL,'祁东县','湖南省衡阳市祁东县','3',11,'Q',NULL,'1','421600','430400'),('430472','2021-06-18 08:30:19',NULL,NULL,NULL,'高新区','湖南省衡阳市高新区','3',14,'G',NULL,'1','421099','430400'),('430481','2018-01-30 19:30:19',NULL,NULL,NULL,'耒阳市','湖南省衡阳市耒阳市','3',12,'Z',NULL,'1','421800','430400'),('430482','2018-01-30 19:30:19',NULL,NULL,NULL,'常宁市','湖南省衡阳市常宁市','3',13,'C',NULL,'1','421500','430400'),('430500','2018-01-30 19:30:19',NULL,NULL,NULL,'邵阳市','湖南省邵阳市','2',5,'S',NULL,'1','422000','430000'),('430501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省邵阳市市辖区','3',1,'S',NULL,'1',NULL,'430500'),('430502','2018-01-30 19:30:19',NULL,NULL,NULL,'双清区','湖南省邵阳市双清区','3',2,'S',NULL,'1','422001','430500'),('430503','2018-01-30 19:30:19',NULL,NULL,NULL,'大祥区','湖南省邵阳市大祥区','3',3,'D',NULL,'1','422000','430500'),('430511','2018-01-30 19:30:19',NULL,NULL,NULL,'北塔区','湖南省邵阳市北塔区','3',4,'B',NULL,'1','422007','430500'),('430521','2018-01-30 19:30:19',NULL,NULL,NULL,'邵东县','湖南省邵阳市邵东县','3',5,'S',NULL,'1','422800','430500'),('430522','2018-01-30 19:30:19',NULL,NULL,NULL,'新邵县','湖南省邵阳市新邵县','3',6,'X',NULL,'1','422900','430500'),('430523','2018-01-30 19:30:19',NULL,NULL,NULL,'邵阳县','湖南省邵阳市邵阳县','3',7,'S',NULL,'1','422100','430500'),('430524','2018-01-30 19:30:19',NULL,NULL,NULL,'隆回县','湖南省邵阳市隆回县','3',8,'L',NULL,'1','422200','430500'),('430525','2018-01-30 19:30:19',NULL,NULL,NULL,'洞口县','湖南省邵阳市洞口县','3',9,'D',NULL,'1','422300','430500'),('430527','2018-01-30 19:30:19',NULL,NULL,NULL,'绥宁县','湖南省邵阳市绥宁县','3',10,'S',NULL,'1','422600','430500'),('430528','2018-01-30 19:30:19',NULL,NULL,NULL,'新宁县','湖南省邵阳市新宁县','3',11,'X',NULL,'1','422700','430500'),('430529','2018-01-30 19:30:19',NULL,NULL,NULL,'城步苗族自治县','湖南省邵阳市城步苗族自治县','3',12,'C',NULL,'1','422500','430500'),('430581','2018-01-30 19:30:19',NULL,NULL,NULL,'武冈市','湖南省邵阳市武冈市','3',13,'W',NULL,'1','422400','430500'),('430600','2018-01-30 19:30:19',NULL,NULL,NULL,'岳阳市','湖南省岳阳市','2',6,'Y',NULL,'1','414000','430000'),('430601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省岳阳市市辖区','3',1,'S',NULL,'1',NULL,'430600'),('430602','2018-01-30 19:30:19',NULL,NULL,NULL,'岳阳楼区','湖南省岳阳市岳阳楼区','3',2,'Y',NULL,'1','414000','430600'),('430603','2018-01-30 19:30:19',NULL,NULL,NULL,'云溪区','湖南省岳阳市云溪区','3',3,'Y',NULL,'1','414009','430600'),('430611','2018-01-30 19:30:19',NULL,NULL,NULL,'君山区','湖南省岳阳市君山区','3',4,'J',NULL,'1','414005','430600'),('430621','2018-01-30 19:30:19',NULL,NULL,NULL,'岳阳县','湖南省岳阳市岳阳县','3',5,'Y',NULL,'1','414100','430600'),('430623','2018-01-30 19:30:19',NULL,NULL,NULL,'华容县','湖南省岳阳市华容县','3',6,'H',NULL,'1','414200','430600'),('430624','2018-01-30 19:30:19',NULL,NULL,NULL,'湘阴县','湖南省岳阳市湘阴县','3',7,'X',NULL,'1','414600','430600'),('430626','2018-01-30 19:30:19',NULL,NULL,NULL,'平江县','湖南省岳阳市平江县','3',8,'P',NULL,'1','414500','430600'),('430681','2018-01-30 19:30:19',NULL,NULL,NULL,'汨罗市','湖南省岳阳市汨罗市','3',9,'Z',NULL,'1','414400','430600'),('430682','2018-01-30 19:30:19',NULL,NULL,NULL,'临湘市','湖南省岳阳市临湘市','3',10,'L',NULL,'1','414300','430600'),('430700','2018-01-30 19:30:19',NULL,NULL,NULL,'常德市','湖南省常德市','2',7,'C',NULL,'1','415000','430000'),('430701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省常德市市辖区','3',1,'S',NULL,'1',NULL,'430700'),('430702','2018-01-30 19:30:19',NULL,NULL,NULL,'武陵区','湖南省常德市武陵区','3',2,'W',NULL,'1','415000','430700'),('430703','2018-01-30 19:30:19',NULL,NULL,NULL,'鼎城区','湖南省常德市鼎城区','3',3,'D',NULL,'1','415101','430700'),('430721','2018-01-30 19:30:19',NULL,NULL,NULL,'安乡县','湖南省常德市安乡县','3',4,'A',NULL,'1','415600','430700'),('430722','2018-01-30 19:30:19',NULL,NULL,NULL,'汉寿县','湖南省常德市汉寿县','3',5,'H',NULL,'1','415900','430700'),('430723','2018-01-30 19:30:19',NULL,NULL,NULL,'澧县','湖南省常德市澧县','3',6,'Z',NULL,'1','415500','430700'),('430724','2018-01-30 19:30:19',NULL,NULL,NULL,'临澧县','湖南省常德市临澧县','3',7,'L',NULL,'1','415200','430700'),('430725','2018-01-30 19:30:19',NULL,NULL,NULL,'桃源县','湖南省常德市桃源县','3',8,'T',NULL,'1','415700','430700'),('430726','2018-01-30 19:30:19',NULL,NULL,NULL,'石门县','湖南省常德市石门县','3',9,'S',NULL,'1','415300','430700'),('430781','2018-01-30 19:30:19',NULL,NULL,NULL,'津市市','湖南省常德市津市市','3',10,'J',NULL,'1','415400','430700'),('430800','2018-01-30 19:30:19',NULL,NULL,NULL,'张家界市','湖南省张家界市','2',8,'Z',NULL,'1','427000','430000'),('430801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省张家界市市辖区','3',1,'S',NULL,'1',NULL,'430800'),('430802','2018-01-30 19:30:19',NULL,NULL,NULL,'永定区','湖南省张家界市永定区','3',2,'Y',NULL,'1','427000','430800'),('430811','2018-01-30 19:30:19',NULL,NULL,NULL,'武陵源区','湖南省张家界市武陵源区','3',3,'W',NULL,'1','427400','430800'),('430821','2018-01-30 19:30:19',NULL,NULL,NULL,'慈利县','湖南省张家界市慈利县','3',4,'C',NULL,'1','427200','430800'),('430822','2018-01-30 19:30:19',NULL,NULL,NULL,'桑植县','湖南省张家界市桑植县','3',5,'S',NULL,'1','427100','430800'),('430900','2018-01-30 19:30:19',NULL,NULL,NULL,'益阳市','湖南省益阳市','2',9,'Y',NULL,'1','413000','430000'),('430901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省益阳市市辖区','3',1,'S',NULL,'1',NULL,'430900'),('430902','2018-01-30 19:30:19',NULL,NULL,NULL,'资阳区','湖南省益阳市资阳区','3',2,'Z',NULL,'1','413001','430900'),('430903','2018-01-30 19:30:19',NULL,NULL,NULL,'赫山区','湖南省益阳市赫山区','3',3,'H',NULL,'1','413002','430900'),('430921','2018-01-30 19:30:19',NULL,NULL,NULL,'南县','湖南省益阳市南县','3',4,'N',NULL,'1','413200','430900'),('430922','2018-01-30 19:30:19',NULL,NULL,NULL,'桃江县','湖南省益阳市桃江县','3',5,'T',NULL,'1','413400','430900'),('430923','2018-01-30 19:30:19',NULL,NULL,NULL,'安化县','湖南省益阳市安化县','3',6,'A',NULL,'1','413500','430900'),('430981','2018-01-30 19:30:19',NULL,NULL,NULL,'沅江市','湖南省益阳市沅江市','3',7,'Z',NULL,'1','413100','430900'),('431000','2018-01-30 19:30:19',NULL,NULL,NULL,'郴州市','湖南省郴州市','2',10,'C',NULL,'1','423000','430000'),('431001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省郴州市市辖区','3',1,'S',NULL,'1',NULL,'431000'),('431002','2018-01-30 19:30:19',NULL,NULL,NULL,'北湖区','湖南省郴州市北湖区','3',2,'B',NULL,'1','423000','431000'),('431003','2018-01-30 19:30:19',NULL,NULL,NULL,'苏仙区','湖南省郴州市苏仙区','3',3,'S',NULL,'1','423000','431000'),('431021','2018-01-30 19:30:19',NULL,NULL,NULL,'桂阳县','湖南省郴州市桂阳县','3',4,'G',NULL,'1','424400','431000'),('431022','2018-01-30 19:30:19',NULL,NULL,NULL,'宜章县','湖南省郴州市宜章县','3',5,'Y',NULL,'1','424200','431000'),('431023','2018-01-30 19:30:19',NULL,NULL,NULL,'永兴县','湖南省郴州市永兴县','3',6,'Y',NULL,'1','423300','431000'),('431024','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉禾县','湖南省郴州市嘉禾县','3',7,'J',NULL,'1','424500','431000'),('431025','2018-01-30 19:30:19',NULL,NULL,NULL,'临武县','湖南省郴州市临武县','3',8,'L',NULL,'1','424300','431000'),('431026','2018-01-30 19:30:19',NULL,NULL,NULL,'汝城县','湖南省郴州市汝城县','3',9,'R',NULL,'1','424100','431000'),('431027','2018-01-30 19:30:19',NULL,NULL,NULL,'桂东县','湖南省郴州市桂东县','3',10,'G',NULL,'1','423500','431000'),('431028','2018-01-30 19:30:19',NULL,NULL,NULL,'安仁县','湖南省郴州市安仁县','3',11,'A',NULL,'1','423600','431000'),('431081','2018-01-30 19:30:19',NULL,NULL,NULL,'资兴市','湖南省郴州市资兴市','3',12,'Z',NULL,'1','423400','431000'),('431100','2018-01-30 19:30:19',NULL,NULL,NULL,'永州市','湖南省永州市','2',11,'Y',NULL,'1','425000','430000'),('431101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省永州市市辖区','3',1,'S',NULL,'1',NULL,'431100'),('431102','2018-01-30 19:30:19',NULL,NULL,NULL,'零陵区','湖南省永州市零陵区','3',2,'L',NULL,'1','425100','431100'),('431103','2018-01-30 19:30:19',NULL,NULL,NULL,'冷水滩区','湖南省永州市冷水滩区','3',3,'L',NULL,'1','425100','431100'),('431121','2018-01-30 19:30:19',NULL,NULL,NULL,'祁阳县','湖南省永州市祁阳县','3',4,'Q',NULL,'1','426100','431100'),('431122','2018-01-30 19:30:19',NULL,NULL,NULL,'东安县','湖南省永州市东安县','3',5,'D',NULL,'1','425900','431100'),('431123','2018-01-30 19:30:19',NULL,NULL,NULL,'双牌县','湖南省永州市双牌县','3',6,'S',NULL,'1','425200','431100'),('431124','2018-01-30 19:30:19',NULL,NULL,NULL,'道县','湖南省永州市道县','3',7,'D',NULL,'1','425300','431100'),('431125','2018-01-30 19:30:19',NULL,NULL,NULL,'江永县','湖南省永州市江永县','3',8,'J',NULL,'1','425400','431100'),('431126','2018-01-30 19:30:19',NULL,NULL,NULL,'宁远县','湖南省永州市宁远县','3',9,'N',NULL,'1','425600','431100'),('431127','2018-01-30 19:30:19',NULL,NULL,NULL,'蓝山县','湖南省永州市蓝山县','3',10,'L',NULL,'1','425800','431100'),('431128','2018-01-30 19:30:19',NULL,NULL,NULL,'新田县','湖南省永州市新田县','3',11,'X',NULL,'1','425700','431100'),('431129','2018-01-30 19:30:19',NULL,NULL,NULL,'江华瑶族自治县','湖南省永州市江华瑶族自治县','3',12,'J',NULL,'1','425500','431100'),('431200','2018-01-30 19:30:19',NULL,NULL,NULL,'怀化市','湖南省怀化市','2',12,'H',NULL,'1','418000','430000'),('431201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省怀化市市辖区','3',1,'S',NULL,'1',NULL,'431200'),('431202','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤城区','湖南省怀化市鹤城区','3',2,'H',NULL,'1','418000','431200'),('431221','2018-01-30 19:30:19',NULL,NULL,NULL,'中方县','湖南省怀化市中方县','3',3,'Z',NULL,'1','418005','431200'),('431222','2018-01-30 19:30:19',NULL,NULL,NULL,'沅陵县','湖南省怀化市沅陵县','3',4,'Z',NULL,'1','419600','431200'),('431223','2018-01-30 19:30:19',NULL,NULL,NULL,'辰溪县','湖南省怀化市辰溪县','3',5,'C',NULL,'1','419500','431200'),('431224','2018-01-30 19:30:19',NULL,NULL,NULL,'溆浦县','湖南省怀化市溆浦县','3',6,'Z',NULL,'1','419300','431200'),('431225','2018-01-30 19:30:19',NULL,NULL,NULL,'会同县','湖南省怀化市会同县','3',7,'H',NULL,'1','418300','431200'),('431226','2018-01-30 19:30:19',NULL,NULL,NULL,'麻阳苗族自治县','湖南省怀化市麻阳苗族自治县','3',8,'M',NULL,'1','419400','431200'),('431227','2018-01-30 19:30:19',NULL,NULL,NULL,'新晃侗族自治县','湖南省怀化市新晃侗族自治县','3',9,'X',NULL,'1','419200','431200'),('431228','2018-01-30 19:30:19',NULL,NULL,NULL,'芷江侗族自治县','湖南省怀化市芷江侗族自治县','3',10,'Z',NULL,'1','419100','431200'),('431229','2018-01-30 19:30:19',NULL,NULL,NULL,'靖州苗族侗族自治县','湖南省怀化市靖州苗族侗族自治县','3',11,'J',NULL,'1','418400','431200'),('431230','2018-01-30 19:30:19',NULL,NULL,NULL,'通道侗族自治县','湖南省怀化市通道侗族自治县','3',12,'T',NULL,'1','418500','431200'),('431281','2018-01-30 19:30:19',NULL,NULL,NULL,'洪江市','湖南省怀化市洪江市','3',13,'H',NULL,'1','418100','431200'),('431300','2018-01-30 19:30:19',NULL,NULL,NULL,'娄底市','湖南省娄底市','2',13,'L',NULL,'1','417000','430000'),('431301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','湖南省娄底市市辖区','3',1,'S',NULL,'1',NULL,'431300'),('431302','2018-01-30 19:30:19',NULL,NULL,NULL,'娄星区','湖南省娄底市娄星区','3',2,'L',NULL,'1','417000','431300'),('431321','2018-01-30 19:30:19',NULL,NULL,NULL,'双峰县','湖南省娄底市双峰县','3',3,'S',NULL,'1','417700','431300'),('431322','2018-01-30 19:30:19',NULL,NULL,NULL,'新化县','湖南省娄底市新化县','3',4,'X',NULL,'1','417600','431300'),('431381','2018-01-30 19:30:19',NULL,NULL,NULL,'冷水江市','湖南省娄底市冷水江市','3',5,'L',NULL,'1','417500','431300'),('431382','2018-01-30 19:30:19',NULL,NULL,NULL,'涟源市','湖南省娄底市涟源市','3',6,'L',NULL,'1','417100','431300'),('433100','2018-01-30 19:30:19',NULL,NULL,NULL,'湘西土家族苗族自治州','湖南省湘西土家族苗族自治州','2',14,'X',NULL,'1','416000','430000'),('433101','2018-01-30 19:30:19',NULL,NULL,NULL,'吉首市','湖南省湘西土家族苗族自治州吉首市','3',1,'J',NULL,'1','416000','433100'),('433122','2018-01-30 19:30:19',NULL,NULL,NULL,'泸溪县','湖南省湘西土家族苗族自治州泸溪县','3',2,'Z',NULL,'1','416100','433100'),('433123','2018-01-30 19:30:19',NULL,NULL,NULL,'凤凰县','湖南省湘西土家族苗族自治州凤凰县','3',3,'F',NULL,'1','416200','433100'),('433124','2018-01-30 19:30:19',NULL,NULL,NULL,'花垣县','湖南省湘西土家族苗族自治州花垣县','3',4,'H',NULL,'1','416400','433100'),('433125','2018-01-30 19:30:19',NULL,NULL,NULL,'保靖县','湖南省湘西土家族苗族自治州保靖县','3',5,'B',NULL,'1','416500','433100'),('433126','2018-01-30 19:30:19',NULL,NULL,NULL,'古丈县','湖南省湘西土家族苗族自治州古丈县','3',6,'G',NULL,'1','416300','433100'),('433127','2018-01-30 19:30:19',NULL,NULL,NULL,'永顺县','湖南省湘西土家族苗族自治州永顺县','3',7,'Y',NULL,'1','416700','433100'),('433130','2018-01-30 19:30:19',NULL,NULL,NULL,'龙山县','湖南省湘西土家族苗族自治州龙山县','3',8,'L',NULL,'1','416800','433100'),('440000','2018-01-30 19:30:19',NULL,NULL,NULL,'广东省','广东省','1',19,'G',NULL,'1','','100000'),('440100','2018-01-30 19:30:19',NULL,NULL,NULL,'广州市','广东省广州市','2',1,'G',NULL,'1','510032','440000'),('440101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省广州市市辖区','3',1,'S',NULL,'1',NULL,'440100'),('440103','2018-01-30 19:30:19',NULL,NULL,NULL,'荔湾区','广东省广州市荔湾区','3',2,'L',NULL,'1','510170','440100'),('440104','2018-01-30 19:30:19',NULL,NULL,NULL,'越秀区','广东省广州市越秀区','3',3,'Y',NULL,'1','510030','440100'),('440105','2018-01-30 19:30:19',NULL,NULL,NULL,'海珠区','广东省广州市海珠区','3',4,'H',NULL,'1','510300','440100'),('440106','2018-01-30 19:30:19',NULL,NULL,NULL,'天河区','广东省广州市天河区','3',5,'T',NULL,'1','510665','440100'),('440111','2018-01-30 19:30:19',NULL,NULL,NULL,'白云区','广东省广州市白云区','3',6,'B',NULL,'1','510405','440100'),('440112','2018-01-30 19:30:19',NULL,NULL,NULL,'黄埔区','广东省广州市黄埔区','3',7,'H',NULL,'1','510700','440100'),('440113','2018-01-30 19:30:19',NULL,NULL,NULL,'番禺区','广东省广州市番禺区','3',8,'F',NULL,'1','511400','440100'),('440114','2018-01-30 19:30:19',NULL,NULL,NULL,'花都区','广东省广州市花都区','3',9,'H',NULL,'1','510800','440100'),('440115','2018-01-30 19:30:19',NULL,NULL,NULL,'南沙区','广东省广州市南沙区','3',10,'N',NULL,'1','511458','440100'),('440117','2018-01-30 19:30:19',NULL,NULL,NULL,'从化区','广东省广州市从化区','3',11,'C',NULL,'1','510900','440100'),('440118','2018-01-30 19:30:19',NULL,NULL,NULL,'增城区','广东省广州市增城区','3',12,'Z',NULL,'1','511300','440100'),('440200','2018-01-30 19:30:19',NULL,NULL,NULL,'韶关市','广东省韶关市','2',2,'S',NULL,'1','512002','440000'),('440201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省韶关市市辖区','3',1,'S',NULL,'1',NULL,'440200'),('440203','2018-01-30 19:30:19',NULL,NULL,NULL,'武江区','广东省韶关市武江区','3',2,'W',NULL,'1','512026','440200'),('440204','2018-01-30 19:30:19',NULL,NULL,NULL,'浈江区','广东省韶关市浈江区','3',3,'Z',NULL,'1','512023','440200'),('440205','2018-01-30 19:30:19',NULL,NULL,NULL,'曲江区','广东省韶关市曲江区','3',4,'Q',NULL,'1','512101','440200'),('440222','2018-01-30 19:30:19',NULL,NULL,NULL,'始兴县','广东省韶关市始兴县','3',5,'S',NULL,'1','512500','440200'),('440224','2018-01-30 19:30:19',NULL,NULL,NULL,'仁化县','广东省韶关市仁化县','3',6,'R',NULL,'1','512300','440200'),('440229','2018-01-30 19:30:19',NULL,NULL,NULL,'翁源县','广东省韶关市翁源县','3',7,'W',NULL,'1','512600','440200'),('440232','2018-01-30 19:30:19',NULL,NULL,NULL,'乳源瑶族自治县','广东省韶关市乳源瑶族自治县','3',8,'R',NULL,'1','512700','440200'),('440233','2018-01-30 19:30:19',NULL,NULL,NULL,'新丰县','广东省韶关市新丰县','3',9,'X',NULL,'1','511100','440200'),('440281','2018-01-30 19:30:19',NULL,NULL,NULL,'乐昌市','广东省韶关市乐昌市','3',10,'L',NULL,'1','512200','440200'),('440282','2018-01-30 19:30:19',NULL,NULL,NULL,'南雄市','广东省韶关市南雄市','3',11,'N',NULL,'1','512400','440200'),('440300','2018-01-30 19:30:19',NULL,NULL,NULL,'深圳市','广东省深圳市','2',3,'S',NULL,'1','518035','440000'),('440301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省深圳市市辖区','3',1,'S',NULL,'1',NULL,'440300'),('440303','2018-01-30 19:30:19',NULL,NULL,NULL,'罗湖区','广东省深圳市罗湖区','3',2,'L',NULL,'1','518021','440300'),('440304','2018-01-30 19:30:19',NULL,NULL,NULL,'福田区','广东省深圳市福田区','3',3,'F',NULL,'1','518048','440300'),('440305','2018-01-30 19:30:19',NULL,NULL,NULL,'南山区','广东省深圳市南山区','3',4,'N',NULL,'1','518051','440300'),('440306','2018-01-30 19:30:19',NULL,NULL,NULL,'宝安区','广东省深圳市宝安区','3',5,'B',NULL,'1','518101','440300'),('440307','2018-01-30 19:30:19',NULL,NULL,NULL,'龙岗区','广东省深圳市龙岗区','3',6,'L',NULL,'1','518172','440300'),('440308','2018-01-30 19:30:19',NULL,NULL,NULL,'盐田区','广东省深圳市盐田区','3',7,'Y',NULL,'1','518081','440300'),('440400','2018-01-30 19:30:19',NULL,NULL,NULL,'珠海市','广东省珠海市','2',4,'Z',NULL,'1','519000','440000'),('440401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省珠海市市辖区','3',1,'S',NULL,'1',NULL,'440400'),('440402','2018-01-30 19:30:19',NULL,NULL,NULL,'香洲区','广东省珠海市香洲区','3',2,'X',NULL,'1','519000','440400'),('440403','2018-01-30 19:30:19',NULL,NULL,NULL,'斗门区','广东省珠海市斗门区','3',3,'D',NULL,'1','519110','440400'),('440404','2018-01-30 19:30:19',NULL,NULL,NULL,'金湾区','广东省珠海市金湾区','3',4,'J',NULL,'1','519040','440400'),('440500','2018-01-30 19:30:19',NULL,NULL,NULL,'汕头市','广东省汕头市','2',5,'S',NULL,'1','515041','440000'),('440501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省汕头市市辖区','3',1,'S',NULL,'1',NULL,'440500'),('440507','2018-01-30 19:30:19',NULL,NULL,NULL,'龙湖区','广东省汕头市龙湖区','3',2,'L',NULL,'1','515041','440500'),('440511','2018-01-30 19:30:19',NULL,NULL,NULL,'金平区','广东省汕头市金平区','3',3,'J',NULL,'1','515041','440500'),('440512','2018-01-30 19:30:19',NULL,NULL,NULL,'濠江区','广东省汕头市濠江区','3',4,'Z',NULL,'1','515071','440500'),('440513','2018-01-30 19:30:19',NULL,NULL,NULL,'潮阳区','广东省汕头市潮阳区','3',5,'C',NULL,'1','515100','440500'),('440514','2018-01-30 19:30:19',NULL,NULL,NULL,'潮南区','广东省汕头市潮南区','3',6,'C',NULL,'1','515144','440500'),('440515','2018-01-30 19:30:19',NULL,NULL,NULL,'澄海区','广东省汕头市澄海区','3',7,'C',NULL,'1','515800','440500'),('440523','2018-01-30 19:30:19',NULL,NULL,NULL,'南澳县','广东省汕头市南澳县','3',8,'N',NULL,'1','515900','440500'),('440600','2018-01-30 19:30:19',NULL,NULL,NULL,'佛山市','广东省佛山市','2',6,'F',NULL,'1','528000','440000'),('440601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省佛山市市辖区','3',1,'S',NULL,'1',NULL,'440600'),('440604','2018-01-30 19:30:19',NULL,NULL,NULL,'禅城区','广东省佛山市禅城区','3',2,'Z',NULL,'1','528000','440600'),('440605','2018-01-30 19:30:19',NULL,NULL,NULL,'南海区','广东省佛山市南海区','3',3,'N',NULL,'1','528251','440600'),('440606','2018-01-30 19:30:19',NULL,NULL,NULL,'顺德区','广东省佛山市顺德区','3',4,'S',NULL,'1','528300','440600'),('440607','2018-01-30 19:30:19',NULL,NULL,NULL,'三水区','广东省佛山市三水区','3',5,'S',NULL,'1','528133','440600'),('440608','2018-01-30 19:30:19',NULL,NULL,NULL,'高明区','广东省佛山市高明区','3',6,'G',NULL,'1','528500','440600'),('440700','2018-01-30 19:30:19',NULL,NULL,NULL,'江门市','广东省江门市','2',7,'J',NULL,'1','529000','440000'),('440701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省江门市市辖区','3',1,'S',NULL,'1',NULL,'440700'),('440703','2018-01-30 19:30:19',NULL,NULL,NULL,'蓬江区','广东省江门市蓬江区','3',2,'P',NULL,'1','529000','440700'),('440704','2018-01-30 19:30:19',NULL,NULL,NULL,'江海区','广东省江门市江海区','3',3,'J',NULL,'1','529040','440700'),('440705','2018-01-30 19:30:19',NULL,NULL,NULL,'新会区','广东省江门市新会区','3',4,'X',NULL,'1','529100','440700'),('440781','2018-01-30 19:30:19',NULL,NULL,NULL,'台山市','广东省江门市台山市','3',5,'T',NULL,'1','529200','440700'),('440783','2018-01-30 19:30:19',NULL,NULL,NULL,'开平市','广东省江门市开平市','3',6,'K',NULL,'1','529337','440700'),('440784','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤山市','广东省江门市鹤山市','3',7,'H',NULL,'1','529700','440700'),('440785','2018-01-30 19:30:19',NULL,NULL,NULL,'恩平市','广东省江门市恩平市','3',8,'E',NULL,'1','529400','440700'),('440800','2018-01-30 19:30:19',NULL,NULL,NULL,'湛江市','广东省湛江市','2',8,'Z',NULL,'1','524047','440000'),('440801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省湛江市市辖区','3',1,'S',NULL,'1',NULL,'440800'),('440802','2018-01-30 19:30:19',NULL,NULL,NULL,'赤坎区','广东省湛江市赤坎区','3',2,'C',NULL,'1','524033','440800'),('440803','2018-01-30 19:30:19',NULL,NULL,NULL,'霞山区','广东省湛江市霞山区','3',3,'X',NULL,'1','524011','440800'),('440804','2018-01-30 19:30:19',NULL,NULL,NULL,'坡头区','广东省湛江市坡头区','3',4,'P',NULL,'1','524057','440800'),('440811','2018-01-30 19:30:19',NULL,NULL,NULL,'麻章区','广东省湛江市麻章区','3',5,'M',NULL,'1','524094','440800'),('440823','2018-01-30 19:30:19',NULL,NULL,NULL,'遂溪县','广东省湛江市遂溪县','3',6,'S',NULL,'1','524300','440800'),('440825','2018-01-30 19:30:19',NULL,NULL,NULL,'徐闻县','广东省湛江市徐闻县','3',7,'X',NULL,'1','524100','440800'),('440881','2018-01-30 19:30:19',NULL,NULL,NULL,'廉江市','广东省湛江市廉江市','3',8,'L',NULL,'1','524400','440800'),('440882','2018-01-30 19:30:19',NULL,NULL,NULL,'雷州市','广东省湛江市雷州市','3',9,'L',NULL,'1','524200','440800'),('440883','2018-01-30 19:30:19',NULL,NULL,NULL,'吴川市','广东省湛江市吴川市','3',10,'W',NULL,'1','524500','440800'),('440900','2018-01-30 19:30:19',NULL,NULL,NULL,'茂名市','广东省茂名市','2',9,'M',NULL,'1','525000','440000'),('440901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省茂名市市辖区','3',1,'S',NULL,'1',NULL,'440900'),('440902','2018-01-30 19:30:19',NULL,NULL,NULL,'茂南区','广东省茂名市茂南区','3',2,'M',NULL,'1','525000','440900'),('440904','2018-01-30 19:30:19',NULL,NULL,NULL,'电白区','广东省茂名市电白区','3',3,'D',NULL,'1','525400','440900'),('440981','2018-01-30 19:30:19',NULL,NULL,NULL,'高州市','广东省茂名市高州市','3',4,'G',NULL,'1','525200','440900'),('440982','2018-01-30 19:30:19',NULL,NULL,NULL,'化州市','广东省茂名市化州市','3',5,'H',NULL,'1','525100','440900'),('440983','2018-01-30 19:30:19',NULL,NULL,NULL,'信宜市','广东省茂名市信宜市','3',6,'X',NULL,'1','525300','440900'),('441200','2018-01-30 19:30:19',NULL,NULL,NULL,'肇庆市','广东省肇庆市','2',10,'Z',NULL,'1','526040','440000'),('441201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省肇庆市市辖区','3',1,'S',NULL,'1',NULL,'441200'),('441202','2018-01-30 19:30:19',NULL,NULL,NULL,'端州区','广东省肇庆市端州区','3',2,'D',NULL,'1','526060','441200'),('441203','2018-01-30 19:30:19',NULL,NULL,NULL,'鼎湖区','广东省肇庆市鼎湖区','3',3,'D',NULL,'1','526070','441200'),('441204','2018-01-30 19:30:19',NULL,NULL,NULL,'高要区','广东省肇庆市高要区','3',4,'G',NULL,'1',NULL,'441200'),('441223','2018-01-30 19:30:19',NULL,NULL,NULL,'广宁县','广东省肇庆市广宁县','3',5,'G',NULL,'1','526300','441200'),('441224','2018-01-30 19:30:19',NULL,NULL,NULL,'怀集县','广东省肇庆市怀集县','3',6,'H',NULL,'1','526400','441200'),('441225','2018-01-30 19:30:19',NULL,NULL,NULL,'封开县','广东省肇庆市封开县','3',7,'F',NULL,'1','526500','441200'),('441226','2018-01-30 19:30:19',NULL,NULL,NULL,'德庆县','广东省肇庆市德庆县','3',8,'D',NULL,'1','526600','441200'),('441284','2018-01-30 19:30:19',NULL,NULL,NULL,'四会市','广东省肇庆市四会市','3',9,'S',NULL,'1','526200','441200'),('441300','2018-01-30 19:30:19',NULL,NULL,NULL,'惠州市','广东省惠州市','2',11,'H',NULL,'1','516000','440000'),('441301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省惠州市市辖区','3',1,'S',NULL,'1',NULL,'441300'),('441302','2018-01-30 19:30:19',NULL,NULL,NULL,'惠城区','广东省惠州市惠城区','3',2,'H',NULL,'1','516008','441300'),('441303','2018-01-30 19:30:19',NULL,NULL,NULL,'惠阳区','广东省惠州市惠阳区','3',3,'H',NULL,'1','516211','441300'),('441322','2018-01-30 19:30:19',NULL,NULL,NULL,'博罗县','广东省惠州市博罗县','3',4,'B',NULL,'1','516100','441300'),('441323','2018-01-30 19:30:19',NULL,NULL,NULL,'惠东县','广东省惠州市惠东县','3',5,'H',NULL,'1','516300','441300'),('441324','2018-01-30 19:30:19',NULL,NULL,NULL,'龙门县','广东省惠州市龙门县','3',6,'L',NULL,'1','516800','441300'),('441400','2018-01-30 19:30:19',NULL,NULL,NULL,'梅州市','广东省梅州市','2',12,'M',NULL,'1','514021','440000'),('441401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省梅州市市辖区','3',1,'S',NULL,'1',NULL,'441400'),('441402','2018-01-30 19:30:19',NULL,NULL,NULL,'梅江区','广东省梅州市梅江区','3',2,'M',NULL,'1','514000','441400'),('441403','2018-01-30 19:30:19',NULL,NULL,NULL,'梅县区','广东省梅州市梅县区','3',3,'M',NULL,'1','514787','441400'),('441422','2018-01-30 19:30:19',NULL,NULL,NULL,'大埔县','广东省梅州市大埔县','3',4,'D',NULL,'1','514200','441400'),('441423','2018-01-30 19:30:19',NULL,NULL,NULL,'丰顺县','广东省梅州市丰顺县','3',5,'F',NULL,'1','514300','441400'),('441424','2018-01-30 19:30:19',NULL,NULL,NULL,'五华县','广东省梅州市五华县','3',6,'W',NULL,'1','514400','441400'),('441426','2018-01-30 19:30:19',NULL,NULL,NULL,'平远县','广东省梅州市平远县','3',7,'P',NULL,'1','514600','441400'),('441427','2018-01-30 19:30:19',NULL,NULL,NULL,'蕉岭县','广东省梅州市蕉岭县','3',8,'J',NULL,'1','514100','441400'),('441481','2018-01-30 19:30:19',NULL,NULL,NULL,'兴宁市','广东省梅州市兴宁市','3',9,'X',NULL,'1','514500','441400'),('441500','2018-01-30 19:30:19',NULL,NULL,NULL,'汕尾市','广东省汕尾市','2',13,'S',NULL,'1','516600','440000'),('441501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省汕尾市市辖区','3',1,'S',NULL,'1',NULL,'441500'),('441502','2018-01-30 19:30:19',NULL,NULL,NULL,'城区','广东省汕尾市城区','3',2,'C',NULL,'1','516600','441500'),('441521','2018-01-30 19:30:19',NULL,NULL,NULL,'海丰县','广东省汕尾市海丰县','3',3,'H',NULL,'1','516400','441500'),('441523','2018-01-30 19:30:19',NULL,NULL,NULL,'陆河县','广东省汕尾市陆河县','3',4,'L',NULL,'1','516700','441500'),('441581','2018-01-30 19:30:19',NULL,NULL,NULL,'陆丰市','广东省汕尾市陆丰市','3',5,'L',NULL,'1','516500','441500'),('441600','2018-01-30 19:30:19',NULL,NULL,NULL,'河源市','广东省河源市','2',14,'H',NULL,'1','517000','440000'),('441601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省河源市市辖区','3',1,'S',NULL,'1',NULL,'441600'),('441602','2018-01-30 19:30:19',NULL,NULL,NULL,'源城区','广东省河源市源城区','3',2,'Y',NULL,'1','517000','441600'),('441621','2018-01-30 19:30:19',NULL,NULL,NULL,'紫金县','广东省河源市紫金县','3',3,'Z',NULL,'1','517400','441600'),('441622','2018-01-30 19:30:19',NULL,NULL,NULL,'龙川县','广东省河源市龙川县','3',4,'L',NULL,'1','517300','441600'),('441623','2018-01-30 19:30:19',NULL,NULL,NULL,'连平县','广东省河源市连平县','3',5,'L',NULL,'1','517100','441600'),('441624','2018-01-30 19:30:19',NULL,NULL,NULL,'和平县','广东省河源市和平县','3',6,'H',NULL,'1','517200','441600'),('441625','2018-01-30 19:30:19',NULL,NULL,NULL,'东源县','广东省河源市东源县','3',7,'D',NULL,'1','517583','441600'),('441700','2018-01-30 19:30:19',NULL,NULL,NULL,'阳江市','广东省阳江市','2',15,'Y',NULL,'1','529500','440000'),('441701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省阳江市市辖区','3',1,'S',NULL,'1',NULL,'441700'),('441702','2018-01-30 19:30:19',NULL,NULL,NULL,'江城区','广东省阳江市江城区','3',2,'J',NULL,'1','529500','441700'),('441704','2018-01-30 19:30:19',NULL,NULL,NULL,'阳东区','广东省阳江市阳东区','3',3,'Y',NULL,'1','529900','441700'),('441721','2018-01-30 19:30:19',NULL,NULL,NULL,'阳西县','广东省阳江市阳西县','3',4,'Y',NULL,'1','529800','441700'),('441781','2018-01-30 19:30:19',NULL,NULL,NULL,'阳春市','广东省阳江市阳春市','3',5,'Y',NULL,'1','529600','441700'),('441800','2018-01-30 19:30:19',NULL,NULL,NULL,'清远市','广东省清远市','2',16,'Q',NULL,'1','511500','440000'),('441801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省清远市市辖区','3',1,'S',NULL,'1',NULL,'441800'),('441802','2018-01-30 19:30:19',NULL,NULL,NULL,'清城区','广东省清远市清城区','3',2,'Q',NULL,'1','511515','441800'),('441803','2018-01-30 19:30:19',NULL,NULL,NULL,'清新区','广东省清远市清新区','3',3,'Q',NULL,'1','511810','441800'),('441821','2018-01-30 19:30:19',NULL,NULL,NULL,'佛冈县','广东省清远市佛冈县','3',4,'F',NULL,'1','511600','441800'),('441823','2018-01-30 19:30:19',NULL,NULL,NULL,'阳山县','广东省清远市阳山县','3',5,'Y',NULL,'1','513100','441800'),('441825','2018-01-30 19:30:19',NULL,NULL,NULL,'连山壮族瑶族自治县','广东省清远市连山壮族瑶族自治县','3',6,'L',NULL,'1','513200','441800'),('441826','2018-01-30 19:30:19',NULL,NULL,NULL,'连南瑶族自治县','广东省清远市连南瑶族自治县','3',7,'L',NULL,'1','513300','441800'),('441881','2018-01-30 19:30:19',NULL,NULL,NULL,'英德市','广东省清远市英德市','3',8,'Y',NULL,'1','513000','441800'),('441882','2018-01-30 19:30:19',NULL,NULL,NULL,'连州市','广东省清远市连州市','3',9,'L',NULL,'1','513400','441800'),('441900','2018-01-30 19:30:19',NULL,NULL,NULL,'东莞市','广东省东莞市','2',17,'D',NULL,'1','523888','440000'),('442000','2018-01-30 19:30:19',NULL,NULL,NULL,'中山市','广东省中山市','2',18,'Z',NULL,'1','528403','440000'),('445100','2018-01-30 19:30:19',NULL,NULL,NULL,'潮州市','广东省潮州市','2',19,'C',NULL,'1','521000','440000'),('445101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省潮州市市辖区','3',1,'S',NULL,'1',NULL,'445100'),('445102','2018-01-30 19:30:19',NULL,NULL,NULL,'湘桥区','广东省潮州市湘桥区','3',2,'X',NULL,'1','521000','445100'),('445103','2018-01-30 19:30:19',NULL,NULL,NULL,'潮安区','广东省潮州市潮安区','3',3,'C',NULL,'1','515638','445100'),('445122','2018-01-30 19:30:19',NULL,NULL,NULL,'饶平县','广东省潮州市饶平县','3',4,'R',NULL,'1','515700','445100'),('445200','2018-01-30 19:30:19',NULL,NULL,NULL,'揭阳市','广东省揭阳市','2',20,'J',NULL,'1','522000','440000'),('445201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省揭阳市市辖区','3',1,'S',NULL,'1',NULL,'445200'),('445202','2018-01-30 19:30:19',NULL,NULL,NULL,'榕城区','广东省揭阳市榕城区','3',2,'Z',NULL,'1','522000','445200'),('445203','2018-01-30 19:30:19',NULL,NULL,NULL,'揭东区','广东省揭阳市揭东区','3',3,'J',NULL,'1','515500','445200'),('445222','2018-01-30 19:30:19',NULL,NULL,NULL,'揭西县','广东省揭阳市揭西县','3',4,'J',NULL,'1','515400','445200'),('445224','2018-01-30 19:30:19',NULL,NULL,NULL,'惠来县','广东省揭阳市惠来县','3',5,'H',NULL,'1','515200','445200'),('445281','2018-01-30 19:30:19',NULL,NULL,NULL,'普宁市','广东省揭阳市普宁市','3',6,'P',NULL,'1','515300','445200'),('445300','2018-01-30 19:30:19',NULL,NULL,NULL,'云浮市','广东省云浮市','2',21,'Y',NULL,'1','527300','440000'),('445301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广东省云浮市市辖区','3',1,'S',NULL,'1',NULL,'445300'),('445302','2018-01-30 19:30:19',NULL,NULL,NULL,'云城区','广东省云浮市云城区','3',2,'Y',NULL,'1','527300','445300'),('445303','2018-01-30 19:30:19',NULL,NULL,NULL,'云安区','广东省云浮市云安区','3',3,'Y',NULL,'1','527500','445300'),('445321','2018-01-30 19:30:19',NULL,NULL,NULL,'新兴县','广东省云浮市新兴县','3',4,'X',NULL,'1','527400','445300'),('445322','2018-01-30 19:30:19',NULL,NULL,NULL,'郁南县','广东省云浮市郁南县','3',5,'Y',NULL,'1','527100','445300'),('445381','2018-01-30 19:30:19',NULL,NULL,NULL,'罗定市','广东省云浮市罗定市','3',6,'L',NULL,'1','527200','445300'),('450000','2018-01-30 19:30:19',NULL,NULL,NULL,'广西壮族自治区','广西壮族自治区','1',20,'G',NULL,'1','','100000'),('450100','2018-01-30 19:30:19',NULL,NULL,NULL,'南宁市','广西壮族自治区南宁市','2',1,'N',NULL,'1','530028','450000'),('450101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区南宁市市辖区','3',1,'S',NULL,'1',NULL,'450100'),('450102','2018-01-30 19:30:19',NULL,NULL,NULL,'兴宁区','广西壮族自治区南宁市兴宁区','3',2,'X',NULL,'1','530023','450100'),('450103','2018-01-30 19:30:19',NULL,NULL,NULL,'青秀区','广西壮族自治区南宁市青秀区','3',3,'Q',NULL,'1','530213','450100'),('450105','2018-01-30 19:30:19',NULL,NULL,NULL,'江南区','广西壮族自治区南宁市江南区','3',4,'J',NULL,'1','530031','450100'),('450107','2018-01-30 19:30:19',NULL,NULL,NULL,'西乡塘区','广西壮族自治区南宁市西乡塘区','3',5,'X',NULL,'1','530001','450100'),('450108','2018-01-30 19:30:19',NULL,NULL,NULL,'良庆区','广西壮族自治区南宁市良庆区','3',6,'L',NULL,'1','530219','450100'),('450109','2018-01-30 19:30:19',NULL,NULL,NULL,'邕宁区','广西壮族自治区南宁市邕宁区','3',7,'Z',NULL,'1','530200','450100'),('450110','2018-01-30 19:30:19',NULL,NULL,NULL,'武鸣区','广西壮族自治区南宁市武鸣区','3',8,'W',NULL,'1',NULL,'450100'),('450115','2018-01-30 19:30:19',NULL,NULL,NULL,'南湖分局管辖区',NULL,'3',1,'N',NULL,'1',NULL,'330402'),('450116','2018-01-30 19:30:19',NULL,NULL,NULL,'高新分局管辖区',NULL,'3',1,'G',NULL,'1',NULL,'450130'),('450117','2018-01-30 19:30:19',NULL,NULL,NULL,'青秀山风景名胜旅游区分局管辖区',NULL,'3',1,'Q',NULL,'1',NULL,'450103'),('450123','2018-01-30 19:30:19',NULL,NULL,NULL,'隆安县','广西壮族自治区南宁市隆安县','3',1,'L',NULL,'1','532700','450100'),('450124','2018-01-30 19:30:19',NULL,NULL,NULL,'马山县','广西壮族自治区南宁市马山县','3',2,'M',NULL,'1','530600','450100'),('450125','2018-01-30 19:30:19',NULL,NULL,NULL,'上林县','广西壮族自治区南宁市上林县','3',3,'S',NULL,'1','530500','450100'),('450126','2018-01-30 19:30:19',NULL,NULL,NULL,'宾阳县','广西壮族自治区南宁市宾阳县','3',4,'B',NULL,'1','530400','450100'),('450127','2018-01-30 19:30:19',NULL,NULL,NULL,'横县','广西壮族自治区南宁市横县','3',5,'H',NULL,'1','530300','450100'),('450128','2018-01-30 19:30:19',NULL,NULL,NULL,'高新技术产业开发区','广西壮族自治区南宁市高新技术产业开发区','3',6,'G',NULL,'1','530000','450100'),('450129','2018-01-30 19:30:19',NULL,NULL,NULL,'经济技术开发区','广西壮族自治区南宁市经济技术开发区','3',7,'J',NULL,'1',NULL,'450100'),('450130','2018-01-30 19:30:19',NULL,NULL,NULL,'东盟经济技术开发区','广西壮族自治区南宁市东盟经济技术开发区','3',8,'D',NULL,'1',NULL,'450100'),('450200','2018-01-30 19:30:19',NULL,NULL,NULL,'柳州市','广西壮族自治区柳州市','2',2,'L',NULL,'1','545001','450000'),('450201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区柳州市市辖区','3',1,'S',NULL,'1',NULL,'450200'),('450202','2018-01-30 19:30:19',NULL,NULL,NULL,'城中区','广西壮族自治区柳州市城中区','3',2,'C',NULL,'1','545001','450200'),('450203','2018-01-30 19:30:19',NULL,NULL,NULL,'鱼峰区','广西壮族自治区柳州市鱼峰区','3',3,'Y',NULL,'1','545005','450200'),('450204','2018-01-30 19:30:19',NULL,NULL,NULL,'柳南区','广西壮族自治区柳州市柳南区','3',4,'L',NULL,'1','545007','450200'),('450205','2018-01-30 19:30:19',NULL,NULL,NULL,'柳北区','广西壮族自治区柳州市柳北区','3',5,'L',NULL,'1','545002','450200'),('450206','2018-01-30 19:30:19',NULL,NULL,NULL,'柳江区','广西壮族自治区柳州市柳江区','3',6,'L',NULL,'1',NULL,'450200'),('450222','2018-01-30 19:30:19',NULL,NULL,NULL,'柳城县','广西壮族自治区柳州市柳城县','3',7,'L',NULL,'1','545200','450200'),('450223','2018-01-30 19:30:19',NULL,NULL,NULL,'鹿寨县','广西壮族自治区柳州市鹿寨县','3',8,'L',NULL,'1','545600','450200'),('450224','2018-01-30 19:30:19',NULL,NULL,NULL,'融安县','广西壮族自治区柳州市融安县','3',9,'R',NULL,'1','545400','450200'),('450225','2018-01-30 19:30:19',NULL,NULL,NULL,'融水苗族自治县','广西壮族自治区柳州市融水苗族自治县','3',10,'R',NULL,'1','545300','450200'),('450226','2018-01-30 19:30:19',NULL,NULL,NULL,'三江侗族自治县','广西壮族自治区柳州市三江侗族自治县','3',11,'S',NULL,'1','545500','450200'),('450299','2018-01-30 19:30:19',NULL,NULL,NULL,'柳东分局管辖区','广西壮族自治区柳州市柳东分局管辖区','3',12,'L',NULL,'1',NULL,'450200'),('450300','2018-01-30 19:30:19',NULL,NULL,NULL,'桂林市','广西壮族自治区桂林市','2',3,'G',NULL,'1','541100','450000'),('450301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区桂林市市辖区','3',1,'S',NULL,'1',NULL,'450300'),('450302','2018-01-30 19:30:19',NULL,NULL,NULL,'秀峰区','广西壮族自治区桂林市秀峰区','3',2,'X',NULL,'1','541001','450300'),('450303','2018-01-30 19:30:19',NULL,NULL,NULL,'叠彩区','广西壮族自治区桂林市叠彩区','3',3,'D',NULL,'1','541001','450300'),('450304','2018-01-30 19:30:19',NULL,NULL,NULL,'象山区','广西壮族自治区桂林市象山区','3',4,'X',NULL,'1','541002','450300'),('450305','2018-01-30 19:30:19',NULL,NULL,NULL,'七星区','广西壮族自治区桂林市七星区','3',5,'Q',NULL,'1','541004','450300'),('450311','2018-01-30 19:30:19',NULL,NULL,NULL,'雁山区','广西壮族自治区桂林市雁山区','3',6,'Y',NULL,'1','541006','450300'),('450312','2018-01-30 19:30:19',NULL,NULL,NULL,'临桂区','广西壮族自治区桂林市临桂区','3',7,'L',NULL,'1','541100','450300'),('450321','2018-01-30 19:30:19',NULL,NULL,NULL,'阳朔县','广西壮族自治区桂林市阳朔县','3',8,'Y',NULL,'1','541900','450300'),('450323','2018-01-30 19:30:19',NULL,NULL,NULL,'灵川县','广西壮族自治区桂林市灵川县','3',9,'L',NULL,'1','541200','450300'),('450324','2018-01-30 19:30:19',NULL,NULL,NULL,'全州县','广西壮族自治区桂林市全州县','3',10,'Q',NULL,'1','541503','450300'),('450325','2018-01-30 19:30:19',NULL,NULL,NULL,'兴安县','广西壮族自治区桂林市兴安县','3',11,'X',NULL,'1','541300','450300'),('450326','2018-01-30 19:30:19',NULL,NULL,NULL,'永福县','广西壮族自治区桂林市永福县','3',12,'Y',NULL,'1','541800','450300'),('450327','2018-01-30 19:30:19',NULL,NULL,NULL,'灌阳县','广西壮族自治区桂林市灌阳县','3',13,'G',NULL,'1','541600','450300'),('450328','2018-01-30 19:30:19',NULL,NULL,NULL,'龙胜各族自治县','广西壮族自治区桂林市龙胜各族自治县','3',14,'L',NULL,'1','541700','450300'),('450329','2018-01-30 19:30:19',NULL,NULL,NULL,'资源县','广西壮族自治区桂林市资源县','3',15,'Z',NULL,'1','541400','450300'),('450330','2018-01-30 19:30:19',NULL,NULL,NULL,'平乐县','广西壮族自治区桂林市平乐县','3',16,'P',NULL,'1','542400','450300'),('450331','2018-01-30 19:30:19',NULL,NULL,NULL,'荔浦县','广西壮族自治区桂林市荔浦县','3',17,'L',NULL,'1','546600','450300'),('450332','2018-01-30 19:30:19',NULL,NULL,NULL,'恭城瑶族自治县','广西壮族自治区桂林市恭城瑶族自治县','3',18,'G',NULL,'1','542500','450300'),('450400','2018-01-30 19:30:19',NULL,NULL,NULL,'梧州市','广西壮族自治区梧州市','2',4,'W',NULL,'1','543002','450000'),('450401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区梧州市市辖区','3',1,'S',NULL,'1',NULL,'450400'),('450403','2018-01-30 19:30:19',NULL,NULL,NULL,'万秀区','广西壮族自治区梧州市万秀区','3',2,'W',NULL,'1','543000','450400'),('450405','2018-01-30 19:30:19',NULL,NULL,NULL,'长洲区','广西壮族自治区梧州市长洲区','3',3,'C',NULL,'1','543003','450400'),('450406','2018-01-30 19:30:19',NULL,NULL,NULL,'龙圩区','广西壮族自治区梧州市龙圩区','3',4,'L',NULL,'1','543002','450400'),('450421','2018-01-30 19:30:19',NULL,NULL,NULL,'苍梧县','广西壮族自治区梧州市苍梧县','3',5,'C',NULL,'1','543100','450400'),('450422','2018-01-30 19:30:19',NULL,NULL,NULL,'藤县','广西壮族自治区梧州市藤县','3',6,'T',NULL,'1','543300','450400'),('450423','2018-01-30 19:30:19',NULL,NULL,NULL,'蒙山县','广西壮族自治区梧州市蒙山县','3',7,'M',NULL,'1','546700','450400'),('450481','2018-01-30 19:30:19',NULL,NULL,NULL,'岑溪市','广西壮族自治区梧州市岑溪市','3',8,'Z',NULL,'1','543200','450400'),('450500','2018-01-30 19:30:19',NULL,NULL,NULL,'北海市','广西壮族自治区北海市','2',5,'B',NULL,'1','536000','450000'),('450501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区北海市市辖区','3',1,'S',NULL,'1',NULL,'450500'),('450502','2018-01-30 19:30:19',NULL,NULL,NULL,'海城区','广西壮族自治区北海市海城区','3',2,'H',NULL,'1','536000','450500'),('450503','2018-01-30 19:30:19',NULL,NULL,NULL,'银海区','广西壮族自治区北海市银海区','3',3,'Y',NULL,'1','536000','450500'),('450512','2018-01-30 19:30:19',NULL,NULL,NULL,'铁山港区','广西壮族自治区北海市铁山港区','3',4,'T',NULL,'1','536017','450500'),('450521','2018-01-30 19:30:19',NULL,NULL,NULL,'合浦县','广西壮族自治区北海市合浦县','3',5,'H',NULL,'1','536100','450500'),('450600','2018-01-30 19:30:19',NULL,NULL,NULL,'防城港市','广西壮族自治区防城港市','2',6,'F',NULL,'1','538001','450000'),('450601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区防城港市市辖区','3',1,'S',NULL,'1',NULL,'450600'),('450602','2018-01-30 19:30:19',NULL,NULL,NULL,'港口区','广西壮族自治区防城港市港口区','3',2,'G',NULL,'1','538001','450600'),('450603','2018-01-30 19:30:19',NULL,NULL,NULL,'防城区','广西壮族自治区防城港市防城区','3',3,'F',NULL,'1','538021','450600'),('450604','2018-01-30 19:30:19',NULL,NULL,NULL,'企沙工业区分局管辖区','广西壮族自治区防城港市企沙工业区分局管辖区','3',4,'Q',NULL,'1',NULL,'450600'),('450621','2018-01-30 19:30:19',NULL,NULL,NULL,'上思县','广西壮族自治区防城港市上思县','3',5,'S',NULL,'1','535500','450600'),('450681','2018-01-30 19:30:19',NULL,NULL,NULL,'东兴市','广西壮族自治区防城港市东兴市','3',6,'D',NULL,'1','538100','450600'),('450682','2018-01-30 19:30:19',NULL,NULL,NULL,'海港分局管辖区','广西壮族自治区防城港市海港分局管辖区','3',7,'H',NULL,'1',NULL,'450600'),('450700','2018-01-30 19:30:19',NULL,NULL,NULL,'钦州市','广西壮族自治区钦州市','2',7,'Q',NULL,'1','535099','450000'),('450701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区钦州市市辖区','3',1,'S',NULL,'1',NULL,'450700'),('450702','2018-01-30 19:30:19',NULL,NULL,NULL,'钦南区','广西壮族自治区钦州市钦南区','3',2,'Q',NULL,'1','535099','450700'),('450703','2018-01-30 19:30:19',NULL,NULL,NULL,'钦北区','广西壮族自治区钦州市钦北区','3',3,'Q',NULL,'1','535099','450700'),('450704','2018-01-30 19:30:19',NULL,NULL,NULL,'钦州港经济技术开发区','广西壮族自治区钦州市钦州港经济技术开发区','3',4,'Q',NULL,'1',NULL,'450700'),('450721','2018-01-30 19:30:19',NULL,NULL,NULL,'灵山县','广西壮族自治区钦州市灵山县','3',5,'L',NULL,'1','535099','450700'),('450722','2018-01-30 19:30:19',NULL,NULL,NULL,'浦北县','广西壮族自治区钦州市浦北县','3',6,'P',NULL,'1','535099','450700'),('450800','2018-01-30 19:30:19',NULL,NULL,NULL,'贵港市','广西壮族自治区贵港市','2',8,'G',NULL,'1','537100','450000'),('450801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区贵港市市辖区','3',1,'S',NULL,'1',NULL,'450800'),('450802','2018-01-30 19:30:19',NULL,NULL,NULL,'港北区','广西壮族自治区贵港市港北区','3',2,'G',NULL,'1','537100','450800'),('450803','2018-01-30 19:30:19',NULL,NULL,NULL,'港南区','广西壮族自治区贵港市港南区','3',3,'G',NULL,'1','537100','450800'),('450804','2018-01-30 19:30:19',NULL,NULL,NULL,'覃塘区','广西壮族自治区贵港市覃塘区','3',4,'Z',NULL,'1','537121','450800'),('450821','2018-01-30 19:30:19',NULL,NULL,NULL,'平南县','广西壮族自治区贵港市平南县','3',5,'P',NULL,'1','537300','450800'),('450881','2018-01-30 19:30:19',NULL,NULL,NULL,'桂平市','广西壮族自治区贵港市桂平市','3',6,'G',NULL,'1','537200','450800'),('450900','2018-01-30 19:30:19',NULL,NULL,NULL,'玉林市','广西壮族自治区玉林市','2',9,'Y',NULL,'1','537000','450000'),('450901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区玉林市市辖区','3',1,'S',NULL,'1',NULL,'450900'),('450902','2018-01-30 19:30:19',NULL,NULL,NULL,'玉州区','广西壮族自治区玉林市玉州区','3',2,'Y',NULL,'1','537000','450900'),('450903','2018-01-30 19:30:19',NULL,NULL,NULL,'福绵区','广西壮族自治区玉林市福绵区','3',3,'F',NULL,'1','537023','450900'),('450904','2018-01-30 19:30:19',NULL,NULL,NULL,'玉东区','广西壮族自治区玉林市玉东区','3',4,'Y',NULL,'1','537000','450900'),('450921','2018-01-30 19:30:19',NULL,NULL,NULL,'容县','广西壮族自治区玉林市容县','3',5,'R',NULL,'1','537500','450900'),('450922','2018-01-30 19:30:19',NULL,NULL,NULL,'陆川县','广西壮族自治区玉林市陆川县','3',6,'L',NULL,'1','537700','450900'),('450923','2018-01-30 19:30:19',NULL,NULL,NULL,'博白县','广西壮族自治区玉林市博白县','3',7,'B',NULL,'1','537600','450900'),('450924','2018-01-30 19:30:19',NULL,NULL,NULL,'兴业县','广西壮族自治区玉林市兴业县','3',8,'X',NULL,'1','537800','450900'),('450981','2018-01-30 19:30:19',NULL,NULL,NULL,'北流市','广西壮族自治区玉林市北流市','3',9,'B',NULL,'1','537400','450900'),('451000','2018-01-30 19:30:19',NULL,NULL,NULL,'百色市','广西壮族自治区百色市','2',10,'B',NULL,'1','533000','450000'),('451001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区百色市市辖区','3',1,'S',NULL,'1',NULL,'451000'),('451002','2018-01-30 19:30:19',NULL,NULL,NULL,'右江区','广西壮族自治区百色市右江区','3',2,'Y',NULL,'1','533000','451000'),('451003','2018-01-30 19:30:19',NULL,NULL,NULL,'铝城分局管辖区','广西壮族自治区百色市铝城分局管辖区','3',3,'L',NULL,'1',NULL,'451000'),('451021','2018-01-30 19:30:19',NULL,NULL,NULL,'田阳县','广西壮族自治区百色市田阳县','3',4,'T',NULL,'1','533600','451000'),('451022','2018-01-30 19:30:19',NULL,NULL,NULL,'田东县','广西壮族自治区百色市田东县','3',5,'T',NULL,'1','531500','451000'),('451023','2018-01-30 19:30:19',NULL,NULL,NULL,'平果县','广西壮族自治区百色市平果县','3',6,'P',NULL,'1','531400','451000'),('451024','2018-01-30 19:30:19',NULL,NULL,NULL,'德保县','广西壮族自治区百色市德保县','3',7,'D',NULL,'1','533700','451000'),('451026','2018-01-30 19:30:19',NULL,NULL,NULL,'那坡县','广西壮族自治区百色市那坡县','3',8,'N',NULL,'1','533900','451000'),('451027','2018-01-30 19:30:19',NULL,NULL,NULL,'凌云县','广西壮族自治区百色市凌云县','3',9,'L',NULL,'1','533100','451000'),('451028','2018-01-30 19:30:19',NULL,NULL,NULL,'乐业县','广西壮族自治区百色市乐业县','3',10,'L',NULL,'1','533200','451000'),('451029','2018-01-30 19:30:19',NULL,NULL,NULL,'田林县','广西壮族自治区百色市田林县','3',11,'T',NULL,'1','533300','451000'),('451030','2018-01-30 19:30:19',NULL,NULL,NULL,'西林县','广西壮族自治区百色市西林县','3',12,'X',NULL,'1','533500','451000'),('451031','2018-01-30 19:30:19',NULL,NULL,NULL,'隆林各族自治县','广西壮族自治区百色市隆林各族自治县','3',13,'L',NULL,'1','533400','451000'),('451081','2018-01-30 19:30:19',NULL,NULL,NULL,'靖西市','广西壮族自治区百色市靖西市','3',14,'J',NULL,'1',NULL,'451000'),('451100','2018-01-30 19:30:19',NULL,NULL,NULL,'贺州市','广西壮族自治区贺州市','2',11,'H',NULL,'1','542800','450000'),('451101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区贺州市市辖区','3',1,'S',NULL,'1',NULL,'451100'),('451102','2018-01-30 19:30:19',NULL,NULL,NULL,'八步区','广西壮族自治区贺州市八步区','3',2,'B',NULL,'1','542800','451100'),('451103','2018-01-30 19:30:19',NULL,NULL,NULL,'平桂区','广西壮族自治区贺州市平桂区','3',3,'P',NULL,'1',NULL,'451100'),('451121','2018-01-30 19:30:19',NULL,NULL,NULL,'昭平县','广西壮族自治区贺州市昭平县','3',4,'Z',NULL,'1','546800','451100'),('451122','2018-01-30 19:30:19',NULL,NULL,NULL,'钟山县','广西壮族自治区贺州市钟山县','3',5,'Z',NULL,'1','542600','451100'),('451123','2018-01-30 19:30:19',NULL,NULL,NULL,'富川瑶族自治县','广西壮族自治区贺州市富川瑶族自治县','3',6,'F',NULL,'1','542700','451100'),('451200','2018-01-30 19:30:19',NULL,NULL,NULL,'河池市','广西壮族自治区河池市','2',12,'H',NULL,'1','547000','450000'),('451201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区河池市市辖区','3',1,'S',NULL,'1',NULL,'451200'),('451202','2018-01-30 19:30:19',NULL,NULL,NULL,'金城江区','广西壮族自治区河池市金城江区','3',2,'J',NULL,'1','547000','451200'),('451221','2018-01-30 19:30:19',NULL,NULL,NULL,'南丹县','广西壮族自治区河池市南丹县','3',3,'N',NULL,'1','547200','451200'),('451222','2018-01-30 19:30:19',NULL,NULL,NULL,'天峨县','广西壮族自治区河池市天峨县','3',4,'T',NULL,'1','547300','451200'),('451223','2018-01-30 19:30:19',NULL,NULL,NULL,'凤山县','广西壮族自治区河池市凤山县','3',5,'F',NULL,'1','547600','451200'),('451224','2018-01-30 19:30:19',NULL,NULL,NULL,'东兰县','广西壮族自治区河池市东兰县','3',6,'D',NULL,'1','547400','451200'),('451225','2018-01-30 19:30:19',NULL,NULL,NULL,'罗城仫佬族自治县','广西壮族自治区河池市罗城仫佬族自治县','3',7,'L',NULL,'1','546400','451200'),('451226','2018-01-30 19:30:19',NULL,NULL,NULL,'环江毛南族自治县','广西壮族自治区河池市环江毛南族自治县','3',8,'H',NULL,'1','547100','451200'),('451227','2018-01-30 19:30:19',NULL,NULL,NULL,'巴马瑶族自治县','广西壮族自治区河池市巴马瑶族自治县','3',9,'B',NULL,'1','547500','451200'),('451228','2018-01-30 19:30:19',NULL,NULL,NULL,'都安瑶族自治县','广西壮族自治区河池市都安瑶族自治县','3',10,'D',NULL,'1','530700','451200'),('451229','2018-01-30 19:30:19',NULL,NULL,NULL,'大化瑶族自治县','广西壮族自治区河池市大化瑶族自治县','3',11,'D',NULL,'1','530800','451200'),('451281','2018-01-30 19:30:19',NULL,NULL,NULL,'宜州市','广西壮族自治区河池市宜州市','3',12,'Y',NULL,'1','546300','451200'),('451300','2018-01-30 19:30:19',NULL,NULL,NULL,'来宾市','广西壮族自治区来宾市','2',13,'L',NULL,'1','546100','450000'),('451301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区来宾市市辖区','3',1,'S',NULL,'1',NULL,'451300'),('451302','2018-01-30 19:30:19',NULL,NULL,NULL,'兴宾区','广西壮族自治区来宾市兴宾区','3',2,'X',NULL,'1','546100','451300'),('451303','2018-01-30 19:30:19',NULL,NULL,NULL,'来宾高新技术产业开发区','广西壮族自治区来宾市来宾高新技术产业开发区','3',3,'L',NULL,'1',NULL,'451300'),('451321','2018-01-30 19:30:19',NULL,NULL,NULL,'忻城县','广西壮族自治区来宾市忻城县','3',4,'X',NULL,'1','546200','451300'),('451322','2018-01-30 19:30:19',NULL,NULL,NULL,'象州县','广西壮族自治区来宾市象州县','3',5,'X',NULL,'1','545800','451300'),('451323','2018-01-30 19:30:19',NULL,NULL,NULL,'武宣县','广西壮族自治区来宾市武宣县','3',6,'W',NULL,'1','545900','451300'),('451324','2018-01-30 19:30:19',NULL,NULL,NULL,'金秀瑶族自治县','广西壮族自治区来宾市金秀瑶族自治县','3',7,'J',NULL,'1','545799','451300'),('451381','2018-01-30 19:30:19',NULL,NULL,NULL,'合山市','广西壮族自治区来宾市合山市','3',8,'H',NULL,'1','546500','451300'),('451400','2018-01-30 19:30:19',NULL,NULL,NULL,'崇左市','广西壮族自治区崇左市','2',14,'C',NULL,'1','532299','450000'),('451401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','广西壮族自治区崇左市市辖区','3',1,'S',NULL,'1',NULL,'451400'),('451402','2018-01-30 19:30:19',NULL,NULL,NULL,'江州区','广西壮族自治区崇左市江州区','3',2,'J',NULL,'1','532299','451400'),('451421','2018-01-30 19:30:19',NULL,NULL,NULL,'扶绥县','广西壮族自治区崇左市扶绥县','3',3,'F',NULL,'1','532199','451400'),('451422','2018-01-30 19:30:19',NULL,NULL,NULL,'宁明县','广西壮族自治区崇左市宁明县','3',4,'N',NULL,'1','532599','451400'),('451423','2018-01-30 19:30:19',NULL,NULL,NULL,'龙州县','广西壮族自治区崇左市龙州县','3',5,'L',NULL,'1','532499','451400'),('451424','2018-01-30 19:30:19',NULL,NULL,NULL,'大新县','广西壮族自治区崇左市大新县','3',6,'D',NULL,'1','532399','451400'),('451425','2018-01-30 19:30:19',NULL,NULL,NULL,'天等县','广西壮族自治区崇左市天等县','3',7,'T',NULL,'1','532899','451400'),('451481','2018-01-30 19:30:19',NULL,NULL,NULL,'凭祥市','广西壮族自治区崇左市凭祥市','3',8,'P',NULL,'1','532699','451400'),('460000','2018-01-30 19:30:19',NULL,NULL,NULL,'海南省','海南省','1',21,'H',NULL,'1','','100000'),('460100','2018-01-30 19:30:19',NULL,NULL,NULL,'海口市','海南省海口市','2',1,'H',NULL,'1','570000','460000'),('460101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','海南省海口市市辖区','3',1,'S',NULL,'1',NULL,'460100'),('460105','2018-01-30 19:30:19',NULL,NULL,NULL,'秀英区','海南省海口市秀英区','3',2,'X',NULL,'1','570311','460100'),('460106','2018-01-30 19:30:19',NULL,NULL,NULL,'龙华区','海南省海口市龙华区','3',3,'L',NULL,'1','570145','460100'),('460107','2018-01-30 19:30:19',NULL,NULL,NULL,'琼山区','海南省海口市琼山区','3',4,'Q',NULL,'1','571100','460100'),('460108','2018-01-30 19:30:19',NULL,NULL,NULL,'美兰区','海南省海口市美兰区','3',5,'M',NULL,'1','570203','460100'),('460200','2018-01-30 19:30:19',NULL,NULL,NULL,'三亚市','海南省三亚市','2',2,'S',NULL,'1','572000','460000'),('460201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','海南省三亚市市辖区','3',1,'S',NULL,'1',NULL,'460200'),('460202','2018-01-30 19:30:19',NULL,NULL,NULL,'海棠区','海南省三亚市海棠区','3',2,'H',NULL,'1','572000','460200'),('460203','2018-01-30 19:30:19',NULL,NULL,NULL,'吉阳区','海南省三亚市吉阳区','3',3,'J',NULL,'1','572000','460200'),('460204','2018-01-30 19:30:19',NULL,NULL,NULL,'天涯区','海南省三亚市天涯区','3',4,'T',NULL,'1','572000','460200'),('460205','2018-01-30 19:30:19',NULL,NULL,NULL,'崖州区','海南省三亚市崖州区','3',5,'Y',NULL,'1','572000','460200'),('460300','2018-01-30 19:30:19',NULL,NULL,NULL,'三沙市','海南省三沙市','2',3,'S',NULL,'1','573199','460000'),('460400','2018-01-30 19:30:19',NULL,NULL,NULL,'儋州市','海南省儋州市','2',4,'Z',NULL,'1',NULL,'460000'),('469000','2018-01-30 19:30:19',NULL,NULL,NULL,'省直辖县级行政区划','海南省省直辖县级行政区划','2',5,'S',NULL,'1','','460000'),('469001','2018-01-30 19:30:19',NULL,NULL,NULL,'五指山市','海南省省直辖县级行政区划五指山市','3',1,'W',NULL,'1','572200','469000'),('469002','2018-01-30 19:30:19',NULL,NULL,NULL,'琼海市','海南省省直辖县级行政区划琼海市','3',2,'Q',NULL,'1','571400','469000'),('469005','2018-01-30 19:30:19',NULL,NULL,NULL,'文昌市','海南省省直辖县级行政区划文昌市','3',3,'W',NULL,'1','571339','469000'),('469006','2018-01-30 19:30:19',NULL,NULL,NULL,'万宁市','海南省省直辖县级行政区划万宁市','3',4,'W',NULL,'1','571500','469000'),('469007','2018-01-30 19:30:19',NULL,NULL,NULL,'东方市','海南省省直辖县级行政区划东方市','3',5,'D',NULL,'1','572600','469000'),('469021','2018-01-30 19:30:19',NULL,NULL,NULL,'定安县','海南省省直辖县级行政区划定安县','3',6,'D',NULL,'1','571200','469000'),('469022','2018-01-30 19:30:19',NULL,NULL,NULL,'屯昌县','海南省省直辖县级行政区划屯昌县','3',7,'T',NULL,'1','571600','469000'),('469023','2018-01-30 19:30:19',NULL,NULL,NULL,'澄迈县','海南省省直辖县级行政区划澄迈县','3',8,'C',NULL,'1','571900','469000'),('469024','2018-01-30 19:30:19',NULL,NULL,NULL,'临高县','海南省省直辖县级行政区划临高县','3',9,'L',NULL,'1','571800','469000'),('469025','2018-01-30 19:30:19',NULL,NULL,NULL,'白沙黎族自治县','海南省省直辖县级行政区划白沙黎族自治县','3',10,'B',NULL,'1','572800','469000'),('469026','2018-01-30 19:30:19',NULL,NULL,NULL,'昌江黎族自治县','海南省省直辖县级行政区划昌江黎族自治县','3',11,'C',NULL,'1','572700','469000'),('469027','2018-01-30 19:30:19',NULL,NULL,NULL,'乐东黎族自治县','海南省省直辖县级行政区划乐东黎族自治县','3',12,'L',NULL,'1','572500','469000'),('469028','2018-01-30 19:30:19',NULL,NULL,NULL,'陵水黎族自治县','海南省省直辖县级行政区划陵水黎族自治县','3',13,'L',NULL,'1','572400','469000'),('469029','2018-01-30 19:30:19',NULL,NULL,NULL,'保亭黎族苗族自治县','海南省省直辖县级行政区划保亭黎族苗族自治县','3',14,'B',NULL,'1','572300','469000'),('469030','2018-01-30 19:30:19',NULL,NULL,NULL,'琼中黎族苗族自治县','海南省省直辖县级行政区划琼中黎族苗族自治县','3',15,'Q',NULL,'1','572900','469000'),('500000','2018-01-30 19:30:19',NULL,NULL,NULL,'重庆市','重庆市','1',22,'Z',NULL,'1','','100000'),('500100','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','重庆市市辖区','2',1,'S',NULL,'1','400000','500000'),('500101','2018-01-30 19:30:19',NULL,NULL,NULL,'万州区','重庆市市辖区万州区','3',1,'W',NULL,'1','404000','500100'),('500102','2018-01-30 19:30:19',NULL,NULL,NULL,'涪陵区','重庆市市辖区涪陵区','3',2,'F',NULL,'1','408000','500100'),('500103','2018-01-30 19:30:19',NULL,NULL,NULL,'渝中区','重庆市市辖区渝中区','3',3,'Y',NULL,'1','400010','500100'),('500104','2018-01-30 19:30:19',NULL,NULL,NULL,'大渡口区','重庆市市辖区大渡口区','3',4,'D',NULL,'1','400080','500100'),('500105','2018-01-30 19:30:19',NULL,NULL,NULL,'江北区','重庆市市辖区江北区','3',5,'J',NULL,'1','400020','500100'),('500106','2018-01-30 19:30:19',NULL,NULL,NULL,'沙坪坝区','重庆市市辖区沙坪坝区','3',6,'S',NULL,'1','400030','500100'),('500107','2018-01-30 19:30:19',NULL,NULL,NULL,'九龙坡区','重庆市市辖区九龙坡区','3',7,'J',NULL,'1','400050','500100'),('500108','2018-01-30 19:30:19',NULL,NULL,NULL,'南岸区','重庆市市辖区南岸区','3',8,'N',NULL,'1','400064','500100'),('500109','2018-01-30 19:30:19',NULL,NULL,NULL,'北碚区','重庆市市辖区北碚区','3',9,'B',NULL,'1','400700','500100'),('500110','2018-01-30 19:30:19',NULL,NULL,NULL,'綦江区','重庆市市辖区綦江区','3',10,'Z',NULL,'1','400800','500100'),('500111','2018-01-30 19:30:19',NULL,NULL,NULL,'大足区','重庆市市辖区大足区','3',11,'D',NULL,'1','400900','500100'),('500112','2018-01-30 19:30:19',NULL,NULL,NULL,'渝北区','重庆市市辖区渝北区','3',12,'Y',NULL,'1','401120','500100'),('500113','2018-01-30 19:30:19',NULL,NULL,NULL,'巴南区','重庆市市辖区巴南区','3',13,'B',NULL,'1','401320','500100'),('500114','2018-01-30 19:30:19',NULL,NULL,NULL,'黔江区','重庆市市辖区黔江区','3',14,'Q',NULL,'1','409700','500100'),('500115','2018-01-30 19:30:19',NULL,NULL,NULL,'长寿区','重庆市市辖区长寿区','3',15,'C',NULL,'1','401220','500100'),('500116','2018-01-30 19:30:19',NULL,NULL,NULL,'江津区','重庆市市辖区江津区','3',16,'J',NULL,'1','402260','500100'),('500117','2018-01-30 19:30:19',NULL,NULL,NULL,'合川区','重庆市市辖区合川区','3',17,'H',NULL,'1','401520','500100'),('500118','2018-01-30 19:30:19',NULL,NULL,NULL,'永川区','重庆市市辖区永川区','3',18,'Y',NULL,'1','402160','500100'),('500119','2018-01-30 19:30:19',NULL,NULL,NULL,'南川区','重庆市市辖区南川区','3',19,'N',NULL,'1','408400','500100'),('500120','2018-01-30 19:30:19',NULL,NULL,NULL,'璧山区','重庆市市辖区璧山区','3',20,'Z',NULL,'1','402760','500100'),('500151','2018-01-30 19:30:19',NULL,NULL,NULL,'铜梁区','重庆市市辖区铜梁区','3',21,'T',NULL,'1','402560','500100'),('500152','2018-01-30 19:30:19',NULL,NULL,NULL,'潼南区','重庆市市辖区潼南区','3',22,'Z',NULL,'1',NULL,'500100'),('500153','2018-01-30 19:30:19',NULL,NULL,NULL,'荣昌区','重庆市市辖区荣昌区','3',23,'R',NULL,'1',NULL,'500100'),('500154','2018-01-30 19:30:19',NULL,NULL,NULL,'开州区','重庆市市辖区开州区','3',24,'K',NULL,'1',NULL,'500100'),('500200','2018-01-30 19:30:19',NULL,NULL,NULL,'县','重庆市县','2',2,'X',NULL,'1',NULL,'500000'),('500228','2018-01-30 19:30:19',NULL,NULL,NULL,'梁平县','重庆市县梁平县','3',1,'L',NULL,'1','405200','500200'),('500229','2018-01-30 19:30:19',NULL,NULL,NULL,'城口县','重庆市县城口县','3',2,'C',NULL,'1','405900','500200'),('500230','2018-01-30 19:30:19',NULL,NULL,NULL,'丰都县','重庆市县丰都县','3',3,'F',NULL,'1','408200','500200'),('500231','2018-01-30 19:30:19',NULL,NULL,NULL,'垫江县','重庆市县垫江县','3',4,'D',NULL,'1','408300','500200'),('500232','2018-01-30 19:30:19',NULL,NULL,NULL,'武隆县','重庆市县武隆县','3',5,'W',NULL,'1','408500','500200'),('500233','2018-01-30 19:30:19',NULL,NULL,NULL,'忠县','重庆市县忠县','3',6,'Z',NULL,'1','404300','500200'),('500235','2018-01-30 19:30:19',NULL,NULL,NULL,'云阳县','重庆市县云阳县','3',7,'Y',NULL,'1','404500','500200'),('500236','2018-01-30 19:30:19',NULL,NULL,NULL,'奉节县','重庆市县奉节县','3',8,'F',NULL,'1','404600','500200'),('500237','2018-01-30 19:30:19',NULL,NULL,NULL,'巫山县','重庆市县巫山县','3',9,'W',NULL,'1','404700','500200'),('500238','2018-01-30 19:30:19',NULL,NULL,NULL,'巫溪县','重庆市县巫溪县','3',10,'W',NULL,'1','405800','500200'),('500240','2018-01-30 19:30:19',NULL,NULL,NULL,'石柱土家族自治县','重庆市县石柱土家族自治县','3',11,'S',NULL,'1','409100','500200'),('500241','2018-01-30 19:30:19',NULL,NULL,NULL,'秀山土家族苗族自治县','重庆市县秀山土家族苗族自治县','3',12,'X',NULL,'1','409900','500200'),('500242','2018-01-30 19:30:19',NULL,NULL,NULL,'酉阳土家族苗族自治县','重庆市县酉阳土家族苗族自治县','3',13,'Y',NULL,'1','409800','500200'),('500243','2018-01-30 19:30:19',NULL,NULL,NULL,'彭水苗族土家族自治县','重庆市县彭水苗族土家族自治县','3',14,'P',NULL,'1','409600','500200'),('510000','2018-01-30 19:30:19',NULL,NULL,NULL,'四川省','四川省','1',23,'S',NULL,'1','','100000'),('510100','2018-01-30 19:30:19',NULL,NULL,NULL,'成都市','四川省成都市','2',1,'C',NULL,'1','610015','510000'),('510101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省成都市市辖区','3',1,'S',NULL,'1',NULL,'510100'),('510104','2018-01-30 19:30:19',NULL,NULL,NULL,'锦江区','四川省成都市锦江区','3',2,'J',NULL,'1','610021','510100'),('510105','2018-01-30 19:30:19',NULL,NULL,NULL,'青羊区','四川省成都市青羊区','3',3,'Q',NULL,'1','610031','510100'),('510106','2018-01-30 19:30:19',NULL,NULL,NULL,'金牛区','四川省成都市金牛区','3',4,'J',NULL,'1','610036','510100'),('510107','2018-01-30 19:30:19',NULL,NULL,NULL,'武侯区','四川省成都市武侯区','3',5,'W',NULL,'1','610041','510100'),('510108','2018-01-30 19:30:19',NULL,NULL,NULL,'成华区','四川省成都市成华区','3',6,'C',NULL,'1','610066','510100'),('510112','2018-01-30 19:30:19',NULL,NULL,NULL,'龙泉驿区','四川省成都市龙泉驿区','3',7,'L',NULL,'1','610100','510100'),('510113','2018-01-30 19:30:19',NULL,NULL,NULL,'青白江区','四川省成都市青白江区','3',8,'Q',NULL,'1','610300','510100'),('510114','2018-01-30 19:30:19',NULL,NULL,NULL,'新都区','四川省成都市新都区','3',9,'X',NULL,'1','610500','510100'),('510115','2018-01-30 19:30:19',NULL,NULL,NULL,'温江区','四川省成都市温江区','3',10,'W',NULL,'1','611130','510100'),('510116','2018-01-30 19:30:19',NULL,NULL,NULL,'双流区','四川省成都市双流区','3',11,'S',NULL,'1',NULL,'510100'),('510121','2018-01-30 19:30:19',NULL,NULL,NULL,'金堂县','四川省成都市金堂县','3',12,'J',NULL,'1','610400','510100'),('510124','2018-01-30 19:30:19',NULL,NULL,NULL,'郫县','四川省成都市郫县','3',13,'Z',NULL,'1','611730','510100'),('510129','2018-01-30 19:30:19',NULL,NULL,NULL,'大邑县','四川省成都市大邑县','3',14,'D',NULL,'1','611330','510100'),('510131','2018-01-30 19:30:19',NULL,NULL,NULL,'蒲江县','四川省成都市蒲江县','3',15,'P',NULL,'1','611630','510100'),('510132','2018-01-30 19:30:19',NULL,NULL,NULL,'新津县','四川省成都市新津县','3',16,'X',NULL,'1','611430','510100'),('510181','2018-01-30 19:30:19',NULL,NULL,NULL,'都江堰市','四川省成都市都江堰市','3',17,'D',NULL,'1','611830','510100'),('510182','2018-01-30 19:30:19',NULL,NULL,NULL,'彭州市','四川省成都市彭州市','3',18,'P',NULL,'1','611930','510100'),('510183','2018-01-30 19:30:19',NULL,NULL,NULL,'邛崃市','四川省成都市邛崃市','3',19,'Z',NULL,'1','611530','510100'),('510184','2018-01-30 19:30:19',NULL,NULL,NULL,'崇州市','四川省成都市崇州市','3',20,'C',NULL,'1','611230','510100'),('510185','2018-01-30 19:30:19',NULL,NULL,NULL,'简阳市','四川省成都市简阳市','3',21,'J',NULL,'1',NULL,'510100'),('510300','2018-01-30 19:30:19',NULL,NULL,NULL,'自贡市','四川省自贡市','2',2,'Z',NULL,'1','643000','510000'),('510301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省自贡市市辖区','3',1,'S',NULL,'1',NULL,'510300'),('510302','2018-01-30 19:30:19',NULL,NULL,NULL,'自流井区','四川省自贡市自流井区','3',2,'Z',NULL,'1','643000','510300'),('510303','2018-01-30 19:30:19',NULL,NULL,NULL,'贡井区','四川省自贡市贡井区','3',3,'G',NULL,'1','643020','510300'),('510304','2018-01-30 19:30:19',NULL,NULL,NULL,'大安区','四川省自贡市大安区','3',4,'D',NULL,'1','643010','510300'),('510311','2018-01-30 19:30:19',NULL,NULL,NULL,'沿滩区','四川省自贡市沿滩区','3',5,'Y',NULL,'1','643030','510300'),('510321','2018-01-30 19:30:19',NULL,NULL,NULL,'荣县','四川省自贡市荣县','3',6,'R',NULL,'1','643100','510300'),('510322','2018-01-30 19:30:19',NULL,NULL,NULL,'富顺县','四川省自贡市富顺县','3',7,'F',NULL,'1','643200','510300'),('510400','2018-01-30 19:30:19',NULL,NULL,NULL,'攀枝花市','四川省攀枝花市','2',3,'P',NULL,'1','617000','510000'),('510401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省攀枝花市市辖区','3',1,'S',NULL,'1',NULL,'510400'),('510402','2018-01-30 19:30:19',NULL,NULL,NULL,'东区','四川省攀枝花市东区','3',2,'D',NULL,'1','617067','510400'),('510403','2018-01-30 19:30:19',NULL,NULL,NULL,'西区','四川省攀枝花市西区','3',3,'X',NULL,'1','617068','510400'),('510411','2018-01-30 19:30:19',NULL,NULL,NULL,'仁和区','四川省攀枝花市仁和区','3',4,'R',NULL,'1','617061','510400'),('510421','2018-01-30 19:30:19',NULL,NULL,NULL,'米易县','四川省攀枝花市米易县','3',5,'M',NULL,'1','617200','510400'),('510422','2018-01-30 19:30:19',NULL,NULL,NULL,'盐边县','四川省攀枝花市盐边县','3',6,'Y',NULL,'1','617100','510400'),('510500','2018-01-30 19:30:19',NULL,NULL,NULL,'泸州市','四川省泸州市','2',4,'Z',NULL,'1','646000','510000'),('510501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省泸州市市辖区','3',1,'S',NULL,'1',NULL,'510500'),('510502','2018-01-30 19:30:19',NULL,NULL,NULL,'江阳区','四川省泸州市江阳区','3',2,'J',NULL,'1','646000','510500'),('510503','2018-01-30 19:30:19',NULL,NULL,NULL,'纳溪区','四川省泸州市纳溪区','3',3,'N',NULL,'1','646300','510500'),('510504','2018-01-30 19:30:19',NULL,NULL,NULL,'龙马潭区','四川省泸州市龙马潭区','3',4,'L',NULL,'1','646000','510500'),('510521','2018-01-30 19:30:19',NULL,NULL,NULL,'泸县','四川省泸州市泸县','3',5,'Z',NULL,'1','646106','510500'),('510522','2018-01-30 19:30:19',NULL,NULL,NULL,'合江县','四川省泸州市合江县','3',6,'H',NULL,'1','646200','510500'),('510524','2018-01-30 19:30:19',NULL,NULL,NULL,'叙永县','四川省泸州市叙永县','3',7,'X',NULL,'1','646400','510500'),('510525','2018-01-30 19:30:19',NULL,NULL,NULL,'古蔺县','四川省泸州市古蔺县','3',8,'G',NULL,'1','646500','510500'),('510600','2018-01-30 19:30:19',NULL,NULL,NULL,'德阳市','四川省德阳市','2',5,'D',NULL,'1','618000','510000'),('510601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省德阳市市辖区','3',1,'S',NULL,'1',NULL,'510600'),('510603','2018-01-30 19:30:19',NULL,NULL,NULL,'旌阳区','四川省德阳市旌阳区','3',2,'Z',NULL,'1','618000','510600'),('510623','2018-01-30 19:30:19',NULL,NULL,NULL,'中江县','四川省德阳市中江县','3',3,'Z',NULL,'1','618100','510600'),('510626','2018-01-30 19:30:19',NULL,NULL,NULL,'罗江县','四川省德阳市罗江县','3',4,'L',NULL,'1','618500','510600'),('510681','2018-01-30 19:30:19',NULL,NULL,NULL,'广汉市','四川省德阳市广汉市','3',5,'G',NULL,'1','618300','510600'),('510682','2018-01-30 19:30:19',NULL,NULL,NULL,'什邡市','四川省德阳市什邡市','3',6,'S',NULL,'1','618400','510600'),('510683','2018-01-30 19:30:19',NULL,NULL,NULL,'绵竹市','四川省德阳市绵竹市','3',7,'M',NULL,'1','618200','510600'),('510700','2018-01-30 19:30:19',NULL,NULL,NULL,'绵阳市','四川省绵阳市','2',6,'M',NULL,'1','621000','510000'),('510701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省绵阳市市辖区','3',1,'S',NULL,'1',NULL,'510700'),('510703','2018-01-30 19:30:19',NULL,NULL,NULL,'涪城区','四川省绵阳市涪城区','3',2,'F',NULL,'1','621000','510700'),('510704','2018-01-30 19:30:19',NULL,NULL,NULL,'游仙区','四川省绵阳市游仙区','3',3,'Y',NULL,'1','621022','510700'),('510705','2018-01-30 19:30:19',NULL,NULL,NULL,'安州区','四川省绵阳市安州区','3',4,'A',NULL,'1',NULL,'510700'),('510722','2018-01-30 19:30:19',NULL,NULL,NULL,'三台县','四川省绵阳市三台县','3',5,'S',NULL,'1','621100','510700'),('510723','2018-01-30 19:30:19',NULL,NULL,NULL,'盐亭县','四川省绵阳市盐亭县','3',6,'Y',NULL,'1','621600','510700'),('510725','2018-01-30 19:30:19',NULL,NULL,NULL,'梓潼县','四川省绵阳市梓潼县','3',7,'Z',NULL,'1','622150','510700'),('510726','2018-01-30 19:30:19',NULL,NULL,NULL,'北川羌族自治县','四川省绵阳市北川羌族自治县','3',8,'B',NULL,'1','622750','510700'),('510727','2018-01-30 19:30:19',NULL,NULL,NULL,'平武县','四川省绵阳市平武县','3',9,'P',NULL,'1','622550','510700'),('510781','2018-01-30 19:30:19',NULL,NULL,NULL,'江油市','四川省绵阳市江油市','3',10,'J',NULL,'1','621700','510700'),('510800','2018-01-30 19:30:19',NULL,NULL,NULL,'广元市','四川省广元市','2',7,'G',NULL,'1','628000','510000'),('510801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省广元市市辖区','3',1,'S',NULL,'1',NULL,'510800'),('510802','2018-01-30 19:30:19',NULL,NULL,NULL,'利州区','四川省广元市利州区','3',2,'L',NULL,'1','628017','510800'),('510811','2018-01-30 19:30:19',NULL,NULL,NULL,'昭化区','四川省广元市昭化区','3',3,'Z',NULL,'1','628017','510800'),('510812','2018-01-30 19:30:19',NULL,NULL,NULL,'朝天区','四川省广元市朝天区','3',4,'C',NULL,'1','628017','510800'),('510821','2018-01-30 19:30:19',NULL,NULL,NULL,'旺苍县','四川省广元市旺苍县','3',5,'W',NULL,'1','628200','510800'),('510822','2018-01-30 19:30:19',NULL,NULL,NULL,'青川县','四川省广元市青川县','3',6,'Q',NULL,'1','628100','510800'),('510823','2018-01-30 19:30:19',NULL,NULL,NULL,'剑阁县','四川省广元市剑阁县','3',7,'J',NULL,'1','628300','510800'),('510824','2018-01-30 19:30:19',NULL,NULL,NULL,'苍溪县','四川省广元市苍溪县','3',8,'C',NULL,'1','628400','510800'),('510900','2018-01-30 19:30:19',NULL,NULL,NULL,'遂宁市','四川省遂宁市','2',8,'S',NULL,'1','629000','510000'),('510901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省遂宁市市辖区','3',1,'S',NULL,'1',NULL,'510900'),('510903','2018-01-30 19:30:19',NULL,NULL,NULL,'船山区','四川省遂宁市船山区','3',2,'C',NULL,'1','629000','510900'),('510904','2018-01-30 19:30:19',NULL,NULL,NULL,'安居区','四川省遂宁市安居区','3',3,'A',NULL,'1','629000','510900'),('510921','2018-01-30 19:30:19',NULL,NULL,NULL,'蓬溪县','四川省遂宁市蓬溪县','3',4,'P',NULL,'1','629100','510900'),('510922','2018-01-30 19:30:19',NULL,NULL,NULL,'射洪县','四川省遂宁市射洪县','3',5,'S',NULL,'1','629200','510900'),('510923','2018-01-30 19:30:19',NULL,NULL,NULL,'大英县','四川省遂宁市大英县','3',6,'D',NULL,'1','629300','510900'),('511000','2018-01-30 19:30:19',NULL,NULL,NULL,'内江市','四川省内江市','2',9,'N',NULL,'1','641000','510000'),('511001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省内江市市辖区','3',1,'S',NULL,'1',NULL,'511000'),('511002','2018-01-30 19:30:19',NULL,NULL,NULL,'市中区','四川省内江市市中区','3',2,'S',NULL,'1','641000','511000'),('511011','2018-01-30 19:30:19',NULL,NULL,NULL,'东兴区','四川省内江市东兴区','3',3,'D',NULL,'1','641100','511000'),('511024','2018-01-30 19:30:19',NULL,NULL,NULL,'威远县','四川省内江市威远县','3',4,'W',NULL,'1','642450','511000'),('511025','2018-01-30 19:30:19',NULL,NULL,NULL,'资中县','四川省内江市资中县','3',5,'Z',NULL,'1','641200','511000'),('511028','2018-01-30 19:30:19',NULL,NULL,NULL,'隆昌县','四川省内江市隆昌县','3',6,'L',NULL,'1','642150','511000'),('511100','2018-01-30 19:30:19',NULL,NULL,NULL,'乐山市','四川省乐山市','2',10,'L',NULL,'1','614000','510000'),('511101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省乐山市市辖区','3',1,'S',NULL,'1',NULL,'511100'),('511102','2018-01-30 19:30:19',NULL,NULL,NULL,'市中区','四川省乐山市市中区','3',2,'S',NULL,'1','614000','511100'),('511111','2018-01-30 19:30:19',NULL,NULL,NULL,'沙湾区','四川省乐山市沙湾区','3',3,'S',NULL,'1','614900','511100'),('511112','2018-01-30 19:30:19',NULL,NULL,NULL,'五通桥区','四川省乐山市五通桥区','3',4,'W',NULL,'1','614800','511100'),('511113','2018-01-30 19:30:19',NULL,NULL,NULL,'金口河区','四川省乐山市金口河区','3',5,'J',NULL,'1','614700','511100'),('511123','2018-01-30 19:30:19',NULL,NULL,NULL,'犍为县','四川省乐山市犍为县','3',6,'Z',NULL,'1','614400','511100'),('511124','2018-01-30 19:30:19',NULL,NULL,NULL,'井研县','四川省乐山市井研县','3',7,'J',NULL,'1','613100','511100'),('511126','2018-01-30 19:30:19',NULL,NULL,NULL,'夹江县','四川省乐山市夹江县','3',8,'J',NULL,'1','614100','511100'),('511129','2018-01-30 19:30:19',NULL,NULL,NULL,'沐川县','四川省乐山市沐川县','3',9,'Z',NULL,'1','614500','511100'),('511132','2018-01-30 19:30:19',NULL,NULL,NULL,'峨边彝族自治县','四川省乐山市峨边彝族自治县','3',10,'E',NULL,'1','614300','511100'),('511133','2018-01-30 19:30:19',NULL,NULL,NULL,'马边彝族自治县','四川省乐山市马边彝族自治县','3',11,'M',NULL,'1','614600','511100'),('511181','2018-01-30 19:30:19',NULL,NULL,NULL,'峨眉山市','四川省乐山市峨眉山市','3',12,'E',NULL,'1','614200','511100'),('511300','2018-01-30 19:30:19',NULL,NULL,NULL,'南充市','四川省南充市','2',11,'N',NULL,'1','637000','510000'),('511301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省南充市市辖区','3',1,'S',NULL,'1',NULL,'511300'),('511302','2018-01-30 19:30:19',NULL,NULL,NULL,'顺庆区','四川省南充市顺庆区','3',2,'S',NULL,'1','637000','511300'),('511303','2018-01-30 19:30:19',NULL,NULL,NULL,'高坪区','四川省南充市高坪区','3',3,'G',NULL,'1','637100','511300'),('511304','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉陵区','四川省南充市嘉陵区','3',4,'J',NULL,'1','637100','511300'),('511321','2018-01-30 19:30:19',NULL,NULL,NULL,'南部县','四川省南充市南部县','3',5,'N',NULL,'1','637300','511300'),('511322','2018-01-30 19:30:19',NULL,NULL,NULL,'营山县','四川省南充市营山县','3',6,'Y',NULL,'1','637700','511300'),('511323','2018-01-30 19:30:19',NULL,NULL,NULL,'蓬安县','四川省南充市蓬安县','3',7,'P',NULL,'1','637800','511300'),('511324','2018-01-30 19:30:19',NULL,NULL,NULL,'仪陇县','四川省南充市仪陇县','3',8,'Y',NULL,'1','637600','511300'),('511325','2018-01-30 19:30:19',NULL,NULL,NULL,'西充县','四川省南充市西充县','3',9,'X',NULL,'1','637200','511300'),('511381','2018-01-30 19:30:19',NULL,NULL,NULL,'阆中市','四川省南充市阆中市','3',10,'Z',NULL,'1','637400','511300'),('511400','2018-01-30 19:30:19',NULL,NULL,NULL,'眉山市','四川省眉山市','2',12,'M',NULL,'1','620020','510000'),('511401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省眉山市市辖区','3',1,'S',NULL,'1',NULL,'511400'),('511402','2018-01-30 19:30:19',NULL,NULL,NULL,'东坡区','四川省眉山市东坡区','3',2,'D',NULL,'1','620010','511400'),('511403','2018-01-30 19:30:19',NULL,NULL,NULL,'彭山区','四川省眉山市彭山区','3',3,'P',NULL,'1','620860','511400'),('511421','2018-01-30 19:30:19',NULL,NULL,NULL,'仁寿县','四川省眉山市仁寿县','3',4,'R',NULL,'1','620500','511400'),('511423','2018-01-30 19:30:19',NULL,NULL,NULL,'洪雅县','四川省眉山市洪雅县','3',5,'H',NULL,'1','620360','511400'),('511424','2018-01-30 19:30:19',NULL,NULL,NULL,'丹棱县','四川省眉山市丹棱县','3',6,'D',NULL,'1','620200','511400'),('511425','2018-01-30 19:30:19',NULL,NULL,NULL,'青神县','四川省眉山市青神县','3',7,'Q',NULL,'1','620460','511400'),('511500','2018-01-30 19:30:19',NULL,NULL,NULL,'宜宾市','四川省宜宾市','2',13,'Y',NULL,'1','644000','510000'),('511501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省宜宾市市辖区','3',1,'S',NULL,'1',NULL,'511500'),('511502','2018-01-30 19:30:19',NULL,NULL,NULL,'翠屏区','四川省宜宾市翠屏区','3',2,'C',NULL,'1','644000','511500'),('511503','2018-01-30 19:30:19',NULL,NULL,NULL,'南溪区','四川省宜宾市南溪区','3',3,'N',NULL,'1','644100','511500'),('511521','2018-01-30 19:30:19',NULL,NULL,NULL,'宜宾县','四川省宜宾市宜宾县','3',4,'Y',NULL,'1','644600','511500'),('511523','2018-01-30 19:30:19',NULL,NULL,NULL,'江安县','四川省宜宾市江安县','3',5,'J',NULL,'1','644200','511500'),('511524','2018-01-30 19:30:19',NULL,NULL,NULL,'长宁县','四川省宜宾市长宁县','3',6,'C',NULL,'1','644300','511500'),('511525','2018-01-30 19:30:19',NULL,NULL,NULL,'高县','四川省宜宾市高县','3',7,'G',NULL,'1','645150','511500'),('511526','2018-01-30 19:30:19',NULL,NULL,NULL,'珙县','四川省宜宾市珙县','3',8,'Z',NULL,'1','644500','511500'),('511527','2018-01-30 19:30:19',NULL,NULL,NULL,'筠连县','四川省宜宾市筠连县','3',9,'Z',NULL,'1','645250','511500'),('511528','2018-01-30 19:30:19',NULL,NULL,NULL,'兴文县','四川省宜宾市兴文县','3',10,'X',NULL,'1','644400','511500'),('511529','2018-01-30 19:30:19',NULL,NULL,NULL,'屏山县','四川省宜宾市屏山县','3',11,'P',NULL,'1','645350','511500'),('511600','2018-01-30 19:30:19',NULL,NULL,NULL,'广安市','四川省广安市','2',14,'G',NULL,'1','638000','510000'),('511601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省广安市市辖区','3',1,'S',NULL,'1',NULL,'511600'),('511602','2018-01-30 19:30:19',NULL,NULL,NULL,'广安区','四川省广安市广安区','3',2,'G',NULL,'1','638000','511600'),('511603','2018-01-30 19:30:19',NULL,NULL,NULL,'前锋区','四川省广安市前锋区','3',3,'Q',NULL,'1','638019','511600'),('511621','2018-01-30 19:30:19',NULL,NULL,NULL,'岳池县','四川省广安市岳池县','3',4,'Y',NULL,'1','638300','511600'),('511622','2018-01-30 19:30:19',NULL,NULL,NULL,'武胜县','四川省广安市武胜县','3',5,'W',NULL,'1','638400','511600'),('511623','2018-01-30 19:30:19',NULL,NULL,NULL,'邻水县','四川省广安市邻水县','3',6,'L',NULL,'1','638500','511600'),('511681','2018-01-30 19:30:19',NULL,NULL,NULL,'华蓥市','四川省广安市华蓥市','3',7,'H',NULL,'1','638600','511600'),('511700','2018-01-30 19:30:19',NULL,NULL,NULL,'达州市','四川省达州市','2',15,'D',NULL,'1','635000','510000'),('511701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省达州市市辖区','3',1,'S',NULL,'1',NULL,'511700'),('511702','2018-01-30 19:30:19',NULL,NULL,NULL,'通川区','四川省达州市通川区','3',2,'T',NULL,'1','635000','511700'),('511703','2018-01-30 19:30:19',NULL,NULL,NULL,'达川区','四川省达州市达川区','3',3,'D',NULL,'1','635000','511700'),('511722','2018-01-30 19:30:19',NULL,NULL,NULL,'宣汉县','四川省达州市宣汉县','3',4,'X',NULL,'1','636150','511700'),('511723','2018-01-30 19:30:19',NULL,NULL,NULL,'开江县','四川省达州市开江县','3',5,'K',NULL,'1','636250','511700'),('511724','2018-01-30 19:30:19',NULL,NULL,NULL,'大竹县','四川省达州市大竹县','3',6,'D',NULL,'1','635100','511700'),('511725','2018-01-30 19:30:19',NULL,NULL,NULL,'渠县','四川省达州市渠县','3',7,'Q',NULL,'1','635200','511700'),('511781','2018-01-30 19:30:19',NULL,NULL,NULL,'万源市','四川省达州市万源市','3',8,'W',NULL,'1','636350','511700'),('511800','2018-01-30 19:30:19',NULL,NULL,NULL,'雅安市','四川省雅安市','2',16,'Y',NULL,'1','625000','510000'),('511801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省雅安市市辖区','3',1,'S',NULL,'1',NULL,'511800'),('511802','2018-01-30 19:30:19',NULL,NULL,NULL,'雨城区','四川省雅安市雨城区','3',2,'Y',NULL,'1','625000','511800'),('511803','2018-01-30 19:30:19',NULL,NULL,NULL,'名山区','四川省雅安市名山区','3',3,'M',NULL,'1','625100','511800'),('511822','2018-01-30 19:30:19',NULL,NULL,NULL,'荥经县','四川省雅安市荥经县','3',4,'Z',NULL,'1','625200','511800'),('511823','2018-01-30 19:30:19',NULL,NULL,NULL,'汉源县','四川省雅安市汉源县','3',5,'H',NULL,'1','625300','511800'),('511824','2018-01-30 19:30:19',NULL,NULL,NULL,'石棉县','四川省雅安市石棉县','3',6,'S',NULL,'1','625400','511800'),('511825','2018-01-30 19:30:19',NULL,NULL,NULL,'天全县','四川省雅安市天全县','3',7,'T',NULL,'1','625500','511800'),('511826','2018-01-30 19:30:19',NULL,NULL,NULL,'芦山县','四川省雅安市芦山县','3',8,'L',NULL,'1','625600','511800'),('511827','2018-01-30 19:30:19',NULL,NULL,NULL,'宝兴县','四川省雅安市宝兴县','3',9,'B',NULL,'1','625700','511800'),('511900','2018-01-30 19:30:19',NULL,NULL,NULL,'巴中市','四川省巴中市','2',17,'B',NULL,'1','636000','510000'),('511901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省巴中市市辖区','3',1,'S',NULL,'1',NULL,'511900'),('511902','2018-01-30 19:30:19',NULL,NULL,NULL,'巴州区','四川省巴中市巴州区','3',2,'B',NULL,'1','636001','511900'),('511903','2018-01-30 19:30:19',NULL,NULL,NULL,'恩阳区','四川省巴中市恩阳区','3',3,'E',NULL,'1','636064','511900'),('511921','2018-01-30 19:30:19',NULL,NULL,NULL,'通江县','四川省巴中市通江县','3',4,'T',NULL,'1','636700','511900'),('511922','2018-01-30 19:30:19',NULL,NULL,NULL,'南江县','四川省巴中市南江县','3',5,'N',NULL,'1','636600','511900'),('511923','2018-01-30 19:30:19',NULL,NULL,NULL,'平昌县','四川省巴中市平昌县','3',6,'P',NULL,'1','636400','511900'),('512000','2018-01-30 19:30:19',NULL,NULL,NULL,'资阳市','四川省资阳市','2',18,'Z',NULL,'1','641300','510000'),('512001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','四川省资阳市市辖区','3',1,'S',NULL,'1',NULL,'512000'),('512002','2018-01-30 19:30:19',NULL,NULL,NULL,'雁江区','四川省资阳市雁江区','3',2,'Y',NULL,'1','641300','512000'),('512021','2018-01-30 19:30:19',NULL,NULL,NULL,'安岳县','四川省资阳市安岳县','3',3,'A',NULL,'1','642350','512000'),('512022','2018-01-30 19:30:19',NULL,NULL,NULL,'乐至县','四川省资阳市乐至县','3',4,'L',NULL,'1','641500','512000'),('513200','2018-01-30 19:30:19',NULL,NULL,NULL,'阿坝藏族羌族自治州','四川省阿坝藏族羌族自治州','2',19,'A',NULL,'1','624000','510000'),('513201','2018-01-30 19:30:19',NULL,NULL,NULL,'马尔康市','四川省阿坝藏族羌族自治州马尔康市','3',1,'M',NULL,'1',NULL,'513200'),('513221','2018-01-30 19:30:19',NULL,NULL,NULL,'汶川县','四川省阿坝藏族羌族自治州汶川县','3',2,'Z',NULL,'1','623000','513200'),('513222','2018-01-30 19:30:19',NULL,NULL,NULL,'理县','四川省阿坝藏族羌族自治州理县','3',3,'L',NULL,'1','623100','513200'),('513223','2018-01-30 19:30:19',NULL,NULL,NULL,'茂县','四川省阿坝藏族羌族自治州茂县','3',4,'M',NULL,'1','623200','513200'),('513224','2018-01-30 19:30:19',NULL,NULL,NULL,'松潘县','四川省阿坝藏族羌族自治州松潘县','3',5,'S',NULL,'1','623300','513200'),('513225','2018-01-30 19:30:19',NULL,NULL,NULL,'九寨沟县','四川省阿坝藏族羌族自治州九寨沟县','3',6,'J',NULL,'1','623400','513200'),('513226','2018-01-30 19:30:19',NULL,NULL,NULL,'金川县','四川省阿坝藏族羌族自治州金川县','3',7,'J',NULL,'1','624100','513200'),('513227','2018-01-30 19:30:19',NULL,NULL,NULL,'小金县','四川省阿坝藏族羌族自治州小金县','3',8,'X',NULL,'1','624200','513200'),('513228','2018-01-30 19:30:19',NULL,NULL,NULL,'黑水县','四川省阿坝藏族羌族自治州黑水县','3',9,'H',NULL,'1','623500','513200'),('513230','2018-01-30 19:30:19',NULL,NULL,NULL,'壤塘县','四川省阿坝藏族羌族自治州壤塘县','3',10,'R',NULL,'1','624300','513200'),('513231','2018-01-30 19:30:19',NULL,NULL,NULL,'阿坝县','四川省阿坝藏族羌族自治州阿坝县','3',11,'A',NULL,'1','624600','513200'),('513232','2018-01-30 19:30:19',NULL,NULL,NULL,'若尔盖县','四川省阿坝藏族羌族自治州若尔盖县','3',12,'R',NULL,'1','624500','513200'),('513233','2018-01-30 19:30:19',NULL,NULL,NULL,'红原县','四川省阿坝藏族羌族自治州红原县','3',13,'H',NULL,'1','624400','513200'),('513300','2018-01-30 19:30:19',NULL,NULL,NULL,'甘孜藏族自治州','四川省甘孜藏族自治州','2',20,'G',NULL,'1','626000','510000'),('513301','2018-01-30 19:30:19',NULL,NULL,NULL,'康定市','四川省甘孜藏族自治州康定市','3',1,'K',NULL,'1',NULL,'513300'),('513322','2018-01-30 19:30:19',NULL,NULL,NULL,'泸定县','四川省甘孜藏族自治州泸定县','3',2,'Z',NULL,'1','626100','513300'),('513323','2018-01-30 19:30:19',NULL,NULL,NULL,'丹巴县','四川省甘孜藏族自治州丹巴县','3',3,'D',NULL,'1','626300','513300'),('513324','2018-01-30 19:30:19',NULL,NULL,NULL,'九龙县','四川省甘孜藏族自治州九龙县','3',4,'J',NULL,'1','626200','513300'),('513325','2018-01-30 19:30:19',NULL,NULL,NULL,'雅江县','四川省甘孜藏族自治州雅江县','3',5,'Y',NULL,'1','627450','513300'),('513326','2018-01-30 19:30:19',NULL,NULL,NULL,'道孚县','四川省甘孜藏族自治州道孚县','3',6,'D',NULL,'1','626400','513300'),('513327','2018-01-30 19:30:19',NULL,NULL,NULL,'炉霍县','四川省甘孜藏族自治州炉霍县','3',7,'L',NULL,'1','626500','513300'),('513328','2018-01-30 19:30:19',NULL,NULL,NULL,'甘孜县','四川省甘孜藏族自治州甘孜县','3',8,'G',NULL,'1','626700','513300'),('513329','2018-01-30 19:30:19',NULL,NULL,NULL,'新龙县','四川省甘孜藏族自治州新龙县','3',9,'X',NULL,'1','626800','513300'),('513330','2018-01-30 19:30:19',NULL,NULL,NULL,'德格县','四川省甘孜藏族自治州德格县','3',10,'D',NULL,'1','627250','513300'),('513331','2018-01-30 19:30:19',NULL,NULL,NULL,'白玉县','四川省甘孜藏族自治州白玉县','3',11,'B',NULL,'1','627150','513300'),('513332','2018-01-30 19:30:19',NULL,NULL,NULL,'石渠县','四川省甘孜藏族自治州石渠县','3',12,'S',NULL,'1','627350','513300'),('513333','2018-01-30 19:30:19',NULL,NULL,NULL,'色达县','四川省甘孜藏族自治州色达县','3',13,'S',NULL,'1','626600','513300'),('513334','2018-01-30 19:30:19',NULL,NULL,NULL,'理塘县','四川省甘孜藏族自治州理塘县','3',14,'L',NULL,'1','627550','513300'),('513335','2018-01-30 19:30:19',NULL,NULL,NULL,'巴塘县','四川省甘孜藏族自治州巴塘县','3',15,'B',NULL,'1','627650','513300'),('513336','2018-01-30 19:30:19',NULL,NULL,NULL,'乡城县','四川省甘孜藏族自治州乡城县','3',16,'X',NULL,'1','627850','513300'),('513337','2018-01-30 19:30:19',NULL,NULL,NULL,'稻城县','四川省甘孜藏族自治州稻城县','3',17,'D',NULL,'1','627750','513300'),('513338','2018-01-30 19:30:19',NULL,NULL,NULL,'得荣县','四川省甘孜藏族自治州得荣县','3',18,'D',NULL,'1','627950','513300'),('513400','2018-01-30 19:30:19',NULL,NULL,NULL,'凉山彝族自治州','四川省凉山彝族自治州','2',21,'L',NULL,'1','615000','510000'),('513401','2018-01-30 19:30:19',NULL,NULL,NULL,'西昌市','四川省凉山彝族自治州西昌市','3',1,'X',NULL,'1','615000','513400'),('513422','2018-01-30 19:30:19',NULL,NULL,NULL,'木里藏族自治县','四川省凉山彝族自治州木里藏族自治县','3',2,'M',NULL,'1','615800','513400'),('513423','2018-01-30 19:30:19',NULL,NULL,NULL,'盐源县','四川省凉山彝族自治州盐源县','3',3,'Y',NULL,'1','615700','513400'),('513424','2018-01-30 19:30:19',NULL,NULL,NULL,'德昌县','四川省凉山彝族自治州德昌县','3',4,'D',NULL,'1','615500','513400'),('513425','2018-01-30 19:30:19',NULL,NULL,NULL,'会理县','四川省凉山彝族自治州会理县','3',5,'H',NULL,'1','615100','513400'),('513426','2018-01-30 19:30:19',NULL,NULL,NULL,'会东县','四川省凉山彝族自治州会东县','3',6,'H',NULL,'1','615200','513400'),('513427','2018-01-30 19:30:19',NULL,NULL,NULL,'宁南县','四川省凉山彝族自治州宁南县','3',7,'N',NULL,'1','615400','513400'),('513428','2018-01-30 19:30:19',NULL,NULL,NULL,'普格县','四川省凉山彝族自治州普格县','3',8,'P',NULL,'1','615300','513400'),('513429','2018-01-30 19:30:19',NULL,NULL,NULL,'布拖县','四川省凉山彝族自治州布拖县','3',9,'B',NULL,'1','616350','513400'),('513430','2018-01-30 19:30:19',NULL,NULL,NULL,'金阳县','四川省凉山彝族自治州金阳县','3',10,'J',NULL,'1','616250','513400'),('513431','2018-01-30 19:30:19',NULL,NULL,NULL,'昭觉县','四川省凉山彝族自治州昭觉县','3',11,'Z',NULL,'1','616150','513400'),('513432','2018-01-30 19:30:19',NULL,NULL,NULL,'喜德县','四川省凉山彝族自治州喜德县','3',12,'X',NULL,'1','616750','513400'),('513433','2018-01-30 19:30:19',NULL,NULL,NULL,'冕宁县','四川省凉山彝族自治州冕宁县','3',13,'M',NULL,'1','615600','513400'),('513434','2018-01-30 19:30:19',NULL,NULL,NULL,'越西县','四川省凉山彝族自治州越西县','3',14,'Y',NULL,'1','616650','513400'),('513435','2018-01-30 19:30:19',NULL,NULL,NULL,'甘洛县','四川省凉山彝族自治州甘洛县','3',15,'G',NULL,'1','616850','513400'),('513436','2018-01-30 19:30:19',NULL,NULL,NULL,'美姑县','四川省凉山彝族自治州美姑县','3',16,'M',NULL,'1','616450','513400'),('513437','2018-01-30 19:30:19',NULL,NULL,NULL,'雷波县','四川省凉山彝族自治州雷波县','3',17,'L',NULL,'1','616550','513400'),('520000','2018-01-30 19:30:19',NULL,NULL,NULL,'贵州省','贵州省','1',24,'G',NULL,'1','','100000'),('520100','2018-01-30 19:30:19',NULL,NULL,NULL,'贵阳市','贵州省贵阳市','2',1,'G',NULL,'1','550001','520000'),('520101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','贵州省贵阳市市辖区','3',1,'S',NULL,'1',NULL,'520100'),('520102','2018-01-30 19:30:19',NULL,NULL,NULL,'南明区','贵州省贵阳市南明区','3',2,'N',NULL,'1','550001','520100'),('520103','2018-01-30 19:30:19',NULL,NULL,NULL,'云岩区','贵州省贵阳市云岩区','3',3,'Y',NULL,'1','550001','520100'),('520111','2018-01-30 19:30:19',NULL,NULL,NULL,'花溪区','贵州省贵阳市花溪区','3',4,'H',NULL,'1','550025','520100'),('520112','2018-01-30 19:30:19',NULL,NULL,NULL,'乌当区','贵州省贵阳市乌当区','3',5,'W',NULL,'1','550018','520100'),('520113','2018-01-30 19:30:19',NULL,NULL,NULL,'白云区','贵州省贵阳市白云区','3',6,'B',NULL,'1','550014','520100'),('520115','2018-01-30 19:30:19',NULL,NULL,NULL,'观山湖区','贵州省贵阳市观山湖区','3',7,'G',NULL,'1','550009','520100'),('520121','2018-01-30 19:30:19',NULL,NULL,NULL,'开阳县','贵州省贵阳市开阳县','3',8,'K',NULL,'1','550300','520100'),('520122','2018-01-30 19:30:19',NULL,NULL,NULL,'息烽县','贵州省贵阳市息烽县','3',9,'X',NULL,'1','551100','520100'),('520123','2018-01-30 19:30:19',NULL,NULL,NULL,'修文县','贵州省贵阳市修文县','3',10,'X',NULL,'1','550200','520100'),('520181','2018-01-30 19:30:19',NULL,NULL,NULL,'清镇市','贵州省贵阳市清镇市','3',11,'Q',NULL,'1','551400','520100'),('520200','2018-01-30 19:30:19',NULL,NULL,NULL,'六盘水市','贵州省六盘水市','2',2,'L',NULL,'1','553400','520000'),('520201','2018-01-30 19:30:19',NULL,NULL,NULL,'钟山区','贵州省六盘水市钟山区','3',1,'Z',NULL,'1','553000','520200'),('520203','2018-01-30 19:30:19',NULL,NULL,NULL,'六枝特区','贵州省六盘水市六枝特区','3',2,'L',NULL,'1','553400','520200'),('520221','2018-01-30 19:30:19',NULL,NULL,NULL,'水城县','贵州省六盘水市水城县','3',3,'S',NULL,'1','553000','520200'),('520222','2018-01-30 19:30:19',NULL,NULL,NULL,'盘县','贵州省六盘水市盘县','3',4,'P',NULL,'1','561601','520200'),('520300','2018-01-30 19:30:19',NULL,NULL,NULL,'遵义市','贵州省遵义市','2',3,'Z',NULL,'1','563000','520000'),('520301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','贵州省遵义市市辖区','3',1,'S',NULL,'1',NULL,'520300'),('520302','2018-01-30 19:30:19',NULL,NULL,NULL,'红花岗区','贵州省遵义市红花岗区','3',2,'H',NULL,'1','563000','520300'),('520303','2018-01-30 19:30:19',NULL,NULL,NULL,'汇川区','贵州省遵义市汇川区','3',3,'H',NULL,'1','563000','520300'),('520304','2018-01-30 19:30:19',NULL,NULL,NULL,'播州区','贵州省遵义市播州区','3',4,'B',NULL,'1',NULL,'520300'),('520322','2018-01-30 19:30:19',NULL,NULL,NULL,'桐梓县','贵州省遵义市桐梓县','3',5,'T',NULL,'1','563200','520300'),('520323','2018-01-30 19:30:19',NULL,NULL,NULL,'绥阳县','贵州省遵义市绥阳县','3',6,'S',NULL,'1','563300','520300'),('520324','2018-01-30 19:30:19',NULL,NULL,NULL,'正安县','贵州省遵义市正安县','3',7,'Z',NULL,'1','563400','520300'),('520325','2018-01-30 19:30:19',NULL,NULL,NULL,'道真仡佬族苗族自治县','贵州省遵义市道真仡佬族苗族自治县','3',8,'D',NULL,'1','563500','520300'),('520326','2018-01-30 19:30:19',NULL,NULL,NULL,'务川仡佬族苗族自治县','贵州省遵义市务川仡佬族苗族自治县','3',9,'W',NULL,'1','564300','520300'),('520327','2018-01-30 19:30:19',NULL,NULL,NULL,'凤冈县','贵州省遵义市凤冈县','3',10,'F',NULL,'1','564200','520300'),('520328','2018-01-30 19:30:19',NULL,NULL,NULL,'湄潭县','贵州省遵义市湄潭县','3',11,'Z',NULL,'1','564100','520300'),('520329','2018-01-30 19:30:19',NULL,NULL,NULL,'余庆县','贵州省遵义市余庆县','3',12,'Y',NULL,'1','564400','520300'),('520330','2018-01-30 19:30:19',NULL,NULL,NULL,'习水县','贵州省遵义市习水县','3',13,'X',NULL,'1','564600','520300'),('520381','2018-01-30 19:30:19',NULL,NULL,NULL,'赤水市','贵州省遵义市赤水市','3',14,'C',NULL,'1','564700','520300'),('520382','2018-01-30 19:30:19',NULL,NULL,NULL,'仁怀市','贵州省遵义市仁怀市','3',15,'R',NULL,'1','564500','520300'),('520400','2018-01-30 19:30:19',NULL,NULL,NULL,'安顺市','贵州省安顺市','2',4,'A',NULL,'1','561000','520000'),('520401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','贵州省安顺市市辖区','3',1,'S',NULL,'1',NULL,'520400'),('520402','2018-01-30 19:30:19',NULL,NULL,NULL,'西秀区','贵州省安顺市西秀区','3',2,'X',NULL,'1','561000','520400'),('520403','2018-01-30 19:30:19',NULL,NULL,NULL,'平坝区','贵州省安顺市平坝区','3',3,'P',NULL,'1',NULL,'520400'),('520422','2018-01-30 19:30:19',NULL,NULL,NULL,'普定县','贵州省安顺市普定县','3',4,'P',NULL,'1','562100','520400'),('520423','2018-01-30 19:30:19',NULL,NULL,NULL,'镇宁布依族苗族自治县','贵州省安顺市镇宁布依族苗族自治县','3',5,'Z',NULL,'1','561200','520400'),('520424','2018-01-30 19:30:19',NULL,NULL,NULL,'关岭布依族苗族自治县','贵州省安顺市关岭布依族苗族自治县','3',6,'G',NULL,'1','561300','520400'),('520425','2018-01-30 19:30:19',NULL,NULL,NULL,'紫云苗族布依族自治县','贵州省安顺市紫云苗族布依族自治县','3',7,'Z',NULL,'1','550800','520400'),('520500','2018-01-30 19:30:19',NULL,NULL,NULL,'毕节市','贵州省毕节市','2',5,'B',NULL,'1','551700','520000'),('520501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','贵州省毕节市市辖区','3',1,'S',NULL,'1',NULL,'520500'),('520502','2018-01-30 19:30:19',NULL,NULL,NULL,'七星关区','贵州省毕节市七星关区','3',2,'Q',NULL,'1','551700','520500'),('520521','2018-01-30 19:30:19',NULL,NULL,NULL,'大方县','贵州省毕节市大方县','3',3,'D',NULL,'1','551600','520500'),('520522','2018-01-30 19:30:19',NULL,NULL,NULL,'黔西县','贵州省毕节市黔西县','3',4,'Q',NULL,'1','551500','520500'),('520523','2018-01-30 19:30:19',NULL,NULL,NULL,'金沙县','贵州省毕节市金沙县','3',5,'J',NULL,'1','551800','520500'),('520524','2018-01-30 19:30:19',NULL,NULL,NULL,'织金县','贵州省毕节市织金县','3',6,'Z',NULL,'1','552100','520500'),('520525','2018-01-30 19:30:19',NULL,NULL,NULL,'纳雍县','贵州省毕节市纳雍县','3',7,'N',NULL,'1','553300','520500'),('520526','2018-01-30 19:30:19',NULL,NULL,NULL,'威宁彝族回族苗族自治县','贵州省毕节市威宁彝族回族苗族自治县','3',8,'W',NULL,'1','553100','520500'),('520527','2018-01-30 19:30:19',NULL,NULL,NULL,'赫章县','贵州省毕节市赫章县','3',9,'H',NULL,'1','553200','520500'),('520600','2018-01-30 19:30:19',NULL,NULL,NULL,'铜仁市','贵州省铜仁市','2',6,'T',NULL,'1','554300','520000'),('520601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','贵州省铜仁市市辖区','3',1,'S',NULL,'1',NULL,'520600'),('520602','2018-01-30 19:30:19',NULL,NULL,NULL,'碧江区','贵州省铜仁市碧江区','3',2,'B',NULL,'1','554300','520600'),('520603','2018-01-30 19:30:19',NULL,NULL,NULL,'万山区','贵州省铜仁市万山区','3',3,'W',NULL,'1','554200','520600'),('520621','2018-01-30 19:30:19',NULL,NULL,NULL,'江口县','贵州省铜仁市江口县','3',4,'J',NULL,'1','554400','520600'),('520622','2018-01-30 19:30:19',NULL,NULL,NULL,'玉屏侗族自治县','贵州省铜仁市玉屏侗族自治县','3',5,'Y',NULL,'1','554004','520600'),('520623','2018-01-30 19:30:19',NULL,NULL,NULL,'石阡县','贵州省铜仁市石阡县','3',6,'S',NULL,'1','555100','520600'),('520624','2018-01-30 19:30:19',NULL,NULL,NULL,'思南县','贵州省铜仁市思南县','3',7,'S',NULL,'1','565100','520600'),('520625','2018-01-30 19:30:19',NULL,NULL,NULL,'印江土家族苗族自治县','贵州省铜仁市印江土家族苗族自治县','3',8,'Y',NULL,'1','555200','520600'),('520626','2018-01-30 19:30:19',NULL,NULL,NULL,'德江县','贵州省铜仁市德江县','3',9,'D',NULL,'1','565200','520600'),('520627','2018-01-30 19:30:19',NULL,NULL,NULL,'沿河土家族自治县','贵州省铜仁市沿河土家族自治县','3',10,'Y',NULL,'1','565300','520600'),('520628','2018-01-30 19:30:19',NULL,NULL,NULL,'松桃苗族自治县','贵州省铜仁市松桃苗族自治县','3',11,'S',NULL,'1','554100','520600'),('522300','2018-01-30 19:30:19',NULL,NULL,NULL,'黔西南布依族苗族自治州','贵州省黔西南布依族苗族自治州','2',7,'Q',NULL,'1','562400','520000'),('522301','2018-01-30 19:30:19',NULL,NULL,NULL,'兴义市','贵州省黔西南布依族苗族自治州兴义市','3',1,'X',NULL,'1','562400','522300'),('522322','2018-01-30 19:30:19',NULL,NULL,NULL,'兴仁县','贵州省黔西南布依族苗族自治州兴仁县','3',2,'X',NULL,'1','562300','522300'),('522323','2018-01-30 19:30:19',NULL,NULL,NULL,'普安县','贵州省黔西南布依族苗族自治州普安县','3',3,'P',NULL,'1','561500','522300'),('522324','2018-01-30 19:30:19',NULL,NULL,NULL,'晴隆县','贵州省黔西南布依族苗族自治州晴隆县','3',4,'Q',NULL,'1','561400','522300'),('522325','2018-01-30 19:30:19',NULL,NULL,NULL,'贞丰县','贵州省黔西南布依族苗族自治州贞丰县','3',5,'Z',NULL,'1','562200','522300'),('522326','2018-01-30 19:30:19',NULL,NULL,NULL,'望谟县','贵州省黔西南布依族苗族自治州望谟县','3',6,'W',NULL,'1','552300','522300'),('522327','2018-01-30 19:30:19',NULL,NULL,NULL,'册亨县','贵州省黔西南布依族苗族自治州册亨县','3',7,'C',NULL,'1','552200','522300'),('522328','2018-01-30 19:30:19',NULL,NULL,NULL,'安龙县','贵州省黔西南布依族苗族自治州安龙县','3',8,'A',NULL,'1','552400','522300'),('522600','2018-01-30 19:30:19',NULL,NULL,NULL,'黔东南苗族侗族自治州','贵州省黔东南苗族侗族自治州','2',8,'Q',NULL,'1','556000','520000'),('522601','2018-01-30 19:30:19',NULL,NULL,NULL,'凯里市','贵州省黔东南苗族侗族自治州凯里市','3',1,'K',NULL,'1','556000','522600'),('522622','2018-01-30 19:30:19',NULL,NULL,NULL,'黄平县','贵州省黔东南苗族侗族自治州黄平县','3',2,'H',NULL,'1','556100','522600'),('522623','2018-01-30 19:30:19',NULL,NULL,NULL,'施秉县','贵州省黔东南苗族侗族自治州施秉县','3',3,'S',NULL,'1','556200','522600'),('522624','2018-01-30 19:30:19',NULL,NULL,NULL,'三穗县','贵州省黔东南苗族侗族自治州三穗县','3',4,'S',NULL,'1','556500','522600'),('522625','2018-01-30 19:30:19',NULL,NULL,NULL,'镇远县','贵州省黔东南苗族侗族自治州镇远县','3',5,'Z',NULL,'1','557700','522600'),('522626','2018-01-30 19:30:19',NULL,NULL,NULL,'岑巩县','贵州省黔东南苗族侗族自治州岑巩县','3',6,'Z',NULL,'1','557800','522600'),('522627','2018-01-30 19:30:19',NULL,NULL,NULL,'天柱县','贵州省黔东南苗族侗族自治州天柱县','3',7,'T',NULL,'1','556600','522600'),('522628','2018-01-30 19:30:19',NULL,NULL,NULL,'锦屏县','贵州省黔东南苗族侗族自治州锦屏县','3',8,'J',NULL,'1','556700','522600'),('522629','2018-01-30 19:30:19',NULL,NULL,NULL,'剑河县','贵州省黔东南苗族侗族自治州剑河县','3',9,'J',NULL,'1','556400','522600'),('522630','2018-01-30 19:30:19',NULL,NULL,NULL,'台江县','贵州省黔东南苗族侗族自治州台江县','3',10,'T',NULL,'1','556300','522600'),('522631','2018-01-30 19:30:19',NULL,NULL,NULL,'黎平县','贵州省黔东南苗族侗族自治州黎平县','3',11,'L',NULL,'1','557300','522600'),('522632','2018-01-30 19:30:19',NULL,NULL,NULL,'榕江县','贵州省黔东南苗族侗族自治州榕江县','3',12,'Z',NULL,'1','557200','522600'),('522633','2018-01-30 19:30:19',NULL,NULL,NULL,'从江县','贵州省黔东南苗族侗族自治州从江县','3',13,'C',NULL,'1','557400','522600'),('522634','2018-01-30 19:30:19',NULL,NULL,NULL,'雷山县','贵州省黔东南苗族侗族自治州雷山县','3',14,'L',NULL,'1','557100','522600'),('522635','2018-01-30 19:30:19',NULL,NULL,NULL,'麻江县','贵州省黔东南苗族侗族自治州麻江县','3',15,'M',NULL,'1','557600','522600'),('522636','2018-01-30 19:30:19',NULL,NULL,NULL,'丹寨县','贵州省黔东南苗族侗族自治州丹寨县','3',16,'D',NULL,'1','557500','522600'),('522700','2018-01-30 19:30:19',NULL,NULL,NULL,'黔南布依族苗族自治州','贵州省黔南布依族苗族自治州','2',9,'Q',NULL,'1','558000','520000'),('522701','2018-01-30 19:30:19',NULL,NULL,NULL,'都匀市','贵州省黔南布依族苗族自治州都匀市','3',1,'D',NULL,'1','558000','522700'),('522702','2018-01-30 19:30:19',NULL,NULL,NULL,'福泉市','贵州省黔南布依族苗族自治州福泉市','3',2,'F',NULL,'1','550500','522700'),('522722','2018-01-30 19:30:19',NULL,NULL,NULL,'荔波县','贵州省黔南布依族苗族自治州荔波县','3',3,'L',NULL,'1','558400','522700'),('522723','2018-01-30 19:30:19',NULL,NULL,NULL,'贵定县','贵州省黔南布依族苗族自治州贵定县','3',4,'G',NULL,'1','551300','522700'),('522725','2018-01-30 19:30:19',NULL,NULL,NULL,'瓮安县','贵州省黔南布依族苗族自治州瓮安县','3',5,'W',NULL,'1','550400','522700'),('522726','2018-01-30 19:30:19',NULL,NULL,NULL,'独山县','贵州省黔南布依族苗族自治州独山县','3',6,'D',NULL,'1','558200','522700'),('522727','2018-01-30 19:30:19',NULL,NULL,NULL,'平塘县','贵州省黔南布依族苗族自治州平塘县','3',7,'P',NULL,'1','558300','522700'),('522728','2018-01-30 19:30:19',NULL,NULL,NULL,'罗甸县','贵州省黔南布依族苗族自治州罗甸县','3',8,'L',NULL,'1','550100','522700'),('522729','2018-01-30 19:30:19',NULL,NULL,NULL,'长顺县','贵州省黔南布依族苗族自治州长顺县','3',9,'C',NULL,'1','550700','522700'),('522730','2018-01-30 19:30:19',NULL,NULL,NULL,'龙里县','贵州省黔南布依族苗族自治州龙里县','3',10,'L',NULL,'1','551200','522700'),('522731','2018-01-30 19:30:19',NULL,NULL,NULL,'惠水县','贵州省黔南布依族苗族自治州惠水县','3',11,'H',NULL,'1','550600','522700'),('522732','2018-01-30 19:30:19',NULL,NULL,NULL,'三都水族自治县','贵州省黔南布依族苗族自治州三都水族自治县','3',12,'S',NULL,'1','558100','522700'),('530000','2018-01-30 19:30:19',NULL,NULL,NULL,'云南省','云南省','1',25,'Y',NULL,'1','','100000'),('530100','2018-01-30 19:30:19',NULL,NULL,NULL,'昆明市','云南省昆明市','2',1,'K',NULL,'1','650500','530000'),('530101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省昆明市市辖区','3',1,'S',NULL,'1',NULL,'530100'),('530102','2018-01-30 19:30:19',NULL,NULL,NULL,'五华区','云南省昆明市五华区','3',2,'W',NULL,'1','650021','530100'),('530103','2018-01-30 19:30:19',NULL,NULL,NULL,'盘龙区','云南省昆明市盘龙区','3',3,'P',NULL,'1','650051','530100'),('530111','2018-01-30 19:30:19',NULL,NULL,NULL,'官渡区','云南省昆明市官渡区','3',4,'G',NULL,'1','650200','530100'),('530112','2018-01-30 19:30:19',NULL,NULL,NULL,'西山区','云南省昆明市西山区','3',5,'X',NULL,'1','650118','530100'),('530113','2018-01-30 19:30:19',NULL,NULL,NULL,'东川区','云南省昆明市东川区','3',6,'D',NULL,'1','654100','530100'),('530114','2018-01-30 19:30:19',NULL,NULL,NULL,'呈贡区','云南省昆明市呈贡区','3',7,'C',NULL,'1','650500','530100'),('530122','2018-01-30 19:30:19',NULL,NULL,NULL,'晋宁县','云南省昆明市晋宁县','3',8,'J',NULL,'1','650600','530100'),('530124','2018-01-30 19:30:19',NULL,NULL,NULL,'富民县','云南省昆明市富民县','3',9,'F',NULL,'1','650400','530100'),('530125','2018-01-30 19:30:19',NULL,NULL,NULL,'宜良县','云南省昆明市宜良县','3',10,'Y',NULL,'1','652100','530100'),('530126','2018-01-30 19:30:19',NULL,NULL,NULL,'石林彝族自治县','云南省昆明市石林彝族自治县','3',11,'S',NULL,'1','652200','530100'),('530127','2018-01-30 19:30:19',NULL,NULL,NULL,'嵩明县','云南省昆明市嵩明县','3',12,'Z',NULL,'1','651700','530100'),('530128','2018-01-30 19:30:19',NULL,NULL,NULL,'禄劝彝族苗族自治县','云南省昆明市禄劝彝族苗族自治县','3',13,'L',NULL,'1','651500','530100'),('530129','2018-01-30 19:30:19',NULL,NULL,NULL,'寻甸回族彝族自治县','云南省昆明市寻甸回族彝族自治县','3',14,'X',NULL,'1','655200','530100'),('530181','2018-01-30 19:30:19',NULL,NULL,NULL,'安宁市','云南省昆明市安宁市','3',15,'A',NULL,'1','650300','530100'),('530300','2018-01-30 19:30:19',NULL,NULL,NULL,'曲靖市','云南省曲靖市','2',2,'Q',NULL,'1','655000','530000'),('530301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省曲靖市市辖区','3',1,'S',NULL,'1',NULL,'530300'),('530302','2018-01-30 19:30:19',NULL,NULL,NULL,'麒麟区','云南省曲靖市麒麟区','3',2,'Z',NULL,'1','655000','530300'),('530303','2018-01-30 19:30:19',NULL,NULL,NULL,'沾益区','云南省曲靖市沾益区','3',3,'Z',NULL,'1',NULL,'530300'),('530321','2018-01-30 19:30:19',NULL,NULL,NULL,'马龙县','云南省曲靖市马龙县','3',4,'M',NULL,'1','655100','530300'),('530322','2018-01-30 19:30:19',NULL,NULL,NULL,'陆良县','云南省曲靖市陆良县','3',5,'L',NULL,'1','655600','530300'),('530323','2018-01-30 19:30:19',NULL,NULL,NULL,'师宗县','云南省曲靖市师宗县','3',6,'S',NULL,'1','655700','530300'),('530324','2018-01-30 19:30:19',NULL,NULL,NULL,'罗平县','云南省曲靖市罗平县','3',7,'L',NULL,'1','655800','530300'),('530325','2018-01-30 19:30:19',NULL,NULL,NULL,'富源县','云南省曲靖市富源县','3',8,'F',NULL,'1','655500','530300'),('530326','2018-01-30 19:30:19',NULL,NULL,NULL,'会泽县','云南省曲靖市会泽县','3',9,'H',NULL,'1','654200','530300'),('530381','2018-01-30 19:30:19',NULL,NULL,NULL,'宣威市','云南省曲靖市宣威市','3',10,'X',NULL,'1','655400','530300'),('530400','2018-01-30 19:30:19',NULL,NULL,NULL,'玉溪市','云南省玉溪市','2',3,'Y',NULL,'1','653100','530000'),('530401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省玉溪市市辖区','3',1,'S',NULL,'1',NULL,'530400'),('530402','2018-01-30 19:30:19',NULL,NULL,NULL,'红塔区','云南省玉溪市红塔区','3',2,'H',NULL,'1','653100','530400'),('530403','2018-01-30 19:30:19',NULL,NULL,NULL,'江川区','云南省玉溪市江川区','3',3,'J',NULL,'1',NULL,'530400'),('530422','2018-01-30 19:30:19',NULL,NULL,NULL,'澄江县','云南省玉溪市澄江县','3',4,'C',NULL,'1','652500','530400'),('530423','2018-01-30 19:30:19',NULL,NULL,NULL,'通海县','云南省玉溪市通海县','3',5,'T',NULL,'1','652700','530400'),('530424','2018-01-30 19:30:19',NULL,NULL,NULL,'华宁县','云南省玉溪市华宁县','3',6,'H',NULL,'1','652800','530400'),('530425','2018-01-30 19:30:19',NULL,NULL,NULL,'易门县','云南省玉溪市易门县','3',7,'Y',NULL,'1','651100','530400'),('530426','2018-01-30 19:30:19',NULL,NULL,NULL,'峨山彝族自治县','云南省玉溪市峨山彝族自治县','3',8,'E',NULL,'1','653200','530400'),('530427','2018-01-30 19:30:19',NULL,NULL,NULL,'新平彝族傣族自治县','云南省玉溪市新平彝族傣族自治县','3',9,'X',NULL,'1','653400','530400'),('530428','2018-01-30 19:30:19',NULL,NULL,NULL,'元江哈尼族彝族傣族自治县','云南省玉溪市元江哈尼族彝族傣族自治县','3',10,'Y',NULL,'1','653300','530400'),('530500','2018-01-30 19:30:19',NULL,NULL,NULL,'保山市','云南省保山市','2',4,'B',NULL,'1','678000','530000'),('530501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省保山市市辖区','3',1,'S',NULL,'1',NULL,'530500'),('530502','2018-01-30 19:30:19',NULL,NULL,NULL,'隆阳区','云南省保山市隆阳区','3',2,'L',NULL,'1','678000','530500'),('530521','2018-01-30 19:30:19',NULL,NULL,NULL,'施甸县','云南省保山市施甸县','3',3,'S',NULL,'1','678200','530500'),('530523','2018-01-30 19:30:19',NULL,NULL,NULL,'龙陵县','云南省保山市龙陵县','3',4,'L',NULL,'1','678300','530500'),('530524','2018-01-30 19:30:19',NULL,NULL,NULL,'昌宁县','云南省保山市昌宁县','3',5,'C',NULL,'1','678100','530500'),('530581','2018-01-30 19:30:19',NULL,NULL,NULL,'腾冲市','云南省保山市腾冲市','3',6,'T',NULL,'1',NULL,'530500'),('530600','2018-01-30 19:30:19',NULL,NULL,NULL,'昭通市','云南省昭通市','2',5,'Z',NULL,'1','657000','530000'),('530601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省昭通市市辖区','3',1,'S',NULL,'1',NULL,'530600'),('530602','2018-01-30 19:30:19',NULL,NULL,NULL,'昭阳区','云南省昭通市昭阳区','3',2,'Z',NULL,'1','657000','530600'),('530621','2018-01-30 19:30:19',NULL,NULL,NULL,'鲁甸县','云南省昭通市鲁甸县','3',3,'L',NULL,'1','657100','530600'),('530622','2018-01-30 19:30:19',NULL,NULL,NULL,'巧家县','云南省昭通市巧家县','3',4,'Q',NULL,'1','654600','530600'),('530623','2018-01-30 19:30:19',NULL,NULL,NULL,'盐津县','云南省昭通市盐津县','3',5,'Y',NULL,'1','657500','530600'),('530624','2018-01-30 19:30:19',NULL,NULL,NULL,'大关县','云南省昭通市大关县','3',6,'D',NULL,'1','657400','530600'),('530625','2018-01-30 19:30:19',NULL,NULL,NULL,'永善县','云南省昭通市永善县','3',7,'Y',NULL,'1','657300','530600'),('530626','2018-01-30 19:30:19',NULL,NULL,NULL,'绥江县','云南省昭通市绥江县','3',8,'S',NULL,'1','657700','530600'),('530627','2018-01-30 19:30:19',NULL,NULL,NULL,'镇雄县','云南省昭通市镇雄县','3',9,'Z',NULL,'1','657200','530600'),('530628','2018-01-30 19:30:19',NULL,NULL,NULL,'彝良县','云南省昭通市彝良县','3',10,'Y',NULL,'1','657600','530600'),('530629','2018-01-30 19:30:19',NULL,NULL,NULL,'威信县','云南省昭通市威信县','3',11,'W',NULL,'1','657900','530600'),('530630','2018-01-30 19:30:19',NULL,NULL,NULL,'水富县','云南省昭通市水富县','3',12,'S',NULL,'1','657800','530600'),('530700','2018-01-30 19:30:19',NULL,NULL,NULL,'丽江市','云南省丽江市','2',6,'L',NULL,'1','674100','530000'),('530701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省丽江市市辖区','3',1,'S',NULL,'1',NULL,'530700'),('530702','2018-01-30 19:30:19',NULL,NULL,NULL,'古城区','云南省丽江市古城区','3',2,'G',NULL,'1','674100','530700'),('530721','2018-01-30 19:30:19',NULL,NULL,NULL,'玉龙纳西族自治县','云南省丽江市玉龙纳西族自治县','3',3,'Y',NULL,'1','674100','530700'),('530722','2018-01-30 19:30:19',NULL,NULL,NULL,'永胜县','云南省丽江市永胜县','3',4,'Y',NULL,'1','674200','530700'),('530723','2018-01-30 19:30:19',NULL,NULL,NULL,'华坪县','云南省丽江市华坪县','3',5,'H',NULL,'1','674800','530700'),('530724','2018-01-30 19:30:19',NULL,NULL,NULL,'宁蒗彝族自治县','云南省丽江市宁蒗彝族自治县','3',6,'N',NULL,'1','674300','530700'),('530800','2018-01-30 19:30:19',NULL,NULL,NULL,'普洱市','云南省普洱市','2',7,'P',NULL,'1','665000','530000'),('530801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省普洱市市辖区','3',1,'S',NULL,'1',NULL,'530800'),('530802','2018-01-30 19:30:19',NULL,NULL,NULL,'思茅区','云南省普洱市思茅区','3',2,'S',NULL,'1','665000','530800'),('530821','2018-01-30 19:30:19',NULL,NULL,NULL,'宁洱哈尼族彝族自治县','云南省普洱市宁洱哈尼族彝族自治县','3',3,'N',NULL,'1','665100','530800'),('530822','2018-01-30 19:30:19',NULL,NULL,NULL,'墨江哈尼族自治县','云南省普洱市墨江哈尼族自治县','3',4,'M',NULL,'1','654800','530800'),('530823','2018-01-30 19:30:19',NULL,NULL,NULL,'景东彝族自治县','云南省普洱市景东彝族自治县','3',5,'J',NULL,'1','676200','530800'),('530824','2018-01-30 19:30:19',NULL,NULL,NULL,'景谷傣族彝族自治县','云南省普洱市景谷傣族彝族自治县','3',6,'J',NULL,'1','666400','530800'),('530825','2018-01-30 19:30:19',NULL,NULL,NULL,'镇沅彝族哈尼族拉祜族自治县','云南省普洱市镇沅彝族哈尼族拉祜族自治县','3',7,'Z',NULL,'1','666500','530800'),('530826','2018-01-30 19:30:19',NULL,NULL,NULL,'江城哈尼族彝族自治县','云南省普洱市江城哈尼族彝族自治县','3',8,'J',NULL,'1','665900','530800'),('530827','2018-01-30 19:30:19',NULL,NULL,NULL,'孟连傣族拉祜族佤族自治县','云南省普洱市孟连傣族拉祜族佤族自治县','3',9,'M',NULL,'1','665800','530800'),('530828','2018-01-30 19:30:19',NULL,NULL,NULL,'澜沧拉祜族自治县','云南省普洱市澜沧拉祜族自治县','3',10,'L',NULL,'1','665600','530800'),('530829','2018-01-30 19:30:19',NULL,NULL,NULL,'西盟佤族自治县','云南省普洱市西盟佤族自治县','3',11,'X',NULL,'1','665700','530800'),('530900','2018-01-30 19:30:19',NULL,NULL,NULL,'临沧市','云南省临沧市','2',8,'L',NULL,'1','677000','530000'),('530901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','云南省临沧市市辖区','3',1,'S',NULL,'1',NULL,'530900'),('530902','2018-01-30 19:30:19',NULL,NULL,NULL,'临翔区','云南省临沧市临翔区','3',2,'L',NULL,'1','677000','530900'),('530921','2018-01-30 19:30:19',NULL,NULL,NULL,'凤庆县','云南省临沧市凤庆县','3',3,'F',NULL,'1','675900','530900'),('530922','2018-01-30 19:30:19',NULL,NULL,NULL,'云县','云南省临沧市云县','3',4,'Y',NULL,'1','675800','530900'),('530923','2018-01-30 19:30:19',NULL,NULL,NULL,'永德县','云南省临沧市永德县','3',5,'Y',NULL,'1','677600','530900'),('530924','2018-01-30 19:30:19',NULL,NULL,NULL,'镇康县','云南省临沧市镇康县','3',6,'Z',NULL,'1','677704','530900'),('530925','2018-01-30 19:30:19',NULL,NULL,NULL,'双江拉祜族佤族布朗族傣族自治县','云南省临沧市双江拉祜族佤族布朗族傣族自治县','3',7,'S',NULL,'1','677300','530900'),('530926','2018-01-30 19:30:19',NULL,NULL,NULL,'耿马傣族佤族自治县','云南省临沧市耿马傣族佤族自治县','3',8,'G',NULL,'1','677500','530900'),('530927','2018-01-30 19:30:19',NULL,NULL,NULL,'沧源佤族自治县','云南省临沧市沧源佤族自治县','3',9,'C',NULL,'1','677400','530900'),('532300','2018-01-30 19:30:19',NULL,NULL,NULL,'楚雄彝族自治州','云南省楚雄彝族自治州','2',9,'C',NULL,'1','675000','530000'),('532301','2018-01-30 19:30:19',NULL,NULL,NULL,'楚雄市','云南省楚雄彝族自治州楚雄市','3',1,'C',NULL,'1','675000','532300'),('532322','2018-01-30 19:30:19',NULL,NULL,NULL,'双柏县','云南省楚雄彝族自治州双柏县','3',2,'S',NULL,'1','675100','532300'),('532323','2018-01-30 19:30:19',NULL,NULL,NULL,'牟定县','云南省楚雄彝族自治州牟定县','3',3,'M',NULL,'1','675500','532300'),('532324','2018-01-30 19:30:19',NULL,NULL,NULL,'南华县','云南省楚雄彝族自治州南华县','3',4,'N',NULL,'1','675200','532300'),('532325','2018-01-30 19:30:19',NULL,NULL,NULL,'姚安县','云南省楚雄彝族自治州姚安县','3',5,'Y',NULL,'1','675300','532300'),('532326','2018-01-30 19:30:19',NULL,NULL,NULL,'大姚县','云南省楚雄彝族自治州大姚县','3',6,'D',NULL,'1','675400','532300'),('532327','2018-01-30 19:30:19',NULL,NULL,NULL,'永仁县','云南省楚雄彝族自治州永仁县','3',7,'Y',NULL,'1','651400','532300'),('532328','2018-01-30 19:30:19',NULL,NULL,NULL,'元谋县','云南省楚雄彝族自治州元谋县','3',8,'Y',NULL,'1','651300','532300'),('532329','2018-01-30 19:30:19',NULL,NULL,NULL,'武定县','云南省楚雄彝族自治州武定县','3',9,'W',NULL,'1','651600','532300'),('532331','2018-01-30 19:30:19',NULL,NULL,NULL,'禄丰县','云南省楚雄彝族自治州禄丰县','3',10,'L',NULL,'1','651200','532300'),('532500','2018-01-30 19:30:19',NULL,NULL,NULL,'红河哈尼族彝族自治州','云南省红河哈尼族彝族自治州','2',10,'H',NULL,'1','661400','530000'),('532501','2018-01-30 19:30:19',NULL,NULL,NULL,'个旧市','云南省红河哈尼族彝族自治州个旧市','3',1,'G',NULL,'1','661000','532500'),('532502','2018-01-30 19:30:19',NULL,NULL,NULL,'开远市','云南省红河哈尼族彝族自治州开远市','3',2,'K',NULL,'1','661600','532500'),('532503','2018-01-30 19:30:19',NULL,NULL,NULL,'蒙自市','云南省红河哈尼族彝族自治州蒙自市','3',3,'M',NULL,'1','661101','532500'),('532504','2018-01-30 19:30:19',NULL,NULL,NULL,'弥勒市','云南省红河哈尼族彝族自治州弥勒市','3',4,'M',NULL,'1','652300','532500'),('532523','2018-01-30 19:30:19',NULL,NULL,NULL,'屏边苗族自治县','云南省红河哈尼族彝族自治州屏边苗族自治县','3',5,'P',NULL,'1','661200','532500'),('532524','2018-01-30 19:30:19',NULL,NULL,NULL,'建水县','云南省红河哈尼族彝族自治州建水县','3',6,'J',NULL,'1','654300','532500'),('532525','2018-01-30 19:30:19',NULL,NULL,NULL,'石屏县','云南省红河哈尼族彝族自治州石屏县','3',7,'S',NULL,'1','662200','532500'),('532527','2018-01-30 19:30:19',NULL,NULL,NULL,'泸西县','云南省红河哈尼族彝族自治州泸西县','3',8,'Z',NULL,'1','652400','532500'),('532528','2018-01-30 19:30:19',NULL,NULL,NULL,'元阳县','云南省红河哈尼族彝族自治州元阳县','3',9,'Y',NULL,'1','662400','532500'),('532529','2018-01-30 19:30:19',NULL,NULL,NULL,'红河县','云南省红河哈尼族彝族自治州红河县','3',10,'H',NULL,'1','654400','532500'),('532530','2018-01-30 19:30:19',NULL,NULL,NULL,'金平苗族瑶族傣族自治县','云南省红河哈尼族彝族自治州金平苗族瑶族傣族自治县','3',11,'J',NULL,'1','661500','532500'),('532531','2018-01-30 19:30:19',NULL,NULL,NULL,'绿春县','云南省红河哈尼族彝族自治州绿春县','3',12,'L',NULL,'1','662500','532500'),('532532','2018-01-30 19:30:19',NULL,NULL,NULL,'河口瑶族自治县','云南省红河哈尼族彝族自治州河口瑶族自治县','3',13,'H',NULL,'1','661300','532500'),('532600','2018-01-30 19:30:19',NULL,NULL,NULL,'文山壮族苗族自治州','云南省文山壮族苗族自治州','2',11,'W',NULL,'1','663000','530000'),('532601','2018-01-30 19:30:19',NULL,NULL,NULL,'文山市','云南省文山壮族苗族自治州文山市','3',1,'W',NULL,'1','663000','532600'),('532622','2018-01-30 19:30:19',NULL,NULL,NULL,'砚山县','云南省文山壮族苗族自治州砚山县','3',2,'Y',NULL,'1','663100','532600'),('532623','2018-01-30 19:30:19',NULL,NULL,NULL,'西畴县','云南省文山壮族苗族自治州西畴县','3',3,'X',NULL,'1','663500','532600'),('532624','2018-01-30 19:30:19',NULL,NULL,NULL,'麻栗坡县','云南省文山壮族苗族自治州麻栗坡县','3',4,'M',NULL,'1','663600','532600'),('532625','2018-01-30 19:30:19',NULL,NULL,NULL,'马关县','云南省文山壮族苗族自治州马关县','3',5,'M',NULL,'1','663700','532600'),('532626','2018-01-30 19:30:19',NULL,NULL,NULL,'丘北县','云南省文山壮族苗族自治州丘北县','3',6,'Q',NULL,'1','663200','532600'),('532627','2018-01-30 19:30:19',NULL,NULL,NULL,'广南县','云南省文山壮族苗族自治州广南县','3',7,'G',NULL,'1','663300','532600'),('532628','2018-01-30 19:30:19',NULL,NULL,NULL,'富宁县','云南省文山壮族苗族自治州富宁县','3',8,'F',NULL,'1','663400','532600'),('532800','2018-01-30 19:30:19',NULL,NULL,NULL,'西双版纳傣族自治州','云南省西双版纳傣族自治州','2',12,'X',NULL,'1','666100','530000'),('532801','2018-01-30 19:30:19',NULL,NULL,NULL,'景洪市','云南省西双版纳傣族自治州景洪市','3',1,'J',NULL,'1','666100','532800'),('532822','2018-01-30 19:30:19',NULL,NULL,NULL,'勐海县','云南省西双版纳傣族自治州勐海县','3',2,'Z',NULL,'1','666200','532800'),('532823','2018-01-30 19:30:19',NULL,NULL,NULL,'勐腊县','云南省西双版纳傣族自治州勐腊县','3',3,'Z',NULL,'1','666300','532800'),('532900','2018-01-30 19:30:19',NULL,NULL,NULL,'大理白族自治州','云南省大理白族自治州','2',13,'D',NULL,'1','671000','530000'),('532901','2018-01-30 19:30:19',NULL,NULL,NULL,'大理市','云南省大理白族自治州大理市','3',1,'D',NULL,'1','671000','532900'),('532922','2018-01-30 19:30:19',NULL,NULL,NULL,'漾濞彝族自治县','云南省大理白族自治州漾濞彝族自治县','3',2,'Y',NULL,'1','672500','532900'),('532923','2018-01-30 19:30:19',NULL,NULL,NULL,'祥云县','云南省大理白族自治州祥云县','3',3,'X',NULL,'1','672100','532900'),('532924','2018-01-30 19:30:19',NULL,NULL,NULL,'宾川县','云南省大理白族自治州宾川县','3',4,'B',NULL,'1','671600','532900'),('532925','2018-01-30 19:30:19',NULL,NULL,NULL,'弥渡县','云南省大理白族自治州弥渡县','3',5,'M',NULL,'1','675600','532900'),('532926','2018-01-30 19:30:19',NULL,NULL,NULL,'南涧彝族自治县','云南省大理白族自治州南涧彝族自治县','3',6,'N',NULL,'1','675700','532900'),('532927','2018-01-30 19:30:19',NULL,NULL,NULL,'巍山彝族回族自治县','云南省大理白族自治州巍山彝族回族自治县','3',7,'W',NULL,'1','672400','532900'),('532928','2018-01-30 19:30:19',NULL,NULL,NULL,'永平县','云南省大理白族自治州永平县','3',8,'Y',NULL,'1','672600','532900'),('532929','2018-01-30 19:30:19',NULL,NULL,NULL,'云龙县','云南省大理白族自治州云龙县','3',9,'Y',NULL,'1','672700','532900'),('532930','2018-01-30 19:30:19',NULL,NULL,NULL,'洱源县','云南省大理白族自治州洱源县','3',10,'E',NULL,'1','671200','532900'),('532931','2018-01-30 19:30:19',NULL,NULL,NULL,'剑川县','云南省大理白族自治州剑川县','3',11,'J',NULL,'1','671300','532900'),('532932','2018-01-30 19:30:19',NULL,NULL,NULL,'鹤庆县','云南省大理白族自治州鹤庆县','3',12,'H',NULL,'1','671500','532900'),('533100','2018-01-30 19:30:19',NULL,NULL,NULL,'德宏傣族景颇族自治州','云南省德宏傣族景颇族自治州','2',14,'D',NULL,'1','678400','530000'),('533102','2018-01-30 19:30:19',NULL,NULL,NULL,'瑞丽市','云南省德宏傣族景颇族自治州瑞丽市','3',1,'R',NULL,'1','678600','533100'),('533103','2018-01-30 19:30:19',NULL,NULL,NULL,'芒市','云南省德宏傣族景颇族自治州芒市','3',2,'M',NULL,'1','678400','533100'),('533122','2018-01-30 19:30:19',NULL,NULL,NULL,'梁河县','云南省德宏傣族景颇族自治州梁河县','3',3,'L',NULL,'1','679200','533100'),('533123','2018-01-30 19:30:19',NULL,NULL,NULL,'盈江县','云南省德宏傣族景颇族自治州盈江县','3',4,'Y',NULL,'1','679300','533100'),('533124','2018-01-30 19:30:19',NULL,NULL,NULL,'陇川县','云南省德宏傣族景颇族自治州陇川县','3',5,'L',NULL,'1','678700','533100'),('533300','2018-01-30 19:30:19',NULL,NULL,NULL,'怒江傈僳族自治州','云南省怒江傈僳族自治州','2',15,'N',NULL,'1','673100','530000'),('533301','2018-01-30 19:30:19',NULL,NULL,NULL,'泸水市','云南省怒江傈僳族自治州泸水市','3',1,'Z',NULL,'1',NULL,'533300'),('533323','2018-01-30 19:30:19',NULL,NULL,NULL,'福贡县','云南省怒江傈僳族自治州福贡县','3',2,'F',NULL,'1','673400','533300'),('533324','2018-01-30 19:30:19',NULL,NULL,NULL,'贡山独龙族怒族自治县','云南省怒江傈僳族自治州贡山独龙族怒族自治县','3',3,'G',NULL,'1','673500','533300'),('533325','2018-01-30 19:30:19',NULL,NULL,NULL,'兰坪白族普米族自治县','云南省怒江傈僳族自治州兰坪白族普米族自治县','3',4,'L',NULL,'1','671400','533300'),('533400','2018-01-30 19:30:19',NULL,NULL,NULL,'迪庆藏族自治州','云南省迪庆藏族自治州','2',16,'D',NULL,'1','674400','530000'),('533401','2018-01-30 19:30:19',NULL,NULL,NULL,'香格里拉市','云南省迪庆藏族自治州香格里拉市','3',1,'X',NULL,'1',NULL,'533400'),('533422','2018-01-30 19:30:19',NULL,NULL,NULL,'德钦县','云南省迪庆藏族自治州德钦县','3',2,'D',NULL,'1','674500','533400'),('533423','2018-01-30 19:30:19',NULL,NULL,NULL,'维西傈僳族自治县','云南省迪庆藏族自治州维西傈僳族自治县','3',3,'W',NULL,'1','674600','533400'),('540000','2018-01-30 19:30:19',NULL,NULL,NULL,'西藏自治区','西藏自治区','1',26,'X',NULL,'1','','100000'),('540100','2018-01-30 19:30:19',NULL,NULL,NULL,'拉萨市','西藏自治区拉萨市','2',1,'L',NULL,'1','850000','540000'),('540101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','西藏自治区拉萨市市辖区','3',1,'S',NULL,'1',NULL,'540100'),('540102','2018-01-30 19:30:19',NULL,NULL,NULL,'城关区','西藏自治区拉萨市城关区','3',2,'C',NULL,'1','850000','540100'),('540103','2018-01-30 19:30:19',NULL,NULL,NULL,'堆龙德庆区','西藏自治区拉萨市堆龙德庆区','3',3,'D',NULL,'1',NULL,'540100'),('540121','2018-01-30 19:30:19',NULL,NULL,NULL,'林周县','西藏自治区拉萨市林周县','3',4,'L',NULL,'1','851600','540100'),('540122','2018-01-30 19:30:19',NULL,NULL,NULL,'当雄县','西藏自治区拉萨市当雄县','3',5,'D',NULL,'1','851500','540100'),('540123','2018-01-30 19:30:19',NULL,NULL,NULL,'尼木县','西藏自治区拉萨市尼木县','3',6,'N',NULL,'1','851300','540100'),('540124','2018-01-30 19:30:19',NULL,NULL,NULL,'曲水县','西藏自治区拉萨市曲水县','3',7,'Q',NULL,'1','850600','540100'),('540126','2018-01-30 19:30:19',NULL,NULL,NULL,'达孜县','西藏自治区拉萨市达孜县','3',8,'D',NULL,'1','850100','540100'),('540127','2018-01-30 19:30:19',NULL,NULL,NULL,'墨竹工卡县','西藏自治区拉萨市墨竹工卡县','3',9,'M',NULL,'1','850200','540100'),('540200','2018-01-30 19:30:19',NULL,NULL,NULL,'日喀则市','西藏自治区日喀则市','2',2,'R',NULL,'1','857000','540000'),('540202','2018-01-30 19:30:19',NULL,NULL,NULL,'桑珠孜区','西藏自治区日喀则市桑珠孜区','3',1,'S',NULL,'1','857000','540200'),('540221','2018-01-30 19:30:19',NULL,NULL,NULL,'南木林县','西藏自治区日喀则市南木林县','3',2,'N',NULL,'1','857100','540200'),('540222','2018-01-30 19:30:19',NULL,NULL,NULL,'江孜县','西藏自治区日喀则市江孜县','3',3,'J',NULL,'1','857400','540200'),('540223','2018-01-30 19:30:19',NULL,NULL,NULL,'定日县','西藏自治区日喀则市定日县','3',4,'D',NULL,'1','858200','540200'),('540224','2018-01-30 19:30:19',NULL,NULL,NULL,'萨迦县','西藏自治区日喀则市萨迦县','3',5,'S',NULL,'1','857800','540200'),('540225','2018-01-30 19:30:19',NULL,NULL,NULL,'拉孜县','西藏自治区日喀则市拉孜县','3',6,'L',NULL,'1','858100','540200'),('540226','2018-01-30 19:30:19',NULL,NULL,NULL,'昂仁县','西藏自治区日喀则市昂仁县','3',7,'A',NULL,'1','858500','540200'),('540227','2018-01-30 19:30:19',NULL,NULL,NULL,'谢通门县','西藏自治区日喀则市谢通门县','3',8,'X',NULL,'1','858900','540200'),('540228','2018-01-30 19:30:19',NULL,NULL,NULL,'白朗县','西藏自治区日喀则市白朗县','3',9,'B',NULL,'1','857300','540200'),('540229','2018-01-30 19:30:19',NULL,NULL,NULL,'仁布县','西藏自治区日喀则市仁布县','3',10,'R',NULL,'1','857200','540200'),('540230','2018-01-30 19:30:19',NULL,NULL,NULL,'康马县','西藏自治区日喀则市康马县','3',11,'K',NULL,'1','857500','540200'),('540231','2018-01-30 19:30:19',NULL,NULL,NULL,'定结县','西藏自治区日喀则市定结县','3',12,'D',NULL,'1','857900','540200'),('540232','2018-01-30 19:30:19',NULL,NULL,NULL,'仲巴县','西藏自治区日喀则市仲巴县','3',13,'Z',NULL,'1','858800','540200'),('540233','2018-01-30 19:30:19',NULL,NULL,NULL,'亚东县','西藏自治区日喀则市亚东县','3',14,'Y',NULL,'1','857600','540200'),('540234','2018-01-30 19:30:19',NULL,NULL,NULL,'吉隆县','西藏自治区日喀则市吉隆县','3',15,'J',NULL,'1','858700','540200'),('540235','2018-01-30 19:30:19',NULL,NULL,NULL,'聂拉木县','西藏自治区日喀则市聂拉木县','3',16,'N',NULL,'1','858300','540200'),('540236','2018-01-30 19:30:19',NULL,NULL,NULL,'萨嘎县','西藏自治区日喀则市萨嘎县','3',17,'S',NULL,'1','857800','540200'),('540237','2018-01-30 19:30:19',NULL,NULL,NULL,'岗巴县','西藏自治区日喀则市岗巴县','3',18,'G',NULL,'1','857700','540200'),('540300','2018-01-30 19:30:19',NULL,NULL,NULL,'昌都市','西藏自治区昌都市','2',3,'C',NULL,'1','854000','540000'),('540302','2018-01-30 19:30:19',NULL,NULL,NULL,'卡若区','西藏自治区昌都市卡若区','3',1,'K',NULL,'1','854000','540300'),('540321','2018-01-30 19:30:19',NULL,NULL,NULL,'江达县','西藏自治区昌都市江达县','3',2,'J',NULL,'1','854100','540300'),('540322','2018-01-30 19:30:19',NULL,NULL,NULL,'贡觉县','西藏自治区昌都市贡觉县','3',3,'G',NULL,'1','854200','540300'),('540323','2018-01-30 19:30:19',NULL,NULL,NULL,'类乌齐县','西藏自治区昌都市类乌齐县','3',4,'L',NULL,'1','855600','540300'),('540324','2018-01-30 19:30:19',NULL,NULL,NULL,'丁青县','西藏自治区昌都市丁青县','3',5,'D',NULL,'1','855700','540300'),('540325','2018-01-30 19:30:19',NULL,NULL,NULL,'察雅县','西藏自治区昌都市察雅县','3',6,'C',NULL,'1','854300','540300'),('540326','2018-01-30 19:30:19',NULL,NULL,NULL,'八宿县','西藏自治区昌都市八宿县','3',7,'B',NULL,'1','854600','540300'),('540327','2018-01-30 19:30:19',NULL,NULL,NULL,'左贡县','西藏自治区昌都市左贡县','3',8,'Z',NULL,'1','854400','540300'),('540328','2018-01-30 19:30:19',NULL,NULL,NULL,'芒康县','西藏自治区昌都市芒康县','3',9,'M',NULL,'1','854500','540300'),('540329','2018-01-30 19:30:19',NULL,NULL,NULL,'洛隆县','西藏自治区昌都市洛隆县','3',10,'L',NULL,'1','855400','540300'),('540330','2018-01-30 19:30:19',NULL,NULL,NULL,'边坝县','西藏自治区昌都市边坝县','3',11,'B',NULL,'1','855500','540300'),('540400','2018-01-30 19:30:19',NULL,NULL,NULL,'林芝市','西藏自治区林芝市','2',4,'L',NULL,'1',NULL,'540000'),('540402','2018-01-30 19:30:19',NULL,NULL,NULL,'巴宜区','西藏自治区林芝市巴宜区','3',1,'B',NULL,'1',NULL,'540400'),('540421','2018-01-30 19:30:19',NULL,NULL,NULL,'工布江达县','西藏自治区林芝市工布江达县','3',2,'G',NULL,'1',NULL,'540400'),('540422','2018-01-30 19:30:19',NULL,NULL,NULL,'米林县','西藏自治区林芝市米林县','3',3,'M',NULL,'1',NULL,'540400'),('540423','2018-01-30 19:30:19',NULL,NULL,NULL,'墨脱县','西藏自治区林芝市墨脱县','3',4,'M',NULL,'1',NULL,'540400'),('540424','2018-01-30 19:30:19',NULL,NULL,NULL,'波密县','西藏自治区林芝市波密县','3',5,'B',NULL,'1',NULL,'540400'),('540425','2018-01-30 19:30:19',NULL,NULL,NULL,'察隅县','西藏自治区林芝市察隅县','3',6,'C',NULL,'1',NULL,'540400'),('540426','2018-01-30 19:30:19',NULL,NULL,NULL,'朗县','西藏自治区林芝市朗县','3',7,'L',NULL,'1',NULL,'540400'),('540500','2018-01-30 19:30:19',NULL,NULL,NULL,'山南市','西藏自治区山南市','2',5,'S',NULL,'1',NULL,'540000'),('540501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','西藏自治区山南市市辖区','3',1,'S',NULL,'1',NULL,'540500'),('540502','2018-01-30 19:30:19',NULL,NULL,NULL,'乃东区','西藏自治区山南市乃东区','3',2,'N',NULL,'1',NULL,'540500'),('540521','2018-01-30 19:30:19',NULL,NULL,NULL,'扎囊县','西藏自治区山南市扎囊县','3',3,'Z',NULL,'1',NULL,'540500'),('540522','2018-01-30 19:30:19',NULL,NULL,NULL,'贡嘎县','西藏自治区山南市贡嘎县','3',4,'G',NULL,'1',NULL,'540500'),('540523','2018-01-30 19:30:19',NULL,NULL,NULL,'桑日县','西藏自治区山南市桑日县','3',5,'S',NULL,'1',NULL,'540500'),('540524','2018-01-30 19:30:19',NULL,NULL,NULL,'琼结县','西藏自治区山南市琼结县','3',6,'Q',NULL,'1',NULL,'540500'),('540525','2018-01-30 19:30:19',NULL,NULL,NULL,'曲松县','西藏自治区山南市曲松县','3',7,'Q',NULL,'1',NULL,'540500'),('540526','2018-01-30 19:30:19',NULL,NULL,NULL,'措美县','西藏自治区山南市措美县','3',8,'C',NULL,'1',NULL,'540500'),('540527','2018-01-30 19:30:19',NULL,NULL,NULL,'洛扎县','西藏自治区山南市洛扎县','3',9,'L',NULL,'1',NULL,'540500'),('540528','2018-01-30 19:30:19',NULL,NULL,NULL,'加查县','西藏自治区山南市加查县','3',10,'J',NULL,'1',NULL,'540500'),('540529','2018-01-30 19:30:19',NULL,NULL,NULL,'隆子县','西藏自治区山南市隆子县','3',11,'L',NULL,'1',NULL,'540500'),('540530','2018-01-30 19:30:19',NULL,NULL,NULL,'错那县','西藏自治区山南市错那县','3',12,'C',NULL,'1',NULL,'540500'),('540531','2018-01-30 19:30:19',NULL,NULL,NULL,'浪卡子县','西藏自治区山南市浪卡子县','3',13,'L',NULL,'1',NULL,'540500'),('542400','2018-01-30 19:30:19',NULL,NULL,NULL,'那曲地区','西藏自治区那曲地区','2',6,'N',NULL,'1','852000','540000'),('542421','2018-01-30 19:30:19',NULL,NULL,NULL,'那曲县','西藏自治区那曲地区那曲县','3',1,'N',NULL,'1','852000','542400'),('542422','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉黎县','西藏自治区那曲地区嘉黎县','3',2,'J',NULL,'1','852400','542400'),('542423','2018-01-30 19:30:19',NULL,NULL,NULL,'比如县','西藏自治区那曲地区比如县','3',3,'B',NULL,'1','852300','542400'),('542424','2018-01-30 19:30:19',NULL,NULL,NULL,'聂荣县','西藏自治区那曲地区聂荣县','3',4,'N',NULL,'1','853500','542400'),('542425','2018-01-30 19:30:19',NULL,NULL,NULL,'安多县','西藏自治区那曲地区安多县','3',5,'A',NULL,'1','853400','542400'),('542426','2018-01-30 19:30:19',NULL,NULL,NULL,'申扎县','西藏自治区那曲地区申扎县','3',6,'S',NULL,'1','853100','542400'),('542427','2018-01-30 19:30:19',NULL,NULL,NULL,'索县','西藏自治区那曲地区索县','3',7,'S',NULL,'1','852200','542400'),('542428','2018-01-30 19:30:19',NULL,NULL,NULL,'班戈县','西藏自治区那曲地区班戈县','3',8,'B',NULL,'1','852500','542400'),('542429','2018-01-30 19:30:19',NULL,NULL,NULL,'巴青县','西藏自治区那曲地区巴青县','3',9,'B',NULL,'1','852100','542400'),('542430','2018-01-30 19:30:19',NULL,NULL,NULL,'尼玛县','西藏自治区那曲地区尼玛县','3',10,'N',NULL,'1','852600','542400'),('542431','2018-01-30 19:30:19',NULL,NULL,NULL,'双湖县','西藏自治区那曲地区双湖县','3',11,'S',NULL,'1','852600','542400'),('542500','2018-01-30 19:30:19',NULL,NULL,NULL,'阿里地区','西藏自治区阿里地区','2',7,'A',NULL,'1','859000','540000'),('542521','2018-01-30 19:30:19',NULL,NULL,NULL,'普兰县','西藏自治区阿里地区普兰县','3',1,'P',NULL,'1','859500','542500'),('542522','2018-01-30 19:30:19',NULL,NULL,NULL,'札达县','西藏自治区阿里地区札达县','3',2,'Z',NULL,'1','859600','542500'),('542523','2018-01-30 19:30:19',NULL,NULL,NULL,'噶尔县','西藏自治区阿里地区噶尔县','3',3,'G',NULL,'1','859400','542500'),('542524','2018-01-30 19:30:19',NULL,NULL,NULL,'日土县','西藏自治区阿里地区日土县','3',4,'R',NULL,'1','859700','542500'),('542525','2018-01-30 19:30:19',NULL,NULL,NULL,'革吉县','西藏自治区阿里地区革吉县','3',5,'G',NULL,'1','859100','542500'),('542526','2018-01-30 19:30:19',NULL,NULL,NULL,'改则县','西藏自治区阿里地区改则县','3',6,'G',NULL,'1','859200','542500'),('542527','2018-01-30 19:30:19',NULL,NULL,NULL,'措勤县','西藏自治区阿里地区措勤县','3',7,'C',NULL,'1','859300','542500'),('610000','2018-01-30 19:30:19',NULL,NULL,NULL,'陕西省','陕西省','1',27,'S',NULL,'1','','100000'),('610100','2018-01-30 19:30:19',NULL,NULL,NULL,'西安市','陕西省西安市','2',1,'X',NULL,'1','710003','610000'),('610101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省西安市市辖区','3',1,'S',NULL,'1',NULL,'610100'),('610102','2018-01-30 19:30:19',NULL,NULL,NULL,'新城区','陕西省西安市新城区','3',2,'X',NULL,'1','710004','610100'),('610103','2018-01-30 19:30:19',NULL,NULL,NULL,'碑林区','陕西省西安市碑林区','3',3,'B',NULL,'1','710001','610100'),('610104','2018-01-30 19:30:19',NULL,NULL,NULL,'莲湖区','陕西省西安市莲湖区','3',4,'L',NULL,'1','710003','610100'),('610111','2018-01-30 19:30:19',NULL,NULL,NULL,'灞桥区','陕西省西安市灞桥区','3',5,'Z',NULL,'1','710038','610100'),('610112','2018-01-30 19:30:19',NULL,NULL,NULL,'未央区','陕西省西安市未央区','3',6,'W',NULL,'1','710014','610100'),('610113','2018-01-30 19:30:19',NULL,NULL,NULL,'雁塔区','陕西省西安市雁塔区','3',7,'Y',NULL,'1','710061','610100'),('610114','2018-01-30 19:30:19',NULL,NULL,NULL,'阎良区','陕西省西安市阎良区','3',8,'Y',NULL,'1','710087','610100'),('610115','2018-01-30 19:30:19',NULL,NULL,NULL,'临潼区','陕西省西安市临潼区','3',9,'L',NULL,'1','710600','610100'),('610116','2018-01-30 19:30:19',NULL,NULL,NULL,'长安区','陕西省西安市长安区','3',10,'C',NULL,'1','710100','610100'),('610117','2018-01-30 19:30:19',NULL,NULL,NULL,'高陵区','陕西省西安市高陵区','3',11,'G',NULL,'1',NULL,'610100'),('610122','2018-01-30 19:30:19',NULL,NULL,NULL,'蓝田县','陕西省西安市蓝田县','3',12,'L',NULL,'1','710500','610100'),('610124','2018-01-30 19:30:19',NULL,NULL,NULL,'周至县','陕西省西安市周至县','3',13,'Z',NULL,'1','710400','610100'),('610125','2018-01-30 19:30:19',NULL,NULL,NULL,'户县','陕西省西安市户县','3',14,'H',NULL,'1','710300','610100'),('610200','2018-01-30 19:30:19',NULL,NULL,NULL,'铜川市','陕西省铜川市','2',2,'T',NULL,'1','727100','610000'),('610201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省铜川市市辖区','3',1,'S',NULL,'1',NULL,'610200'),('610202','2018-01-30 19:30:19',NULL,NULL,NULL,'王益区','陕西省铜川市王益区','3',2,'W',NULL,'1','727000','610200'),('610203','2018-01-30 19:30:19',NULL,NULL,NULL,'印台区','陕西省铜川市印台区','3',3,'Y',NULL,'1','727007','610200'),('610204','2018-01-30 19:30:19',NULL,NULL,NULL,'耀州区','陕西省铜川市耀州区','3',4,'Y',NULL,'1','727100','610200'),('610222','2018-01-30 19:30:19',NULL,NULL,NULL,'宜君县','陕西省铜川市宜君县','3',5,'Y',NULL,'1','727200','610200'),('610300','2018-01-30 19:30:19',NULL,NULL,NULL,'宝鸡市','陕西省宝鸡市','2',3,'B',NULL,'1','721000','610000'),('610301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省宝鸡市市辖区','3',1,'S',NULL,'1',NULL,'610300'),('610302','2018-01-30 19:30:19',NULL,NULL,NULL,'渭滨区','陕西省宝鸡市渭滨区','3',2,'W',NULL,'1','721000','610300'),('610303','2018-01-30 19:30:19',NULL,NULL,NULL,'金台区','陕西省宝鸡市金台区','3',3,'J',NULL,'1','721000','610300'),('610304','2018-01-30 19:30:19',NULL,NULL,NULL,'陈仓区','陕西省宝鸡市陈仓区','3',4,'C',NULL,'1','721300','610300'),('610322','2018-01-30 19:30:19',NULL,NULL,NULL,'凤翔县','陕西省宝鸡市凤翔县','3',5,'F',NULL,'1','721400','610300'),('610323','2018-01-30 19:30:19',NULL,NULL,NULL,'岐山县','陕西省宝鸡市岐山县','3',6,'Z',NULL,'1','722400','610300'),('610324','2018-01-30 19:30:19',NULL,NULL,NULL,'扶风县','陕西省宝鸡市扶风县','3',7,'F',NULL,'1','722200','610300'),('610326','2018-01-30 19:30:19',NULL,NULL,NULL,'眉县','陕西省宝鸡市眉县','3',8,'M',NULL,'1','722300','610300'),('610327','2018-01-30 19:30:19',NULL,NULL,NULL,'陇县','陕西省宝鸡市陇县','3',9,'L',NULL,'1','721200','610300'),('610328','2018-01-30 19:30:19',NULL,NULL,NULL,'千阳县','陕西省宝鸡市千阳县','3',10,'Q',NULL,'1','721100','610300'),('610329','2018-01-30 19:30:19',NULL,NULL,NULL,'麟游县','陕西省宝鸡市麟游县','3',11,'Z',NULL,'1','721500','610300'),('610330','2018-01-30 19:30:19',NULL,NULL,NULL,'凤县','陕西省宝鸡市凤县','3',12,'F',NULL,'1','721700','610300'),('610331','2018-01-30 19:30:19',NULL,NULL,NULL,'太白县','陕西省宝鸡市太白县','3',13,'T',NULL,'1','721600','610300'),('610400','2018-01-30 19:30:19',NULL,NULL,NULL,'咸阳市','陕西省咸阳市','2',4,'X',NULL,'1','712000','610000'),('610401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省咸阳市市辖区','3',1,'S',NULL,'1',NULL,'610400'),('610402','2018-01-30 19:30:19',NULL,NULL,NULL,'秦都区','陕西省咸阳市秦都区','3',2,'Q',NULL,'1','712000','610400'),('610403','2018-01-30 19:30:19',NULL,NULL,NULL,'杨陵区','陕西省咸阳市杨陵区','3',3,'Y',NULL,'1','712100','610400'),('610404','2018-01-30 19:30:19',NULL,NULL,NULL,'渭城区','陕西省咸阳市渭城区','3',4,'W',NULL,'1','712000','610400'),('610422','2018-01-30 19:30:19',NULL,NULL,NULL,'三原县','陕西省咸阳市三原县','3',5,'S',NULL,'1','713800','610400'),('610423','2018-01-30 19:30:19',NULL,NULL,NULL,'泾阳县','陕西省咸阳市泾阳县','3',6,'Z',NULL,'1','713700','610400'),('610424','2018-01-30 19:30:19',NULL,NULL,NULL,'乾县','陕西省咸阳市乾县','3',7,'Q',NULL,'1','713300','610400'),('610425','2018-01-30 19:30:19',NULL,NULL,NULL,'礼泉县','陕西省咸阳市礼泉县','3',8,'L',NULL,'1','713200','610400'),('610426','2018-01-30 19:30:19',NULL,NULL,NULL,'永寿县','陕西省咸阳市永寿县','3',9,'Y',NULL,'1','713400','610400'),('610427','2018-01-30 19:30:19',NULL,NULL,NULL,'彬县','陕西省咸阳市彬县','3',10,'B',NULL,'1','713500','610400'),('610428','2018-01-30 19:30:19',NULL,NULL,NULL,'长武县','陕西省咸阳市长武县','3',11,'C',NULL,'1','713600','610400'),('610429','2018-01-30 19:30:19',NULL,NULL,NULL,'旬邑县','陕西省咸阳市旬邑县','3',12,'X',NULL,'1','711300','610400'),('610430','2018-01-30 19:30:19',NULL,NULL,NULL,'淳化县','陕西省咸阳市淳化县','3',13,'C',NULL,'1','711200','610400'),('610431','2018-01-30 19:30:19',NULL,NULL,NULL,'武功县','陕西省咸阳市武功县','3',14,'W',NULL,'1','712200','610400'),('610481','2018-01-30 19:30:19',NULL,NULL,NULL,'兴平市','陕西省咸阳市兴平市','3',15,'X',NULL,'1','713100','610400'),('610500','2018-01-30 19:30:19',NULL,NULL,NULL,'渭南市','陕西省渭南市','2',5,'W',NULL,'1','714000','610000'),('610501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省渭南市市辖区','3',1,'S',NULL,'1',NULL,'610500'),('610502','2018-01-30 19:30:19',NULL,NULL,NULL,'临渭区','陕西省渭南市临渭区','3',2,'L',NULL,'1','714000','610500'),('610503','2018-01-30 19:30:19',NULL,NULL,NULL,'华州区','陕西省渭南市华州区','3',3,'H',NULL,'1',NULL,'610500'),('610522','2018-01-30 19:30:19',NULL,NULL,NULL,'潼关县','陕西省渭南市潼关县','3',4,'Z',NULL,'1','714300','610500'),('610523','2018-01-30 19:30:19',NULL,NULL,NULL,'大荔县','陕西省渭南市大荔县','3',5,'D',NULL,'1','715100','610500'),('610524','2018-01-30 19:30:19',NULL,NULL,NULL,'合阳县','陕西省渭南市合阳县','3',6,'H',NULL,'1','715300','610500'),('610525','2018-01-30 19:30:19',NULL,NULL,NULL,'澄城县','陕西省渭南市澄城县','3',7,'C',NULL,'1','715200','610500'),('610526','2018-01-30 19:30:19',NULL,NULL,NULL,'蒲城县','陕西省渭南市蒲城县','3',8,'P',NULL,'1','715500','610500'),('610527','2018-01-30 19:30:19',NULL,NULL,NULL,'白水县','陕西省渭南市白水县','3',9,'B',NULL,'1','715600','610500'),('610528','2018-01-30 19:30:19',NULL,NULL,NULL,'富平县','陕西省渭南市富平县','3',10,'F',NULL,'1','711700','610500'),('610581','2018-01-30 19:30:19',NULL,NULL,NULL,'韩城市','陕西省渭南市韩城市','3',11,'H',NULL,'1','715400','610500'),('610582','2018-01-30 19:30:19',NULL,NULL,NULL,'华阴市','陕西省渭南市华阴市','3',12,'H',NULL,'1','714200','610500'),('610600','2018-01-30 19:30:19',NULL,NULL,NULL,'延安市','陕西省延安市','2',6,'Y',NULL,'1','716000','610000'),('610601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省延安市市辖区','3',1,'S',NULL,'1',NULL,'610600'),('610602','2018-01-30 19:30:19',NULL,NULL,NULL,'宝塔区','陕西省延安市宝塔区','3',2,'B',NULL,'1','716000','610600'),('610603','2018-01-30 19:30:19',NULL,NULL,NULL,'安塞区','陕西省延安市安塞区','3',3,'A',NULL,'1',NULL,'610600'),('610621','2018-01-30 19:30:19',NULL,NULL,NULL,'延长县','陕西省延安市延长县','3',4,'Y',NULL,'1','717100','610600'),('610622','2018-01-30 19:30:19',NULL,NULL,NULL,'延川县','陕西省延安市延川县','3',5,'Y',NULL,'1','717200','610600'),('610623','2018-01-30 19:30:19',NULL,NULL,NULL,'子长县','陕西省延安市子长县','3',6,'Z',NULL,'1','717300','610600'),('610625','2018-01-30 19:30:19',NULL,NULL,NULL,'志丹县','陕西省延安市志丹县','3',7,'Z',NULL,'1','717500','610600'),('610626','2018-01-30 19:30:19',NULL,NULL,NULL,'吴起县','陕西省延安市吴起县','3',8,'W',NULL,'1','717600','610600'),('610627','2018-01-30 19:30:19',NULL,NULL,NULL,'甘泉县','陕西省延安市甘泉县','3',9,'G',NULL,'1','716100','610600'),('610628','2018-01-30 19:30:19',NULL,NULL,NULL,'富县','陕西省延安市富县','3',10,'F',NULL,'1','727500','610600'),('610629','2018-01-30 19:30:19',NULL,NULL,NULL,'洛川县','陕西省延安市洛川县','3',11,'L',NULL,'1','727400','610600'),('610630','2018-01-30 19:30:19',NULL,NULL,NULL,'宜川县','陕西省延安市宜川县','3',12,'Y',NULL,'1','716200','610600'),('610631','2018-01-30 19:30:19',NULL,NULL,NULL,'黄龙县','陕西省延安市黄龙县','3',13,'H',NULL,'1','715700','610600'),('610632','2018-01-30 19:30:19',NULL,NULL,NULL,'黄陵县','陕西省延安市黄陵县','3',14,'H',NULL,'1','727300','610600'),('610700','2018-01-30 19:30:19',NULL,NULL,NULL,'汉中市','陕西省汉中市','2',7,'H',NULL,'1','723000','610000'),('610701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省汉中市市辖区','3',1,'S',NULL,'1',NULL,'610700'),('610702','2018-01-30 19:30:19',NULL,NULL,NULL,'汉台区','陕西省汉中市汉台区','3',2,'H',NULL,'1','723000','610700'),('610721','2018-01-30 19:30:19',NULL,NULL,NULL,'南郑县','陕西省汉中市南郑县','3',3,'N',NULL,'1','723100','610700'),('610722','2018-01-30 19:30:19',NULL,NULL,NULL,'城固县','陕西省汉中市城固县','3',4,'C',NULL,'1','723200','610700'),('610723','2018-01-30 19:30:19',NULL,NULL,NULL,'洋县','陕西省汉中市洋县','3',5,'Y',NULL,'1','723300','610700'),('610724','2018-01-30 19:30:19',NULL,NULL,NULL,'西乡县','陕西省汉中市西乡县','3',6,'X',NULL,'1','723500','610700'),('610725','2018-01-30 19:30:19',NULL,NULL,NULL,'勉县','陕西省汉中市勉县','3',7,'M',NULL,'1','724200','610700'),('610726','2018-01-30 19:30:19',NULL,NULL,NULL,'宁强县','陕西省汉中市宁强县','3',8,'N',NULL,'1','724400','610700'),('610727','2018-01-30 19:30:19',NULL,NULL,NULL,'略阳县','陕西省汉中市略阳县','3',9,'L',NULL,'1','724300','610700'),('610728','2018-01-30 19:30:19',NULL,NULL,NULL,'镇巴县','陕西省汉中市镇巴县','3',10,'Z',NULL,'1','723600','610700'),('610729','2018-01-30 19:30:19',NULL,NULL,NULL,'留坝县','陕西省汉中市留坝县','3',11,'L',NULL,'1','724100','610700'),('610730','2018-01-30 19:30:19',NULL,NULL,NULL,'佛坪县','陕西省汉中市佛坪县','3',12,'F',NULL,'1','723400','610700'),('610800','2018-01-30 19:30:19',NULL,NULL,NULL,'榆林市','陕西省榆林市','2',8,'Y',NULL,'1','719000','610000'),('610801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省榆林市市辖区','3',1,'S',NULL,'1',NULL,'610800'),('610802','2018-01-30 19:30:19',NULL,NULL,NULL,'榆阳区','陕西省榆林市榆阳区','3',2,'Y',NULL,'1','719000','610800'),('610803','2018-01-30 19:30:19',NULL,NULL,NULL,'横山区','陕西省榆林市横山区','3',3,'H',NULL,'1',NULL,'610800'),('610821','2018-01-30 19:30:19',NULL,NULL,NULL,'神木县','陕西省榆林市神木县','3',4,'S',NULL,'1','719300','610800'),('610822','2018-01-30 19:30:19',NULL,NULL,NULL,'府谷县','陕西省榆林市府谷县','3',5,'F',NULL,'1','719400','610800'),('610824','2018-01-30 19:30:19',NULL,NULL,NULL,'靖边县','陕西省榆林市靖边县','3',6,'J',NULL,'1','718500','610800'),('610825','2018-01-30 19:30:19',NULL,NULL,NULL,'定边县','陕西省榆林市定边县','3',7,'D',NULL,'1','718600','610800'),('610826','2018-01-30 19:30:19',NULL,NULL,NULL,'绥德县','陕西省榆林市绥德县','3',8,'S',NULL,'1','718000','610800'),('610827','2018-01-30 19:30:19',NULL,NULL,NULL,'米脂县','陕西省榆林市米脂县','3',9,'M',NULL,'1','718100','610800'),('610828','2018-01-30 19:30:19',NULL,NULL,NULL,'佳县','陕西省榆林市佳县','3',10,'J',NULL,'1','719200','610800'),('610829','2018-01-30 19:30:19',NULL,NULL,NULL,'吴堡县','陕西省榆林市吴堡县','3',11,'W',NULL,'1','718200','610800'),('610830','2018-01-30 19:30:19',NULL,NULL,NULL,'清涧县','陕西省榆林市清涧县','3',12,'Q',NULL,'1','718300','610800'),('610831','2018-01-30 19:30:19',NULL,NULL,NULL,'子洲县','陕西省榆林市子洲县','3',13,'Z',NULL,'1','718400','610800'),('610900','2018-01-30 19:30:19',NULL,NULL,NULL,'安康市','陕西省安康市','2',9,'A',NULL,'1','725000','610000'),('610901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省安康市市辖区','3',1,'S',NULL,'1',NULL,'610900'),('610902','2018-01-30 19:30:19',NULL,NULL,NULL,'汉滨区','陕西省安康市汉滨区','3',2,'H',NULL,'1','725000','610900'),('610921','2018-01-30 19:30:19',NULL,NULL,NULL,'汉阴县','陕西省安康市汉阴县','3',3,'H',NULL,'1','725100','610900'),('610922','2018-01-30 19:30:19',NULL,NULL,NULL,'石泉县','陕西省安康市石泉县','3',4,'S',NULL,'1','725200','610900'),('610923','2018-01-30 19:30:19',NULL,NULL,NULL,'宁陕县','陕西省安康市宁陕县','3',5,'N',NULL,'1','711600','610900'),('610924','2018-01-30 19:30:19',NULL,NULL,NULL,'紫阳县','陕西省安康市紫阳县','3',6,'Z',NULL,'1','725300','610900'),('610925','2018-01-30 19:30:19',NULL,NULL,NULL,'岚皋县','陕西省安康市岚皋县','3',7,'Z',NULL,'1','725400','610900'),('610926','2018-01-30 19:30:19',NULL,NULL,NULL,'平利县','陕西省安康市平利县','3',8,'P',NULL,'1','725500','610900'),('610927','2018-01-30 19:30:19',NULL,NULL,NULL,'镇坪县','陕西省安康市镇坪县','3',9,'Z',NULL,'1','725600','610900'),('610928','2018-01-30 19:30:19',NULL,NULL,NULL,'旬阳县','陕西省安康市旬阳县','3',10,'X',NULL,'1','725700','610900'),('610929','2018-01-30 19:30:19',NULL,NULL,NULL,'白河县','陕西省安康市白河县','3',11,'B',NULL,'1','725800','610900'),('610930','2018-01-30 19:30:19',NULL,NULL,NULL,'高新区','陕西省安康市高新区','3',12,'G',NULL,'1',NULL,'610900'),('611000','2018-01-30 19:30:19',NULL,NULL,NULL,'商洛市','陕西省商洛市','2',10,'S',NULL,'1','726000','610000'),('611001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','陕西省商洛市市辖区','3',1,'S',NULL,'1',NULL,'611000'),('611002','2018-01-30 19:30:19',NULL,NULL,NULL,'商州区','陕西省商洛市商州区','3',2,'S',NULL,'1','726000','611000'),('611021','2018-01-30 19:30:19',NULL,NULL,NULL,'洛南县','陕西省商洛市洛南县','3',3,'L',NULL,'1','726100','611000'),('611022','2018-01-30 19:30:19',NULL,NULL,NULL,'丹凤县','陕西省商洛市丹凤县','3',4,'D',NULL,'1','726200','611000'),('611023','2018-01-30 19:30:19',NULL,NULL,NULL,'商南县','陕西省商洛市商南县','3',5,'S',NULL,'1','726300','611000'),('611024','2018-01-30 19:30:19',NULL,NULL,NULL,'山阳县','陕西省商洛市山阳县','3',6,'S',NULL,'1','726400','611000'),('611025','2018-01-30 19:30:19',NULL,NULL,NULL,'镇安县','陕西省商洛市镇安县','3',7,'Z',NULL,'1','711500','611000'),('611026','2018-01-30 19:30:19',NULL,NULL,NULL,'柞水县','陕西省商洛市柞水县','3',8,'Z',NULL,'1','711400','611000'),('611100','2018-01-30 19:30:19',NULL,NULL,NULL,'杨凌示范区','陕西省杨凌示范区','2',11,'Y',NULL,'1','712000','610000'),('611200','2018-01-30 19:30:19',NULL,NULL,NULL,'西咸新区','陕西省西咸新区','2',12,'X',NULL,'1',NULL,'610000'),('611300','2018-01-30 19:30:19',NULL,NULL,NULL,'西安国际商务区片区','陕西省西安国际商务区片区','2',13,'X',NULL,'1',NULL,'610000'),('611400','2018-01-30 19:30:19',NULL,NULL,NULL,'中心片区','陕西省中心片区','2',14,'Z',NULL,'1',NULL,'610000'),('611500','2019-07-11 10:52:56',NULL,NULL,NULL,'西安市高新区','陕西省西安市高新区','2',15,'X',NULL,'1',NULL,'610000'),('611600','2019-07-11 10:54:01',NULL,NULL,NULL,'西安市浐灞生态区','陕西省西安市浐灞生态区','2',16,'X',NULL,'1',NULL,'610000'),('611700','2019-07-11 10:54:45',NULL,NULL,NULL,'西安市经济技术开发区','陕西省西安市经济技术开发区','2',17,'X',NULL,'1',NULL,'610000'),('611800','2019-07-11 11:00:42',NULL,NULL,NULL,'西安市灞桥区国际港务区','陕西省西安市灞桥区国际港务区','2',18,'X',NULL,'1',NULL,'610000'),('620000','2018-01-30 19:30:19',NULL,NULL,NULL,'甘肃省','甘肃省','1',28,'G',NULL,'1','','100000'),('620100','2018-01-30 19:30:19',NULL,NULL,NULL,'兰州市','甘肃省兰州市','2',1,'L',NULL,'1','730030','620000'),('620101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省兰州市市辖区','3',1,'S',NULL,'1',NULL,'620100'),('620102','2018-01-30 19:30:19',NULL,NULL,NULL,'城关区','甘肃省兰州市城关区','3',2,'C',NULL,'1','730030','620100'),('620103','2018-01-30 19:30:19',NULL,NULL,NULL,'七里河区','甘肃省兰州市七里河区','3',3,'Q',NULL,'1','730050','620100'),('620104','2018-01-30 19:30:19',NULL,NULL,NULL,'西固区','甘肃省兰州市西固区','3',4,'X',NULL,'1','730060','620100'),('620105','2018-01-30 19:30:19',NULL,NULL,NULL,'安宁区','甘肃省兰州市安宁区','3',5,'A',NULL,'1','730070','620100'),('620111','2018-01-30 19:30:19',NULL,NULL,NULL,'红古区','甘肃省兰州市红古区','3',6,'H',NULL,'1','730084','620100'),('620121','2018-01-30 19:30:19',NULL,NULL,NULL,'永登县','甘肃省兰州市永登县','3',7,'Y',NULL,'1','730300','620100'),('620122','2018-01-30 19:30:19',NULL,NULL,NULL,'皋兰县','甘肃省兰州市皋兰县','3',8,'G',NULL,'1','730200','620100'),('620123','2018-01-30 19:30:19',NULL,NULL,NULL,'榆中县','甘肃省兰州市榆中县','3',9,'Y',NULL,'1','730100','620100'),('620200','2018-01-30 19:30:19',NULL,NULL,NULL,'嘉峪关市','甘肃省嘉峪关市','2',2,'J',NULL,'1','735100','620000'),('620201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省嘉峪关市市辖区','3',1,'S',NULL,'1','735100','620200'),('620300','2018-01-30 19:30:19',NULL,NULL,NULL,'金昌市','甘肃省金昌市','2',3,'J',NULL,'1','737100','620000'),('620301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省金昌市市辖区','3',1,'S',NULL,'1',NULL,'620300'),('620302','2018-01-30 19:30:19',NULL,NULL,NULL,'金川区','甘肃省金昌市金川区','3',2,'J',NULL,'1','737100','620300'),('620321','2018-01-30 19:30:19',NULL,NULL,NULL,'永昌县','甘肃省金昌市永昌县','3',3,'Y',NULL,'1','737200','620300'),('620400','2018-01-30 19:30:19',NULL,NULL,NULL,'白银市','甘肃省白银市','2',4,'B',NULL,'1','730900','620000'),('620401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省白银市市辖区','3',1,'S',NULL,'1',NULL,'620400'),('620402','2018-01-30 19:30:19',NULL,NULL,NULL,'白银区','甘肃省白银市白银区','3',2,'B',NULL,'1','730900','620400'),('620403','2018-01-30 19:30:19',NULL,NULL,NULL,'平川区','甘肃省白银市平川区','3',3,'P',NULL,'1','730913','620400'),('620421','2018-01-30 19:30:19',NULL,NULL,NULL,'靖远县','甘肃省白银市靖远县','3',4,'J',NULL,'1','730600','620400'),('620422','2018-01-30 19:30:19',NULL,NULL,NULL,'会宁县','甘肃省白银市会宁县','3',5,'H',NULL,'1','730700','620400'),('620423','2018-01-30 19:30:19',NULL,NULL,NULL,'景泰县','甘肃省白银市景泰县','3',6,'J',NULL,'1','730400','620400'),('620500','2018-01-30 19:30:19',NULL,NULL,NULL,'天水市','甘肃省天水市','2',5,'T',NULL,'1','741000','620000'),('620501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省天水市市辖区','3',1,'S',NULL,'1',NULL,'620500'),('620502','2018-01-30 19:30:19',NULL,NULL,NULL,'秦州区','甘肃省天水市秦州区','3',2,'Q',NULL,'1','741000','620500'),('620503','2018-01-30 19:30:19',NULL,NULL,NULL,'麦积区','甘肃省天水市麦积区','3',3,'M',NULL,'1','741020','620500'),('620521','2018-01-30 19:30:19',NULL,NULL,NULL,'清水县','甘肃省天水市清水县','3',4,'Q',NULL,'1','741400','620500'),('620522','2018-01-30 19:30:19',NULL,NULL,NULL,'秦安县','甘肃省天水市秦安县','3',5,'Q',NULL,'1','741600','620500'),('620523','2018-01-30 19:30:19',NULL,NULL,NULL,'甘谷县','甘肃省天水市甘谷县','3',6,'G',NULL,'1','741200','620500'),('620524','2018-01-30 19:30:19',NULL,NULL,NULL,'武山县','甘肃省天水市武山县','3',7,'W',NULL,'1','741300','620500'),('620525','2018-01-30 19:30:19',NULL,NULL,NULL,'张家川回族自治县','甘肃省天水市张家川回族自治县','3',8,'Z',NULL,'1','741500','620500'),('620600','2018-01-30 19:30:19',NULL,NULL,NULL,'武威市','甘肃省武威市','2',6,'W',NULL,'1','733000','620000'),('620601','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省武威市市辖区','3',1,'S',NULL,'1',NULL,'620600'),('620602','2018-01-30 19:30:19',NULL,NULL,NULL,'凉州区','甘肃省武威市凉州区','3',2,'L',NULL,'1','733000','620600'),('620621','2018-01-30 19:30:19',NULL,NULL,NULL,'民勤县','甘肃省武威市民勤县','3',3,'M',NULL,'1','733300','620600'),('620622','2018-01-30 19:30:19',NULL,NULL,NULL,'古浪县','甘肃省武威市古浪县','3',4,'G',NULL,'1','733100','620600'),('620623','2018-01-30 19:30:19',NULL,NULL,NULL,'天祝藏族自治县','甘肃省武威市天祝藏族自治县','3',5,'T',NULL,'1','733200','620600'),('620700','2018-01-30 19:30:19',NULL,NULL,NULL,'张掖市','甘肃省张掖市','2',7,'Z',NULL,'1','734000','620000'),('620701','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省张掖市市辖区','3',1,'S',NULL,'1',NULL,'620700'),('620702','2018-01-30 19:30:19',NULL,NULL,NULL,'甘州区','甘肃省张掖市甘州区','3',2,'G',NULL,'1','734000','620700'),('620721','2018-01-30 19:30:19',NULL,NULL,NULL,'肃南裕固族自治县','甘肃省张掖市肃南裕固族自治县','3',3,'S',NULL,'1','734400','620700'),('620722','2018-01-30 19:30:19',NULL,NULL,NULL,'民乐县','甘肃省张掖市民乐县','3',4,'M',NULL,'1','734500','620700'),('620723','2018-01-30 19:30:19',NULL,NULL,NULL,'临泽县','甘肃省张掖市临泽县','3',5,'L',NULL,'1','734200','620700'),('620724','2018-01-30 19:30:19',NULL,NULL,NULL,'高台县','甘肃省张掖市高台县','3',6,'G',NULL,'1','734300','620700'),('620725','2018-01-30 19:30:19',NULL,NULL,NULL,'山丹县','甘肃省张掖市山丹县','3',7,'S',NULL,'1','734100','620700'),('620800','2018-01-30 19:30:19',NULL,NULL,NULL,'平凉市','甘肃省平凉市','2',8,'P',NULL,'1','744000','620000'),('620801','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省平凉市市辖区','3',1,'S',NULL,'1',NULL,'620800'),('620802','2018-01-30 19:30:19',NULL,NULL,NULL,'崆峒区','甘肃省平凉市崆峒区','3',2,'Z',NULL,'1','744000','620800'),('620821','2018-01-30 19:30:19',NULL,NULL,NULL,'泾川县','甘肃省平凉市泾川县','3',3,'Z',NULL,'1','744300','620800'),('620822','2018-01-30 19:30:19',NULL,NULL,NULL,'灵台县','甘肃省平凉市灵台县','3',4,'L',NULL,'1','744400','620800'),('620823','2018-01-30 19:30:19',NULL,NULL,NULL,'崇信县','甘肃省平凉市崇信县','3',5,'C',NULL,'1','744200','620800'),('620824','2018-01-30 19:30:19',NULL,NULL,NULL,'华亭县','甘肃省平凉市华亭县','3',6,'H',NULL,'1','744100','620800'),('620825','2018-01-30 19:30:19',NULL,NULL,NULL,'庄浪县','甘肃省平凉市庄浪县','3',7,'Z',NULL,'1','744600','620800'),('620826','2018-01-30 19:30:19',NULL,NULL,NULL,'静宁县','甘肃省平凉市静宁县','3',8,'J',NULL,'1','743400','620800'),('620900','2018-01-30 19:30:19',NULL,NULL,NULL,'酒泉市','甘肃省酒泉市','2',9,'J',NULL,'1','735000','620000'),('620901','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省酒泉市市辖区','3',1,'S',NULL,'1',NULL,'620900'),('620902','2018-01-30 19:30:19',NULL,NULL,NULL,'肃州区','甘肃省酒泉市肃州区','3',2,'S',NULL,'1','735000','620900'),('620921','2018-01-30 19:30:19',NULL,NULL,NULL,'金塔县','甘肃省酒泉市金塔县','3',3,'J',NULL,'1','735300','620900'),('620922','2018-01-30 19:30:19',NULL,NULL,NULL,'瓜州县','甘肃省酒泉市瓜州县','3',4,'G',NULL,'1','736100','620900'),('620923','2018-01-30 19:30:19',NULL,NULL,NULL,'肃北蒙古族自治县','甘肃省酒泉市肃北蒙古族自治县','3',5,'S',NULL,'1','736300','620900'),('620924','2018-01-30 19:30:19',NULL,NULL,NULL,'阿克塞哈萨克族自治县','甘肃省酒泉市阿克塞哈萨克族自治县','3',6,'A',NULL,'1','736400','620900'),('620981','2018-01-30 19:30:19',NULL,NULL,NULL,'玉门市','甘肃省酒泉市玉门市','3',7,'Y',NULL,'1','735200','620900'),('620982','2018-01-30 19:30:19',NULL,NULL,NULL,'敦煌市','甘肃省酒泉市敦煌市','3',8,'D',NULL,'1','736200','620900'),('621000','2018-01-30 19:30:19',NULL,NULL,NULL,'庆阳市','甘肃省庆阳市','2',10,'Q',NULL,'1','745000','620000'),('621001','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省庆阳市市辖区','3',1,'S',NULL,'1',NULL,'621000'),('621002','2018-01-30 19:30:19',NULL,NULL,NULL,'西峰区','甘肃省庆阳市西峰区','3',2,'X',NULL,'1','745000','621000'),('621021','2018-01-30 19:30:19',NULL,NULL,NULL,'庆城县','甘肃省庆阳市庆城县','3',3,'Q',NULL,'1','745100','621000'),('621022','2018-01-30 19:30:19',NULL,NULL,NULL,'环县','甘肃省庆阳市环县','3',4,'H',NULL,'1','745700','621000'),('621023','2018-01-30 19:30:19',NULL,NULL,NULL,'华池县','甘肃省庆阳市华池县','3',5,'H',NULL,'1','745600','621000'),('621024','2018-01-30 19:30:19',NULL,NULL,NULL,'合水县','甘肃省庆阳市合水县','3',6,'H',NULL,'1','745400','621000'),('621025','2018-01-30 19:30:19',NULL,NULL,NULL,'正宁县','甘肃省庆阳市正宁县','3',7,'Z',NULL,'1','745300','621000'),('621026','2018-01-30 19:30:19',NULL,NULL,NULL,'宁县','甘肃省庆阳市宁县','3',8,'N',NULL,'1','745200','621000'),('621027','2018-01-30 19:30:19',NULL,NULL,NULL,'镇原县','甘肃省庆阳市镇原县','3',9,'Z',NULL,'1','744500','621000'),('621100','2018-01-30 19:30:19',NULL,NULL,NULL,'定西市','甘肃省定西市','2',11,'D',NULL,'1','743000','620000'),('621101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省定西市市辖区','3',1,'S',NULL,'1',NULL,'621100'),('621102','2018-01-30 19:30:19',NULL,NULL,NULL,'安定区','甘肃省定西市安定区','3',2,'A',NULL,'1','743000','621100'),('621121','2018-01-30 19:30:19',NULL,NULL,NULL,'通渭县','甘肃省定西市通渭县','3',3,'T',NULL,'1','743300','621100'),('621122','2018-01-30 19:30:19',NULL,NULL,NULL,'陇西县','甘肃省定西市陇西县','3',4,'L',NULL,'1','748100','621100'),('621123','2018-01-30 19:30:19',NULL,NULL,NULL,'渭源县','甘肃省定西市渭源县','3',5,'W',NULL,'1','748200','621100'),('621124','2018-01-30 19:30:19',NULL,NULL,NULL,'临洮县','甘肃省定西市临洮县','3',6,'L',NULL,'1','730500','621100'),('621125','2018-01-30 19:30:19',NULL,NULL,NULL,'漳县','甘肃省定西市漳县','3',7,'Z',NULL,'1','748300','621100'),('621126','2018-01-30 19:30:19',NULL,NULL,NULL,'岷县','甘肃省定西市岷县','3',8,'Z',NULL,'1','748400','621100'),('621200','2018-01-30 19:30:19',NULL,NULL,NULL,'陇南市','甘肃省陇南市','2',12,'L',NULL,'1','746000','620000'),('621201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','甘肃省陇南市市辖区','3',1,'S',NULL,'1',NULL,'621200'),('621202','2018-01-30 19:30:19',NULL,NULL,NULL,'武都区','甘肃省陇南市武都区','3',2,'W',NULL,'1','746000','621200'),('621221','2018-01-30 19:30:19',NULL,NULL,NULL,'成县','甘肃省陇南市成县','3',3,'C',NULL,'1','742500','621200'),('621222','2018-01-30 19:30:19',NULL,NULL,NULL,'文县','甘肃省陇南市文县','3',4,'W',NULL,'1','746400','621200'),('621223','2018-01-30 19:30:19',NULL,NULL,NULL,'宕昌县','甘肃省陇南市宕昌县','3',5,'Z',NULL,'1','748500','621200'),('621224','2018-01-30 19:30:19',NULL,NULL,NULL,'康县','甘肃省陇南市康县','3',6,'K',NULL,'1','746500','621200'),('621225','2018-01-30 19:30:19',NULL,NULL,NULL,'西和县','甘肃省陇南市西和县','3',7,'X',NULL,'1','742100','621200'),('621226','2018-01-30 19:30:19',NULL,NULL,NULL,'礼县','甘肃省陇南市礼县','3',8,'L',NULL,'1','742200','621200'),('621227','2018-01-30 19:30:19',NULL,NULL,NULL,'徽县','甘肃省陇南市徽县','3',9,'H',NULL,'1','742300','621200'),('621228','2018-01-30 19:30:19',NULL,NULL,NULL,'两当县','甘肃省陇南市两当县','3',10,'L',NULL,'1','742400','621200'),('622900','2018-01-30 19:30:19',NULL,NULL,NULL,'临夏回族自治州','甘肃省临夏回族自治州','2',13,'L',NULL,'1','731100','620000'),('622901','2018-01-30 19:30:19',NULL,NULL,NULL,'临夏市','甘肃省临夏回族自治州临夏市','3',1,'L',NULL,'1','731100','622900'),('622921','2018-01-30 19:30:19',NULL,NULL,NULL,'临夏县','甘肃省临夏回族自治州临夏县','3',2,'L',NULL,'1','731800','622900'),('622922','2018-01-30 19:30:19',NULL,NULL,NULL,'康乐县','甘肃省临夏回族自治州康乐县','3',3,'K',NULL,'1','731500','622900'),('622923','2018-01-30 19:30:19',NULL,NULL,NULL,'永靖县','甘肃省临夏回族自治州永靖县','3',4,'Y',NULL,'1','731600','622900'),('622924','2018-01-30 19:30:19',NULL,NULL,NULL,'广河县','甘肃省临夏回族自治州广河县','3',5,'G',NULL,'1','731300','622900'),('622925','2018-01-30 19:30:19',NULL,NULL,NULL,'和政县','甘肃省临夏回族自治州和政县','3',6,'H',NULL,'1','731200','622900'),('622926','2018-01-30 19:30:19',NULL,NULL,NULL,'东乡族自治县','甘肃省临夏回族自治州东乡族自治县','3',7,'D',NULL,'1','731400','622900'),('622927','2018-01-30 19:30:19',NULL,NULL,NULL,'积石山保安族东乡族撒拉族自治县','甘肃省临夏回族自治州积石山保安族东乡族撒拉族自治县','3',8,'J',NULL,'1','731700','622900'),('623000','2018-01-30 19:30:19',NULL,NULL,NULL,'甘南藏族自治州','甘肃省甘南藏族自治州','2',14,'G',NULL,'1','747000','620000'),('623001','2018-01-30 19:30:19',NULL,NULL,NULL,'合作市','甘肃省甘南藏族自治州合作市','3',1,'H',NULL,'1','747000','623000'),('623021','2018-01-30 19:30:19',NULL,NULL,NULL,'临潭县','甘肃省甘南藏族自治州临潭县','3',2,'L',NULL,'1','747500','623000'),('623022','2018-01-30 19:30:19',NULL,NULL,NULL,'卓尼县','甘肃省甘南藏族自治州卓尼县','3',3,'Z',NULL,'1','747600','623000'),('623023','2018-01-30 19:30:19',NULL,NULL,NULL,'舟曲县','甘肃省甘南藏族自治州舟曲县','3',4,'Z',NULL,'1','746300','623000'),('623024','2018-01-30 19:30:19',NULL,NULL,NULL,'迭部县','甘肃省甘南藏族自治州迭部县','3',5,'D',NULL,'1','747400','623000'),('623025','2018-01-30 19:30:19',NULL,NULL,NULL,'玛曲县','甘肃省甘南藏族自治州玛曲县','3',6,'M',NULL,'1','747300','623000'),('623026','2018-01-30 19:30:19',NULL,NULL,NULL,'碌曲县','甘肃省甘南藏族自治州碌曲县','3',7,'L',NULL,'1','747200','623000'),('623027','2018-01-30 19:30:19',NULL,NULL,NULL,'夏河县','甘肃省甘南藏族自治州夏河县','3',8,'X',NULL,'1','747100','623000'),('630000','2018-01-30 19:30:19',NULL,NULL,NULL,'青海省','青海省','1',29,'Q',NULL,'1','','100000'),('630100','2018-01-30 19:30:19',NULL,NULL,NULL,'西宁市','青海省西宁市','2',1,'X',NULL,'1','810000','630000'),('630101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','青海省西宁市市辖区','3',1,'S',NULL,'1',NULL,'630100'),('630102','2018-01-30 19:30:19',NULL,NULL,NULL,'城东区','青海省西宁市城东区','3',2,'C',NULL,'1','810007','630100'),('630103','2018-01-30 19:30:19',NULL,NULL,NULL,'城中区','青海省西宁市城中区','3',3,'C',NULL,'1','810000','630100'),('630104','2018-01-30 19:30:19',NULL,NULL,NULL,'城西区','青海省西宁市城西区','3',4,'C',NULL,'1','810001','630100'),('630105','2018-01-30 19:30:19',NULL,NULL,NULL,'城北区','青海省西宁市城北区','3',5,'C',NULL,'1','810003','630100'),('630121','2018-01-30 19:30:19',NULL,NULL,NULL,'大通回族土族自治县','青海省西宁市大通回族土族自治县','3',6,'D',NULL,'1','810100','630100'),('630122','2018-01-30 19:30:19',NULL,NULL,NULL,'湟中县','青海省西宁市湟中县','3',7,'Z',NULL,'1','811600','630100'),('630123','2018-01-30 19:30:19',NULL,NULL,NULL,'湟源县','青海省西宁市湟源县','3',8,'Z',NULL,'1','812100','630100'),('630200','2018-01-30 19:30:19',NULL,NULL,NULL,'海东市','青海省海东市','2',2,'H',NULL,'1','810700','630000'),('630202','2018-01-30 19:30:19',NULL,NULL,NULL,'乐都区','青海省海东市乐都区','3',1,'L',NULL,'1','810700','630200'),('630203','2018-01-30 19:30:19',NULL,NULL,NULL,'平安区','青海省海东市平安区','3',2,'P',NULL,'1',NULL,'630200'),('630222','2018-01-30 19:30:19',NULL,NULL,NULL,'民和回族土族自治县','青海省海东市民和回族土族自治县','3',3,'M',NULL,'1','810800','630200'),('630223','2018-01-30 19:30:19',NULL,NULL,NULL,'互助土族自治县','青海省海东市互助土族自治县','3',4,'H',NULL,'1','810500','630200'),('630224','2018-01-30 19:30:19',NULL,NULL,NULL,'化隆回族自治县','青海省海东市化隆回族自治县','3',5,'H',NULL,'1','810900','630200'),('630225','2018-01-30 19:30:19',NULL,NULL,NULL,'循化撒拉族自治县','青海省海东市循化撒拉族自治县','3',6,'X',NULL,'1','811100','630200'),('632200','2018-01-30 19:30:19',NULL,NULL,NULL,'海北藏族自治州','青海省海北藏族自治州','2',3,'H',NULL,'1','812200','630000'),('632221','2018-01-30 19:30:19',NULL,NULL,NULL,'门源回族自治县','青海省海北藏族自治州门源回族自治县','3',1,'M',NULL,'1','810300','632200'),('632222','2018-01-30 19:30:19',NULL,NULL,NULL,'祁连县','青海省海北藏族自治州祁连县','3',2,'Q',NULL,'1','810400','632200'),('632223','2018-01-30 19:30:19',NULL,NULL,NULL,'海晏县','青海省海北藏族自治州海晏县','3',3,'H',NULL,'1','812200','632200'),('632224','2018-01-30 19:30:19',NULL,NULL,NULL,'刚察县','青海省海北藏族自治州刚察县','3',4,'G',NULL,'1','812300','632200'),('632300','2018-01-30 19:30:19',NULL,NULL,NULL,'黄南藏族自治州','青海省黄南藏族自治州','2',4,'H',NULL,'1','811300','630000'),('632321','2018-01-30 19:30:19',NULL,NULL,NULL,'同仁县','青海省黄南藏族自治州同仁县','3',1,'T',NULL,'1','811300','632300'),('632322','2018-01-30 19:30:19',NULL,NULL,NULL,'尖扎县','青海省黄南藏族自治州尖扎县','3',2,'J',NULL,'1','811200','632300'),('632323','2018-01-30 19:30:19',NULL,NULL,NULL,'泽库县','青海省黄南藏族自治州泽库县','3',3,'Z',NULL,'1','811400','632300'),('632324','2018-01-30 19:30:19',NULL,NULL,NULL,'河南蒙古族自治县','青海省黄南藏族自治州河南蒙古族自治县','3',4,'H',NULL,'1','811500','632300'),('632500','2018-01-30 19:30:19',NULL,NULL,NULL,'海南藏族自治州','青海省海南藏族自治州','2',5,'H',NULL,'1','813000','630000'),('632521','2018-01-30 19:30:19',NULL,NULL,NULL,'共和县','青海省海南藏族自治州共和县','3',1,'G',NULL,'1','813000','632500'),('632522','2018-01-30 19:30:19',NULL,NULL,NULL,'同德县','青海省海南藏族自治州同德县','3',2,'T',NULL,'1','813200','632500'),('632523','2018-01-30 19:30:19',NULL,NULL,NULL,'贵德县','青海省海南藏族自治州贵德县','3',3,'G',NULL,'1','811700','632500'),('632524','2018-01-30 19:30:19',NULL,NULL,NULL,'兴海县','青海省海南藏族自治州兴海县','3',4,'X',NULL,'1','813300','632500'),('632525','2018-01-30 19:30:19',NULL,NULL,NULL,'贵南县','青海省海南藏族自治州贵南县','3',5,'G',NULL,'1','813100','632500'),('632600','2018-01-30 19:30:19',NULL,NULL,NULL,'果洛藏族自治州','青海省果洛藏族自治州','2',6,'G',NULL,'1','814000','630000'),('632621','2018-01-30 19:30:19',NULL,NULL,NULL,'玛沁县','青海省果洛藏族自治州玛沁县','3',1,'M',NULL,'1','814000','632600'),('632622','2018-01-30 19:30:19',NULL,NULL,NULL,'班玛县','青海省果洛藏族自治州班玛县','3',2,'B',NULL,'1','814300','632600'),('632623','2018-01-30 19:30:19',NULL,NULL,NULL,'甘德县','青海省果洛藏族自治州甘德县','3',3,'G',NULL,'1','814100','632600'),('632624','2018-01-30 19:30:19',NULL,NULL,NULL,'达日县','青海省果洛藏族自治州达日县','3',4,'D',NULL,'1','814200','632600'),('632625','2018-01-30 19:30:19',NULL,NULL,NULL,'久治县','青海省果洛藏族自治州久治县','3',5,'J',NULL,'1','624700','632600'),('632626','2018-01-30 19:30:19',NULL,NULL,NULL,'玛多县','青海省果洛藏族自治州玛多县','3',6,'M',NULL,'1','813500','632600'),('632700','2018-01-30 19:30:19',NULL,NULL,NULL,'玉树藏族自治州','青海省玉树藏族自治州','2',7,'Y',NULL,'1','815000','630000'),('632701','2018-01-30 19:30:19',NULL,NULL,NULL,'玉树市','青海省玉树藏族自治州玉树市','3',1,'Y',NULL,'1','815000','632700'),('632722','2018-01-30 19:30:19',NULL,NULL,NULL,'杂多县','青海省玉树藏族自治州杂多县','3',2,'Z',NULL,'1','815300','632700'),('632723','2018-01-30 19:30:19',NULL,NULL,NULL,'称多县','青海省玉树藏族自治州称多县','3',3,'C',NULL,'1','815100','632700'),('632724','2018-01-30 19:30:19',NULL,NULL,NULL,'治多县','青海省玉树藏族自治州治多县','3',4,'Z',NULL,'1','815400','632700'),('632725','2018-01-30 19:30:19',NULL,NULL,NULL,'囊谦县','青海省玉树藏族自治州囊谦县','3',5,'N',NULL,'1','815200','632700'),('632726','2018-01-30 19:30:19',NULL,NULL,NULL,'曲麻莱县','青海省玉树藏族自治州曲麻莱县','3',6,'Q',NULL,'1','815500','632700'),('632800','2018-01-30 19:30:19',NULL,NULL,NULL,'海西蒙古族藏族自治州','青海省海西蒙古族藏族自治州','2',8,'H',NULL,'1','817000','630000'),('632801','2018-01-30 19:30:19',NULL,NULL,NULL,'格尔木市','青海省海西蒙古族藏族自治州格尔木市','3',1,'G',NULL,'1','816000','632800'),('632802','2018-01-30 19:30:19',NULL,NULL,NULL,'德令哈市','青海省海西蒙古族藏族自治州德令哈市','3',2,'D',NULL,'1','817000','632800'),('632821','2018-01-30 19:30:19',NULL,NULL,NULL,'乌兰县','青海省海西蒙古族藏族自治州乌兰县','3',3,'W',NULL,'1','817100','632800'),('632822','2018-01-30 19:30:19',NULL,NULL,NULL,'都兰县','青海省海西蒙古族藏族自治州都兰县','3',4,'D',NULL,'1','816100','632800'),('632823','2018-01-30 19:30:19',NULL,NULL,NULL,'天峻县','青海省海西蒙古族藏族自治州天峻县','3',5,'T',NULL,'1','817200','632800'),('640000','2018-01-30 19:30:19',NULL,NULL,NULL,'宁夏回族自治区','宁夏回族自治区','1',30,'N',NULL,'1','','100000'),('640100','2018-01-30 19:30:19',NULL,NULL,NULL,'银川市','宁夏回族自治区银川市','2',1,'Y',NULL,'1','750004','640000'),('640101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','宁夏回族自治区银川市市辖区','3',1,'S',NULL,'1',NULL,'640100'),('640104','2018-01-30 19:30:19',NULL,NULL,NULL,'兴庆区','宁夏回族自治区银川市兴庆区','3',2,'X',NULL,'1','750001','640100'),('640105','2018-01-30 19:30:19',NULL,NULL,NULL,'西夏区','宁夏回族自治区银川市西夏区','3',3,'X',NULL,'1','750021','640100'),('640106','2018-01-30 19:30:19',NULL,NULL,NULL,'金凤区','宁夏回族自治区银川市金凤区','3',4,'J',NULL,'1','750011','640100'),('640121','2018-01-30 19:30:19',NULL,NULL,NULL,'永宁县','宁夏回族自治区银川市永宁县','3',5,'Y',NULL,'1','750100','640100'),('640122','2018-01-30 19:30:19',NULL,NULL,NULL,'贺兰县','宁夏回族自治区银川市贺兰县','3',6,'H',NULL,'1','750200','640100'),('640181','2018-01-30 19:30:19',NULL,NULL,NULL,'灵武市','宁夏回族自治区银川市灵武市','3',7,'L',NULL,'1','750004','640100'),('640200','2018-01-30 19:30:19',NULL,NULL,NULL,'石嘴山市','宁夏回族自治区石嘴山市','2',2,'S',NULL,'1','753000','640000'),('640201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','宁夏回族自治区石嘴山市市辖区','3',1,'S',NULL,'1',NULL,'640200'),('640202','2018-01-30 19:30:19',NULL,NULL,NULL,'大武口区','宁夏回族自治区石嘴山市大武口区','3',2,'D',NULL,'1','753000','640200'),('640205','2018-01-30 19:30:19',NULL,NULL,NULL,'惠农区','宁夏回族自治区石嘴山市惠农区','3',3,'H',NULL,'1','753600','640200'),('640221','2018-01-30 19:30:19',NULL,NULL,NULL,'平罗县','宁夏回族自治区石嘴山市平罗县','3',4,'P',NULL,'1','753400','640200'),('640300','2018-01-30 19:30:19',NULL,NULL,NULL,'吴忠市','宁夏回族自治区吴忠市','2',3,'W',NULL,'1','751100','640000'),('640301','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','宁夏回族自治区吴忠市市辖区','3',1,'S',NULL,'1',NULL,'640300'),('640302','2018-01-30 19:30:19',NULL,NULL,NULL,'利通区','宁夏回族自治区吴忠市利通区','3',2,'L',NULL,'1','751100','640300'),('640303','2018-01-30 19:30:19',NULL,NULL,NULL,'红寺堡区','宁夏回族自治区吴忠市红寺堡区','3',3,'H',NULL,'1','751900','640300'),('640323','2018-01-30 19:30:19',NULL,NULL,NULL,'盐池县','宁夏回族自治区吴忠市盐池县','3',4,'Y',NULL,'1','751500','640300'),('640324','2018-01-30 19:30:19',NULL,NULL,NULL,'同心县','宁夏回族自治区吴忠市同心县','3',5,'T',NULL,'1','751300','640300'),('640381','2018-01-30 19:30:19',NULL,NULL,NULL,'青铜峡市','宁夏回族自治区吴忠市青铜峡市','3',6,'Q',NULL,'1','751600','640300'),('640400','2018-01-30 19:30:19',NULL,NULL,NULL,'固原市','宁夏回族自治区固原市','2',4,'G',NULL,'1','756000','640000'),('640401','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','宁夏回族自治区固原市市辖区','3',1,'S',NULL,'1',NULL,'640400'),('640402','2018-01-30 19:30:19',NULL,NULL,NULL,'原州区','宁夏回族自治区固原市原州区','3',2,'Y',NULL,'1','756000','640400'),('640422','2018-01-30 19:30:19',NULL,NULL,NULL,'西吉县','宁夏回族自治区固原市西吉县','3',3,'X',NULL,'1','756200','640400'),('640423','2018-01-30 19:30:19',NULL,NULL,NULL,'隆德县','宁夏回族自治区固原市隆德县','3',4,'L',NULL,'1','756300','640400'),('640424','2018-01-30 19:30:19',NULL,NULL,NULL,'泾源县','宁夏回族自治区固原市泾源县','3',5,'Z',NULL,'1','756400','640400'),('640425','2018-01-30 19:30:19',NULL,NULL,NULL,'彭阳县','宁夏回族自治区固原市彭阳县','3',6,'P',NULL,'1','756500','640400'),('640500','2018-01-30 19:30:19',NULL,NULL,NULL,'中卫市','宁夏回族自治区中卫市','2',5,'Z',NULL,'1','751700','640000'),('640501','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','宁夏回族自治区中卫市市辖区','3',1,'S',NULL,'1',NULL,'640500'),('640502','2018-01-30 19:30:19',NULL,NULL,NULL,'沙坡头区','宁夏回族自治区中卫市沙坡头区','3',2,'S',NULL,'1','755000','640500'),('640521','2018-01-30 19:30:19',NULL,NULL,NULL,'中宁县','宁夏回族自治区中卫市中宁县','3',3,'Z',NULL,'1','751200','640500'),('640522','2018-01-30 19:30:19',NULL,NULL,NULL,'海原县','宁夏回族自治区中卫市海原县','3',4,'H',NULL,'1','751800','640500'),('642100','2018-01-30 19:30:19',NULL,NULL,NULL,'吴忠县','宁夏回族自治区吴忠县','3',7,'W',NULL,'1',NULL,'640300'),('642200','2018-01-30 19:30:19',NULL,NULL,NULL,'固原县','宁夏回族自治区固原县','3',7,'G',NULL,'1',NULL,'640400'),('650000','2018-01-30 19:30:19',NULL,NULL,NULL,'新疆维吾尔自治区','新疆维吾尔自治区','1',31,'X',NULL,'1','','100000'),('650100','2018-01-30 19:30:19',NULL,NULL,NULL,'乌鲁木齐市','新疆维吾尔自治区乌鲁木齐市','2',1,'W',NULL,'1','830002','650000'),('650101','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','新疆维吾尔自治区乌鲁木齐市市辖区','3',1,'S',NULL,'1',NULL,'650100'),('650102','2018-01-30 19:30:19',NULL,NULL,NULL,'天山区','新疆维吾尔自治区乌鲁木齐市天山区','3',2,'T',NULL,'1','830002','650100'),('650103','2018-01-30 19:30:19',NULL,NULL,NULL,'沙依巴克区','新疆维吾尔自治区乌鲁木齐市沙依巴克区','3',3,'S',NULL,'1','830000','650100'),('650104','2018-01-30 19:30:19',NULL,NULL,NULL,'新市区','新疆维吾尔自治区乌鲁木齐市新市区','3',4,'X',NULL,'1','830011','650100'),('650105','2018-01-30 19:30:19',NULL,NULL,NULL,'水磨沟区','新疆维吾尔自治区乌鲁木齐市水磨沟区','3',5,'S',NULL,'1','830017','650100'),('650106','2018-01-30 19:30:19',NULL,NULL,NULL,'头屯河区','新疆维吾尔自治区乌鲁木齐市头屯河区','3',6,'T',NULL,'1','830022','650100'),('650107','2018-01-30 19:30:19',NULL,NULL,NULL,'达坂城区','新疆维吾尔自治区乌鲁木齐市达坂城区','3',7,'D',NULL,'1','830039','650100'),('650109','2018-01-30 19:30:19',NULL,NULL,NULL,'米东区','新疆维吾尔自治区乌鲁木齐市米东区','3',8,'M',NULL,'1','830019','650100'),('650121','2018-01-30 19:30:19',NULL,NULL,NULL,'乌鲁木齐县','新疆维吾尔自治区乌鲁木齐市乌鲁木齐县','3',9,'W',NULL,'1','830063','650100'),('650200','2018-01-30 19:30:19',NULL,NULL,NULL,'克拉玛依市','新疆维吾尔自治区克拉玛依市','2',2,'K',NULL,'1','834000','650000'),('650201','2018-01-30 19:30:19',NULL,NULL,NULL,'市辖区','新疆维吾尔自治区克拉玛依市市辖区','3',1,'S',NULL,'1',NULL,'650200'),('650202','2018-01-30 19:30:19',NULL,NULL,NULL,'独山子区','新疆维吾尔自治区克拉玛依市独山子区','3',2,'D',NULL,'1','834021','650200'),('650203','2018-01-30 19:30:19',NULL,NULL,NULL,'克拉玛依区','新疆维吾尔自治区克拉玛依市克拉玛依区','3',3,'K',NULL,'1','834000','650200'),('650204','2018-01-30 19:30:19',NULL,NULL,NULL,'白碱滩区','新疆维吾尔自治区克拉玛依市白碱滩区','3',4,'B',NULL,'1','834008','650200'),('650205','2018-01-30 19:30:19',NULL,NULL,NULL,'乌尔禾区','新疆维吾尔自治区克拉玛依市乌尔禾区','3',5,'W',NULL,'1','834012','650200'),('650400','2018-01-30 19:30:19',NULL,NULL,NULL,'吐鲁番市','新疆维吾尔自治区吐鲁番市','2',3,'T',NULL,'1',NULL,'650000'),('650402','2018-01-30 19:30:19',NULL,NULL,NULL,'高昌区','新疆维吾尔自治区吐鲁番市高昌区','3',1,'G',NULL,'1',NULL,'650400'),('650421','2018-01-30 19:30:19',NULL,NULL,NULL,'鄯善县','新疆维吾尔自治区吐鲁番市鄯善县','3',2,'Z',NULL,'1',NULL,'650400'),('650422','2018-01-30 19:30:19',NULL,NULL,NULL,'托克逊县','新疆维吾尔自治区吐鲁番市托克逊县','3',3,'T',NULL,'1',NULL,'650400'),('650500','2018-01-30 19:30:19',NULL,NULL,NULL,'哈密市','新疆维吾尔自治区哈密市','2',4,'H',NULL,'1',NULL,'650000'),('650502','2018-01-30 19:30:19',NULL,NULL,NULL,'伊州区','新疆维吾尔自治区哈密市伊州区','3',1,'Y',NULL,'1',NULL,'650500'),('650521','2018-01-30 19:30:19',NULL,NULL,NULL,'巴里坤哈萨克自治县','新疆维吾尔自治区哈密市巴里坤哈萨克自治县','3',2,'B',NULL,'1',NULL,'650500'),('650522','2018-01-30 19:30:19',NULL,NULL,NULL,'伊吾县','新疆维吾尔自治区哈密市伊吾县','3',3,'Y',NULL,'1',NULL,'650500'),('652300','2018-01-30 19:30:19',NULL,NULL,NULL,'昌吉回族自治州','新疆维吾尔自治区昌吉回族自治州','2',5,'C',NULL,'1','831100','650000'),('652301','2018-01-30 19:30:19',NULL,NULL,NULL,'昌吉市','新疆维吾尔自治区昌吉回族自治州昌吉市','3',1,'C',NULL,'1','831100','652300'),('652302','2018-01-30 19:30:19',NULL,NULL,NULL,'阜康市','新疆维吾尔自治区昌吉回族自治州阜康市','3',2,'F',NULL,'1','831500','652300'),('652323','2018-01-30 19:30:19',NULL,NULL,NULL,'呼图壁县','新疆维吾尔自治区昌吉回族自治州呼图壁县','3',3,'H',NULL,'1','831200','652300'),('652324','2018-01-30 19:30:19',NULL,NULL,NULL,'玛纳斯县','新疆维吾尔自治区昌吉回族自治州玛纳斯县','3',4,'M',NULL,'1','832200','652300'),('652325','2018-01-30 19:30:19',NULL,NULL,NULL,'奇台县','新疆维吾尔自治区昌吉回族自治州奇台县','3',5,'Q',NULL,'1','831800','652300'),('652327','2018-01-30 19:30:19',NULL,NULL,NULL,'吉木萨尔县','新疆维吾尔自治区昌吉回族自治州吉木萨尔县','3',6,'J',NULL,'1','831700','652300'),('652328','2018-01-30 19:30:19',NULL,NULL,NULL,'木垒哈萨克自治县','新疆维吾尔自治区昌吉回族自治州木垒哈萨克自治县','3',7,'M',NULL,'1','831900','652300'),('652700','2018-01-30 19:30:19',NULL,NULL,NULL,'博尔塔拉蒙古自治州','新疆维吾尔自治区博尔塔拉蒙古自治州','2',6,'B',NULL,'1','833400','650000'),('652701','2018-01-30 19:30:19',NULL,NULL,NULL,'博乐市','新疆维吾尔自治区博尔塔拉蒙古自治州博乐市','3',1,'B',NULL,'1','833400','652700'),('652702','2018-01-30 19:30:19',NULL,NULL,NULL,'阿拉山口市','新疆维吾尔自治区博尔塔拉蒙古自治州阿拉山口市','3',2,'A',NULL,'1','833400','652700'),('652722','2018-01-30 19:30:19',NULL,NULL,NULL,'精河县','新疆维吾尔自治区博尔塔拉蒙古自治州精河县','3',3,'J',NULL,'1','833300','652700'),('652723','2018-01-30 19:30:19',NULL,NULL,NULL,'温泉县','新疆维吾尔自治区博尔塔拉蒙古自治州温泉县','3',4,'W',NULL,'1','833500','652700'),('652800','2018-01-30 19:30:19',NULL,NULL,NULL,'巴音郭楞蒙古自治州','新疆维吾尔自治区巴音郭楞蒙古自治州','2',7,'B',NULL,'1','841000','650000'),('652801','2018-01-30 19:30:19',NULL,NULL,NULL,'库尔勒市','新疆维吾尔自治区巴音郭楞蒙古自治州库尔勒市','3',1,'K',NULL,'1','841000','652800'),('652822','2018-01-30 19:30:19',NULL,NULL,NULL,'轮台县','新疆维吾尔自治区巴音郭楞蒙古自治州轮台县','3',2,'L',NULL,'1','841600','652800'),('652823','2018-01-30 19:30:19',NULL,NULL,NULL,'尉犁县','新疆维吾尔自治区巴音郭楞蒙古自治州尉犁县','3',3,'W',NULL,'1','841500','652800'),('652824','2018-01-30 19:30:19',NULL,NULL,NULL,'若羌县','新疆维吾尔自治区巴音郭楞蒙古自治州若羌县','3',4,'R',NULL,'1','841800','652800'),('652825','2018-01-30 19:30:19',NULL,NULL,NULL,'且末县','新疆维吾尔自治区巴音郭楞蒙古自治州且末县','3',5,'Q',NULL,'1','841900','652800'),('652826','2018-01-30 19:30:19',NULL,NULL,NULL,'焉耆回族自治县','新疆维吾尔自治区巴音郭楞蒙古自治州焉耆回族自治县','3',6,'Y',NULL,'1','841100','652800'),('652827','2018-01-30 19:30:19',NULL,NULL,NULL,'和静县','新疆维吾尔自治区巴音郭楞蒙古自治州和静县','3',7,'H',NULL,'1','841300','652800'),('652828','2018-01-30 19:30:19',NULL,NULL,NULL,'和硕县','新疆维吾尔自治区巴音郭楞蒙古自治州和硕县','3',8,'H',NULL,'1','841200','652800'),('652829','2018-01-30 19:30:19',NULL,NULL,NULL,'博湖县','新疆维吾尔自治区巴音郭楞蒙古自治州博湖县','3',9,'B',NULL,'1','841400','652800'),('652900','2018-01-30 19:30:19',NULL,NULL,NULL,'阿克苏地区','新疆维吾尔自治区阿克苏地区','2',8,'A',NULL,'1','843000','650000'),('652901','2018-01-30 19:30:19',NULL,NULL,NULL,'阿克苏市','新疆维吾尔自治区阿克苏地区阿克苏市','3',1,'A',NULL,'1','843000','652900'),('652922','2018-01-30 19:30:19',NULL,NULL,NULL,'温宿县','新疆维吾尔自治区阿克苏地区温宿县','3',2,'W',NULL,'1','843100','652900'),('652923','2018-01-30 19:30:19',NULL,NULL,NULL,'库车县','新疆维吾尔自治区阿克苏地区库车县','3',3,'K',NULL,'1','842000','652900'),('652924','2018-01-30 19:30:19',NULL,NULL,NULL,'沙雅县','新疆维吾尔自治区阿克苏地区沙雅县','3',4,'S',NULL,'1','842200','652900'),('652925','2018-01-30 19:30:19',NULL,NULL,NULL,'新和县','新疆维吾尔自治区阿克苏地区新和县','3',5,'X',NULL,'1','842100','652900'),('652926','2018-01-30 19:30:19',NULL,NULL,NULL,'拜城县','新疆维吾尔自治区阿克苏地区拜城县','3',6,'B',NULL,'1','842300','652900'),('652927','2018-01-30 19:30:19',NULL,NULL,NULL,'乌什县','新疆维吾尔自治区阿克苏地区乌什县','3',7,'W',NULL,'1','843400','652900'),('652928','2018-01-30 19:30:19',NULL,NULL,NULL,'阿瓦提县','新疆维吾尔自治区阿克苏地区阿瓦提县','3',8,'A',NULL,'1','843200','652900'),('652929','2018-01-30 19:30:19',NULL,NULL,NULL,'柯坪县','新疆维吾尔自治区阿克苏地区柯坪县','3',9,'K',NULL,'1','843600','652900'),('653000','2018-01-30 19:30:19',NULL,NULL,NULL,'克孜勒苏柯尔克孜自治州','新疆维吾尔自治区克孜勒苏柯尔克孜自治州','2',9,'K',NULL,'1','845350','650000'),('653001','2018-01-30 19:30:19',NULL,NULL,NULL,'阿图什市','新疆维吾尔自治区克孜勒苏柯尔克孜自治州阿图什市','3',1,'A',NULL,'1','845350','653000'),('653022','2018-01-30 19:30:19',NULL,NULL,NULL,'阿克陶县','新疆维吾尔自治区克孜勒苏柯尔克孜自治州阿克陶县','3',2,'A',NULL,'1','845550','653000'),('653023','2018-01-30 19:30:19',NULL,NULL,NULL,'阿合奇县','新疆维吾尔自治区克孜勒苏柯尔克孜自治州阿合奇县','3',3,'A',NULL,'1','843500','653000'),('653024','2018-01-30 19:30:19',NULL,NULL,NULL,'乌恰县','新疆维吾尔自治区克孜勒苏柯尔克孜自治州乌恰县','3',4,'W',NULL,'1','845450','653000'),('653100','2018-01-30 19:30:19',NULL,NULL,NULL,'喀什地区','新疆维吾尔自治区喀什地区','2',10,'K',NULL,'1','844000','650000'),('653101','2018-01-30 19:30:19',NULL,NULL,NULL,'喀什市','新疆维吾尔自治区喀什地区喀什市','3',1,'K',NULL,'1','844000','653100'),('653121','2018-01-30 19:30:19',NULL,NULL,NULL,'疏附县','新疆维吾尔自治区喀什地区疏附县','3',2,'S',NULL,'1','844100','653100'),('653122','2018-01-30 19:30:19',NULL,NULL,NULL,'疏勒县','新疆维吾尔自治区喀什地区疏勒县','3',3,'S',NULL,'1','844200','653100'),('653123','2018-01-30 19:30:19',NULL,NULL,NULL,'英吉沙县','新疆维吾尔自治区喀什地区英吉沙县','3',4,'Y',NULL,'1','844500','653100'),('653124','2018-01-30 19:30:19',NULL,NULL,NULL,'泽普县','新疆维吾尔自治区喀什地区泽普县','3',5,'Z',NULL,'1','844800','653100'),('653125','2018-01-30 19:30:19',NULL,NULL,NULL,'莎车县','新疆维吾尔自治区喀什地区莎车县','3',6,'S',NULL,'1','844700','653100'),('653126','2018-01-30 19:30:19',NULL,NULL,NULL,'叶城县','新疆维吾尔自治区喀什地区叶城县','3',7,'Y',NULL,'1','844900','653100'),('653127','2018-01-30 19:30:19',NULL,NULL,NULL,'麦盖提县','新疆维吾尔自治区喀什地区麦盖提县','3',8,'M',NULL,'1','844600','653100'),('653128','2018-01-30 19:30:19',NULL,NULL,NULL,'岳普湖县','新疆维吾尔自治区喀什地区岳普湖县','3',9,'Y',NULL,'1','844400','653100'),('653129','2018-01-30 19:30:19',NULL,NULL,NULL,'伽师县','新疆维吾尔自治区喀什地区伽师县','3',10,'Z',NULL,'1','844300','653100'),('653130','2018-01-30 19:30:19',NULL,NULL,NULL,'巴楚县','新疆维吾尔自治区喀什地区巴楚县','3',11,'B',NULL,'1','843800','653100'),('653131','2018-01-30 19:30:19',NULL,NULL,NULL,'塔什库尔干塔吉克自治县','新疆维吾尔自治区喀什地区塔什库尔干塔吉克自治县','3',12,'T',NULL,'1','845250','653100'),('653200','2018-01-30 19:30:19',NULL,NULL,NULL,'和田地区','新疆维吾尔自治区和田地区','2',11,'H',NULL,'1','848000','650000'),('653201','2018-01-30 19:30:19',NULL,NULL,NULL,'和田市','新疆维吾尔自治区和田地区和田市','3',1,'H',NULL,'1','848000','653200'),('653221','2018-01-30 19:30:19',NULL,NULL,NULL,'和田县','新疆维吾尔自治区和田地区和田县','3',2,'H',NULL,'1','848000','653200'),('653222','2018-01-30 19:30:19',NULL,NULL,NULL,'墨玉县','新疆维吾尔自治区和田地区墨玉县','3',3,'M',NULL,'1','848100','653200'),('653223','2018-01-30 19:30:19',NULL,NULL,NULL,'皮山县','新疆维吾尔自治区和田地区皮山县','3',4,'P',NULL,'1','845150','653200'),('653224','2018-01-30 19:30:19',NULL,NULL,NULL,'洛浦县','新疆维吾尔自治区和田地区洛浦县','3',5,'L',NULL,'1','848200','653200'),('653225','2018-01-30 19:30:19',NULL,NULL,NULL,'策勒县','新疆维吾尔自治区和田地区策勒县','3',6,'C',NULL,'1','848300','653200'),('653226','2018-01-30 19:30:19',NULL,NULL,NULL,'于田县','新疆维吾尔自治区和田地区于田县','3',7,'Y',NULL,'1','848400','653200'),('653227','2018-01-30 19:30:19',NULL,NULL,NULL,'民丰县','新疆维吾尔自治区和田地区民丰县','3',8,'M',NULL,'1','848500','653200'),('654000','2018-01-30 19:30:19',NULL,NULL,NULL,'伊犁哈萨克自治州','新疆维吾尔自治区伊犁哈萨克自治州','2',12,'Y',NULL,'1','835100','650000'),('654002','2018-01-30 19:30:19',NULL,NULL,NULL,'伊宁市','新疆维吾尔自治区伊犁哈萨克自治州伊宁市','3',1,'Y',NULL,'1','835000','654000'),('654003','2018-01-30 19:30:19',NULL,NULL,NULL,'奎屯市','新疆维吾尔自治区伊犁哈萨克自治州奎屯市','3',2,'K',NULL,'1','833200','654000'),('654004','2018-01-30 19:30:19',NULL,NULL,NULL,'霍尔果斯市','新疆维吾尔自治区伊犁哈萨克自治州霍尔果斯市','3',3,'H',NULL,'1','835221','654000'),('654021','2018-01-30 19:30:19',NULL,NULL,NULL,'伊宁县','新疆维吾尔自治区伊犁哈萨克自治州伊宁县','3',4,'Y',NULL,'1','835100','654000'),('654022','2018-01-30 19:30:19',NULL,NULL,NULL,'察布查尔锡伯自治县','新疆维吾尔自治区伊犁哈萨克自治州察布查尔锡伯自治县','3',5,'C',NULL,'1','835300','654000'),('654023','2018-01-30 19:30:19',NULL,NULL,NULL,'霍城县','新疆维吾尔自治区伊犁哈萨克自治州霍城县','3',6,'H',NULL,'1','835200','654000'),('654024','2018-01-30 19:30:19',NULL,NULL,NULL,'巩留县','新疆维吾尔自治区伊犁哈萨克自治州巩留县','3',7,'G',NULL,'1','835400','654000'),('654025','2018-01-30 19:30:19',NULL,NULL,NULL,'新源县','新疆维吾尔自治区伊犁哈萨克自治州新源县','3',8,'X',NULL,'1','835800','654000'),('654026','2018-01-30 19:30:19',NULL,NULL,NULL,'昭苏县','新疆维吾尔自治区伊犁哈萨克自治州昭苏县','3',9,'Z',NULL,'1','835600','654000'),('654027','2018-01-30 19:30:19',NULL,NULL,NULL,'特克斯县','新疆维吾尔自治区伊犁哈萨克自治州特克斯县','3',10,'T',NULL,'1','835500','654000'),('654028','2018-01-30 19:30:19',NULL,NULL,NULL,'尼勒克县','新疆维吾尔自治区伊犁哈萨克自治州尼勒克县','3',11,'N',NULL,'1','835700','654000'),('654200','2018-01-30 19:30:19',NULL,NULL,NULL,'塔城地区','新疆维吾尔自治区塔城地区','2',13,'T',NULL,'1','834700','650000'),('654201','2018-01-30 19:30:19',NULL,NULL,NULL,'塔城市','新疆维吾尔自治区塔城地区塔城市','3',1,'T',NULL,'1','834700','654200'),('654202','2018-01-30 19:30:19',NULL,NULL,NULL,'乌苏市','新疆维吾尔自治区塔城地区乌苏市','3',2,'W',NULL,'1','833000','654200'),('654221','2018-01-30 19:30:19',NULL,NULL,NULL,'额敏县','新疆维吾尔自治区塔城地区额敏县','3',3,'E',NULL,'1','834600','654200'),('654223','2018-01-30 19:30:19',NULL,NULL,NULL,'沙湾县','新疆维吾尔自治区塔城地区沙湾县','3',4,'S',NULL,'1','832100','654200'),('654224','2018-01-30 19:30:19',NULL,NULL,NULL,'托里县','新疆维吾尔自治区塔城地区托里县','3',5,'T',NULL,'1','834500','654200'),('654225','2018-01-30 19:30:19',NULL,NULL,NULL,'裕民县','新疆维吾尔自治区塔城地区裕民县','3',6,'Y',NULL,'1','834800','654200'),('654226','2018-01-30 19:30:19',NULL,NULL,NULL,'和布克赛尔蒙古自治县','新疆维吾尔自治区塔城地区和布克赛尔蒙古自治县','3',7,'H',NULL,'1','834400','654200'),('654300','2018-01-30 19:30:19',NULL,NULL,NULL,'阿勒泰地区','新疆维吾尔自治区阿勒泰地区','2',14,'A',NULL,'1','836500','650000'),('654301','2018-01-30 19:30:19',NULL,NULL,NULL,'阿勒泰市','新疆维吾尔自治区阿勒泰地区阿勒泰市','3',1,'A',NULL,'1','836500','654300'),('654321','2018-01-30 19:30:19',NULL,NULL,NULL,'布尔津县','新疆维吾尔自治区阿勒泰地区布尔津县','3',2,'B',NULL,'1','836600','654300'),('654322','2018-01-30 19:30:19',NULL,NULL,NULL,'富蕴县','新疆维吾尔自治区阿勒泰地区富蕴县','3',3,'F',NULL,'1','836100','654300'),('654323','2018-01-30 19:30:19',NULL,NULL,NULL,'福海县','新疆维吾尔自治区阿勒泰地区福海县','3',4,'F',NULL,'1','836400','654300'),('654324','2018-01-30 19:30:19',NULL,NULL,NULL,'哈巴河县','新疆维吾尔自治区阿勒泰地区哈巴河县','3',5,'H',NULL,'1','836700','654300'),('654325','2018-01-30 19:30:19',NULL,NULL,NULL,'青河县','新疆维吾尔自治区阿勒泰地区青河县','3',6,'Q',NULL,'1','836200','654300'),('654326','2018-01-30 19:30:19',NULL,NULL,NULL,'吉木乃县','新疆维吾尔自治区阿勒泰地区吉木乃县','3',7,'J',NULL,'1','836800','654300'),('659000','2018-01-30 19:30:19',NULL,NULL,NULL,'自治区直辖县级行政区划','新疆维吾尔自治区自治区直辖县级行政区划','2',15,'Z',NULL,'1','','650000'),('659001','2018-01-30 19:30:19',NULL,NULL,NULL,'石河子市','新疆维吾尔自治区自治区直辖县级行政区划石河子市','3',1,'S',NULL,'1','832000','659000'),('659002','2018-01-30 19:30:19',NULL,NULL,NULL,'阿拉尔市','新疆维吾尔自治区自治区直辖县级行政区划阿拉尔市','3',2,'A',NULL,'1','843300','659000'),('659003','2018-01-30 19:30:19',NULL,NULL,NULL,'图木舒克市','新疆维吾尔自治区自治区直辖县级行政区划图木舒克市','3',3,'T',NULL,'1','843806','659000'),('659004','2018-01-30 19:30:19',NULL,NULL,NULL,'五家渠市','新疆维吾尔自治区自治区直辖县级行政区划五家渠市','3',4,'W',NULL,'1','831300','659000'),('659006','2018-01-30 19:30:19',NULL,NULL,NULL,'铁门关市','新疆维吾尔自治区自治区直辖县级行政区划铁门关市','3',5,'T',NULL,'1','836000','659000'),('710000','2021-03-18 13:30:19',NULL,NULL,NULL,'台湾省','台湾省','1',32,'T',NULL,'1','999079','100000'),('810000','2021-03-18 13:30:19',NULL,NULL,NULL,'香港特别行政区','香港特别行政区','1',33,'X',NULL,'1','999077','100000'),('820000','2021-03-18 13:30:19',NULL,NULL,NULL,'澳门特别行政区','澳门特别行政区','1',34,'A',NULL,'1','999078','100000'),('900000','2019-05-10 11:15:37',NULL,NULL,NULL,'国外','国外','1',50,'H',NULL,'1','','100000'),('900101','2019-07-01 10:13:52',NULL,NULL,NULL,'阿鲁巴','阿鲁巴','2',1,'A',NULL,'1',NULL,'900000'),('900102','2019-07-01 10:13:52',NULL,NULL,NULL,'阿富汗','阿富汗','2',2,'A',NULL,'1',NULL,'900000'),('900103','2019-07-01 10:13:52',NULL,NULL,NULL,'安哥拉','安哥拉','2',3,'A',NULL,'1',NULL,'900000'),('900104','2019-07-01 10:13:52',NULL,NULL,NULL,'安圭拉','安圭拉','2',4,'A',NULL,'1',NULL,'900000'),('900105','2019-07-01 10:13:52',NULL,NULL,NULL,'阿尔巴尼亚','阿尔巴尼亚','2',5,'A',NULL,'1',NULL,'900000'),('900106','2019-07-01 10:13:52',NULL,NULL,NULL,'安道尔','安道尔','2',6,'A',NULL,'1',NULL,'900000'),('900107','2019-07-01 10:13:52',NULL,NULL,NULL,'荷属安的列斯','荷属安的列斯','2',7,'H',NULL,'1',NULL,'900000'),('900108','2019-07-01 10:13:52',NULL,NULL,NULL,'阿联酋','阿联酋','2',8,'A',NULL,'1',NULL,'900000'),('900109','2019-07-01 10:13:52',NULL,NULL,NULL,'阿根廷','阿根廷','2',9,'A',NULL,'1',NULL,'900000'),('900110','2019-07-01 10:13:52',NULL,NULL,NULL,'亚美尼亚','亚美尼亚','2',10,'Y',NULL,'1',NULL,'900000'),('900111','2019-07-01 10:13:52',NULL,NULL,NULL,'美属萨摩亚','美属萨摩亚','2',11,'M',NULL,'1',NULL,'900000'),('900112','2019-07-01 10:13:52',NULL,NULL,NULL,'南极洲','南极洲','2',12,'N',NULL,'1',NULL,'900000'),('900113','2019-07-01 10:13:52',NULL,NULL,NULL,'法属南部领土','法属南部领土','2',13,'F',NULL,'1',NULL,'900000'),('900114','2019-07-01 10:13:52',NULL,NULL,NULL,'安提瓜和巴布达','安提瓜和巴布达','2',14,'A',NULL,'1',NULL,'900000'),('900115','2019-07-01 10:13:52',NULL,NULL,NULL,'澳大利亚','澳大利亚','2',15,'A',NULL,'1',NULL,'900000'),('900116','2019-07-01 10:13:52',NULL,NULL,NULL,'奥地利','奥地利','2',16,'A',NULL,'1',NULL,'900000'),('900117','2019-07-01 10:13:52',NULL,NULL,NULL,'阿塞拜疆','阿塞拜疆','2',17,'A',NULL,'1',NULL,'900000'),('900118','2019-07-01 10:13:52',NULL,NULL,NULL,'布隆迪','布隆迪','2',18,'B',NULL,'1',NULL,'900000'),('900119','2019-07-01 10:13:52',NULL,NULL,NULL,'比利时','比利时','2',19,'B',NULL,'1',NULL,'900000'),('900120','2019-07-01 10:13:52',NULL,NULL,NULL,'贝宁','贝宁','2',20,'B',NULL,'1',NULL,'900000'),('900121','2019-07-01 10:13:52',NULL,NULL,NULL,'布基纳法索','布基纳法索','2',21,'B',NULL,'1',NULL,'900000'),('900122','2019-07-01 10:13:52',NULL,NULL,NULL,'孟加拉国','孟加拉国','2',22,'M',NULL,'1',NULL,'900000'),('900123','2019-07-01 10:13:52',NULL,NULL,NULL,'保加利亚','保加利亚','2',23,'B',NULL,'1',NULL,'900000'),('900124','2019-07-01 10:13:52',NULL,NULL,NULL,'巴林','巴林','2',24,'B',NULL,'1',NULL,'900000'),('900125','2019-07-01 10:13:52',NULL,NULL,NULL,'巴哈马','巴哈马','2',25,'B',NULL,'1',NULL,'900000'),('900126','2019-07-01 10:13:52',NULL,NULL,NULL,'波斯尼亚和黑塞哥维那','波斯尼亚和黑塞哥维那','2',26,'B',NULL,'1',NULL,'900000'),('900127','2019-07-01 10:13:52',NULL,NULL,NULL,'白俄罗斯','白俄罗斯','2',27,'B',NULL,'1',NULL,'900000'),('900128','2019-07-01 10:13:52',NULL,NULL,NULL,'伯利兹','伯利兹','2',28,'B',NULL,'1',NULL,'900000'),('900129','2019-07-01 10:13:52',NULL,NULL,NULL,'百幕大','百幕大','2',29,'B',NULL,'1',NULL,'900000'),('900130','2019-07-01 10:13:52',NULL,NULL,NULL,'玻利维亚','玻利维亚','2',30,'B',NULL,'1',NULL,'900000'),('900131','2019-07-01 10:13:52',NULL,NULL,NULL,'巴西','巴西','2',31,'B',NULL,'1',NULL,'900000'),('900132','2019-07-01 10:13:52',NULL,NULL,NULL,'巴巴多斯','巴巴多斯','2',32,'B',NULL,'1',NULL,'900000'),('900133','2019-07-01 10:13:52',NULL,NULL,NULL,'文莱','文莱','2',33,'W',NULL,'1',NULL,'900000'),('900134','2019-07-01 10:13:52',NULL,NULL,NULL,'不丹','不丹','2',34,'B',NULL,'1',NULL,'900000'),('900135','2019-07-01 10:13:52',NULL,NULL,NULL,'布维岛','布维岛','2',35,'B',NULL,'1',NULL,'900000'),('900136','2019-07-01 10:13:52',NULL,NULL,NULL,'博茨瓦纳','博茨瓦纳','2',36,'B',NULL,'1',NULL,'900000'),('900137','2019-07-01 10:13:52',NULL,NULL,NULL,'中非','中非','2',37,'Z',NULL,'1',NULL,'900000'),('900138','2019-07-01 10:13:52',NULL,NULL,NULL,'加拿大','加拿大','2',38,'J',NULL,'1',NULL,'900000'),('900139','2019-07-01 10:13:52',NULL,NULL,NULL,'科科斯群岛','科科斯群岛','2',39,'K',NULL,'1',NULL,'900000'),('900140','2019-07-01 10:13:52',NULL,NULL,NULL,'瑞士','瑞士','2',40,'R',NULL,'1',NULL,'900000'),('900141','2019-07-01 10:13:52',NULL,NULL,NULL,'智利','智利','2',41,'Z',NULL,'1',NULL,'900000'),('900143','2019-07-01 10:13:52',NULL,NULL,NULL,'科特迪瓦','科特迪瓦','2',43,'K',NULL,'1',NULL,'900000'),('900144','2019-07-01 10:13:52',NULL,NULL,NULL,'喀麦隆','喀麦隆','2',44,'K',NULL,'1',NULL,'900000'),('900145','2019-07-01 10:13:52',NULL,NULL,NULL,'刚果民主共和国','刚果民主共和国','2',45,'G',NULL,'1',NULL,'900000'),('900146','2019-07-01 10:13:52',NULL,NULL,NULL,'刚果','刚果','2',46,'G',NULL,'1',NULL,'900000'),('900147','2019-07-01 10:13:52',NULL,NULL,NULL,'库克群岛','库克群岛','2',47,'K',NULL,'1',NULL,'900000'),('900148','2019-07-01 10:13:52',NULL,NULL,NULL,'哥伦比亚','哥伦比亚','2',48,'G',NULL,'1',NULL,'900000'),('900149','2019-07-01 10:13:52',NULL,NULL,NULL,'科摩罗','科摩罗','2',49,'K',NULL,'1',NULL,'900000'),('900150','2019-07-01 10:13:52',NULL,NULL,NULL,'佛得角','佛得角','2',50,'F',NULL,'1',NULL,'900000'),('900151','2019-07-01 10:13:52',NULL,NULL,NULL,'哥斯达黎加','哥斯达黎加','2',51,'G',NULL,'1',NULL,'900000'),('900152','2019-07-01 10:13:52',NULL,NULL,NULL,'古巴','古巴','2',52,'G',NULL,'1',NULL,'900000'),('900153','2019-07-01 10:13:52',NULL,NULL,NULL,'圣诞岛','圣诞岛','2',53,'S',NULL,'1',NULL,'900000'),('900154','2019-07-01 10:13:52',NULL,NULL,NULL,'开曼群岛','开曼群岛','2',54,'K',NULL,'1',NULL,'900000'),('900155','2019-07-01 10:13:52',NULL,NULL,NULL,'塞浦路斯','塞浦路斯','2',55,'S',NULL,'1',NULL,'900000'),('900156','2019-07-01 10:13:52',NULL,NULL,NULL,'捷克','捷克','2',56,'J',NULL,'1',NULL,'900000'),('900157','2019-07-01 10:13:52',NULL,NULL,NULL,'德国','德国','2',57,'D',NULL,'1',NULL,'900000'),('900158','2019-07-01 10:13:52',NULL,NULL,NULL,'吉布提','吉布提','2',58,'J',NULL,'1',NULL,'900000'),('900159','2019-07-01 10:13:52',NULL,NULL,NULL,'多米尼加','多米尼加','2',59,'D',NULL,'1',NULL,'900000'),('900160','2019-07-01 10:13:52',NULL,NULL,NULL,'丹麦','丹麦','2',60,'D',NULL,'1',NULL,'900000'),('900161','2019-07-01 10:13:52',NULL,NULL,NULL,'多米尼家共和国','多米尼家共和国','2',61,'D',NULL,'1',NULL,'900000'),('900162','2019-07-01 10:13:52',NULL,NULL,NULL,'阿尔及利亚','阿尔及利亚','2',62,'A',NULL,'1',NULL,'900000'),('900163','2019-07-01 10:13:52',NULL,NULL,NULL,'厄瓜多尔','厄瓜多尔','2',63,'E',NULL,'1',NULL,'900000'),('900164','2019-07-01 10:13:52',NULL,NULL,NULL,'埃及','埃及','2',64,'A',NULL,'1',NULL,'900000'),('900165','2019-07-01 10:13:52',NULL,NULL,NULL,'厄立特里亚','厄立特里亚','2',65,'E',NULL,'1',NULL,'900000'),('900166','2019-07-01 10:13:52',NULL,NULL,NULL,'西撒哈拉','西撒哈拉','2',66,'X',NULL,'1',NULL,'900000'),('900167','2019-07-01 10:13:52',NULL,NULL,NULL,'西班牙','西班牙','2',67,'X',NULL,'1',NULL,'900000'),('900168','2019-07-01 10:13:52',NULL,NULL,NULL,'爱沙尼亚','爱沙尼亚','2',68,'A',NULL,'1',NULL,'900000'),('900169','2019-07-01 10:13:52',NULL,NULL,NULL,'埃塞俄比亚','埃塞俄比亚','2',69,'A',NULL,'1',NULL,'900000'),('900170','2019-07-01 10:13:52',NULL,NULL,NULL,'芬兰','芬兰','2',70,'F',NULL,'1',NULL,'900000'),('900171','2019-07-01 10:13:52',NULL,NULL,NULL,'斐济','斐济','2',71,'Z',NULL,'1',NULL,'900000'),('900172','2019-07-01 10:13:52',NULL,NULL,NULL,'马尔维纳斯群岛','马尔维纳斯群岛','2',72,'M',NULL,'1',NULL,'900000'),('900173','2019-07-01 10:13:52',NULL,NULL,NULL,'法国','法国','2',73,'F',NULL,'1',NULL,'900000'),('900174','2019-07-01 10:13:52',NULL,NULL,NULL,'法罗群岛','法罗群岛','2',74,'F',NULL,'1',NULL,'900000'),('900175','2019-07-01 10:13:52',NULL,NULL,NULL,'密克罗尼西亚','密克罗尼西亚','2',75,'M',NULL,'1',NULL,'900000'),('900176','2019-07-01 10:13:52',NULL,NULL,NULL,'加蓬','加蓬','2',76,'J',NULL,'1',NULL,'900000'),('900177','2019-07-01 10:13:52',NULL,NULL,NULL,'英国(独立领土公民、出国不用)','英国(独立领土公民、出国不用)','2',77,'Y',NULL,'1',NULL,'900000'),('900178','2019-07-01 10:13:52',NULL,NULL,NULL,'英国(海外国民,出国不用)','英国(海外国民,出国不用)','2',78,'Y',NULL,'1',NULL,'900000'),('900179','2019-07-01 10:13:52',NULL,NULL,NULL,'英国(海外公民,出国不用)','英国(海外公民,出国不用)','2',79,'Y',NULL,'1',NULL,'900000'),('900180','2019-07-01 10:13:52',NULL,NULL,NULL,'英国(保护公民,出国不用)','英国(保护公民,出国不用)','2',80,'Y',NULL,'1',NULL,'900000'),('900181','2019-07-01 10:13:52',NULL,NULL,NULL,'英国','英国','2',81,'Y',NULL,'1',NULL,'900000'),('900182','2019-07-01 10:13:52',NULL,NULL,NULL,'英国(隶属,出国不用)','英国(隶属,出国不用)','2',82,'Y',NULL,'1',NULL,'900000'),('900183','2019-07-01 10:13:52',NULL,NULL,NULL,'格鲁吉亚','格鲁吉亚','2',83,'G',NULL,'1',NULL,'900000'),('900184','2019-07-01 10:13:52',NULL,NULL,NULL,'加纳','加纳','2',84,'J',NULL,'1',NULL,'900000'),('900185','2019-07-01 10:13:52',NULL,NULL,NULL,'直布罗陀','直布罗陀','2',85,'Z',NULL,'1',NULL,'900000'),('900186','2019-07-01 10:13:52',NULL,NULL,NULL,'几内亚','几内亚','2',86,'J',NULL,'1',NULL,'900000'),('900187','2019-07-01 10:13:52',NULL,NULL,NULL,'瓜德罗普','瓜德罗普','2',87,'G',NULL,'1',NULL,'900000'),('900188','2019-07-01 10:13:52',NULL,NULL,NULL,'冈比亚','冈比亚','2',88,'G',NULL,'1',NULL,'900000'),('900189','2019-07-01 10:13:52',NULL,NULL,NULL,'几内亚比绍','几内亚比绍','2',89,'J',NULL,'1',NULL,'900000'),('900190','2019-07-01 10:13:52',NULL,NULL,NULL,'赤道几内亚','赤道几内亚','2',90,'C',NULL,'1',NULL,'900000'),('900191','2019-07-01 10:13:52',NULL,NULL,NULL,'希腊','希腊','2',91,'X',NULL,'1',NULL,'900000'),('900192','2019-07-01 10:13:52',NULL,NULL,NULL,'格林纳达','格林纳达','2',92,'G',NULL,'1',NULL,'900000'),('900193','2019-07-01 10:13:52',NULL,NULL,NULL,'格陵兰','格陵兰','2',93,'G',NULL,'1',NULL,'900000'),('900194','2019-07-01 10:13:52',NULL,NULL,NULL,'危地马拉','危地马拉','2',94,'W',NULL,'1',NULL,'900000'),('900195','2019-07-01 10:13:52',NULL,NULL,NULL,'法属圭亚那','法属圭亚那','2',95,'F',NULL,'1',NULL,'900000'),('900196','2019-07-01 10:13:52',NULL,NULL,NULL,'关岛','关岛','2',96,'G',NULL,'1',NULL,'900000'),('900197','2019-07-01 10:13:52',NULL,NULL,NULL,'圭亚那','圭亚那','2',97,'G',NULL,'1',NULL,'900000'),('900198','2019-07-01 10:13:52',NULL,NULL,NULL,'中国香港','中国香港','2',98,'Z',NULL,'1',NULL,'900000'),('900199','2019-07-01 10:13:52',NULL,NULL,NULL,'赫德岛和麦克唐纳岛','赫德岛和麦克唐纳岛','2',99,'H',NULL,'1',NULL,'900000'),('900200','2019-07-01 10:13:52',NULL,NULL,NULL,'洪都拉斯','洪都拉斯','2',100,'H',NULL,'1',NULL,'900000'),('900201','2019-07-01 10:13:52',NULL,NULL,NULL,'克罗地亚','克罗地亚','2',101,'K',NULL,'1',NULL,'900000'),('900202','2019-07-01 10:13:52',NULL,NULL,NULL,'海地','海地','2',102,'H',NULL,'1',NULL,'900000'),('900203','2019-07-01 10:13:52',NULL,NULL,NULL,'匈牙利','匈牙利','2',103,'X',NULL,'1',NULL,'900000'),('900204','2019-07-01 10:13:52',NULL,NULL,NULL,'印度尼西亚','印度尼西亚','2',104,'Y',NULL,'1',NULL,'900000'),('900205','2019-07-01 10:13:52',NULL,NULL,NULL,'印度','印度','2',105,'Y',NULL,'1',NULL,'900000'),('900206','2019-07-01 10:13:52',NULL,NULL,NULL,'英属印度洋领土','英属印度洋领土','2',106,'Y',NULL,'1',NULL,'900000'),('900207','2019-07-01 10:13:52',NULL,NULL,NULL,'爱尔兰','爱尔兰','2',107,'A',NULL,'1',NULL,'900000'),('900208','2019-07-01 10:13:52',NULL,NULL,NULL,'伊朗','伊朗','2',108,'Y',NULL,'1',NULL,'900000'),('900209','2019-07-01 10:13:52',NULL,NULL,NULL,'伊拉克','伊拉克','2',109,'Y',NULL,'1',NULL,'900000'),('900210','2019-07-01 10:13:52',NULL,NULL,NULL,'冰岛','冰岛','2',110,'B',NULL,'1',NULL,'900000'),('900211','2019-07-01 10:13:52',NULL,NULL,NULL,'以色列','以色列','2',111,'Y',NULL,'1',NULL,'900000'),('900212','2019-07-01 10:13:52',NULL,NULL,NULL,'意大利','意大利','2',112,'Y',NULL,'1',NULL,'900000'),('900213','2019-07-01 10:13:52',NULL,NULL,NULL,'牙买加','牙买加','2',113,'Y',NULL,'1',NULL,'900000'),('900214','2019-07-01 10:13:52',NULL,NULL,NULL,'约旦','约旦','2',114,'Y',NULL,'1',NULL,'900000'),('900215','2019-07-01 10:13:52',NULL,NULL,NULL,'日本','日本','2',115,'R',NULL,'1',NULL,'900000'),('900216','2019-07-01 10:13:52',NULL,NULL,NULL,'约翰斯顿岛','约翰斯顿岛','2',116,'Y',NULL,'1',NULL,'900000'),('900217','2019-07-01 10:13:52',NULL,NULL,NULL,'哈萨克斯坦','哈萨克斯坦','2',117,'H',NULL,'1',NULL,'900000'),('900218','2019-07-01 10:13:52',NULL,NULL,NULL,'肯尼亚','肯尼亚','2',118,'K',NULL,'1',NULL,'900000'),('900219','2019-07-01 10:13:52',NULL,NULL,NULL,'吉尔吉斯斯坦','吉尔吉斯斯坦','2',119,'J',NULL,'1',NULL,'900000'),('900220','2019-07-01 10:13:52',NULL,NULL,NULL,'柬埔寨','柬埔寨','2',120,'J',NULL,'1',NULL,'900000'),('900221','2019-07-01 10:13:52',NULL,NULL,NULL,'基里巴斯','基里巴斯','2',121,'J',NULL,'1',NULL,'900000'),('900222','2019-07-01 10:13:52',NULL,NULL,NULL,'圣基茨和尼维斯','圣基茨和尼维斯','2',122,'S',NULL,'1',NULL,'900000'),('900223','2019-07-01 10:13:52',NULL,NULL,NULL,'韩国(南朝鲜)','韩国(南朝鲜)','2',123,'H',NULL,'1',NULL,'900000'),('900224','2019-07-01 10:13:52',NULL,NULL,NULL,'科威特','科威特','2',124,'K',NULL,'1',NULL,'900000'),('900225','2019-07-01 10:13:52',NULL,NULL,NULL,'老挝','老挝','2',125,'L',NULL,'1',NULL,'900000'),('900226','2019-07-01 10:13:52',NULL,NULL,NULL,'黎巴嫩','黎巴嫩','2',126,'L',NULL,'1',NULL,'900000'),('900227','2019-07-01 10:13:52',NULL,NULL,NULL,'利比里亚','利比里亚','2',127,'L',NULL,'1',NULL,'900000'),('900228','2019-07-01 10:13:52',NULL,NULL,NULL,'利比亚','利比亚','2',128,'L',NULL,'1',NULL,'900000'),('900229','2019-07-01 10:13:52',NULL,NULL,NULL,'圣卢西亚','圣卢西亚','2',129,'S',NULL,'1',NULL,'900000'),('900230','2019-07-01 10:13:52',NULL,NULL,NULL,'列支敦土登','列支敦土登','2',130,'L',NULL,'1',NULL,'900000'),('900231','2019-07-01 10:13:52',NULL,NULL,NULL,'斯里兰卡','斯里兰卡','2',131,'S',NULL,'1',NULL,'900000'),('900232','2019-07-01 10:13:52',NULL,NULL,NULL,'莱索托','莱索托','2',132,'L',NULL,'1',NULL,'900000'),('900233','2019-07-01 10:13:52',NULL,NULL,NULL,'立陶宛','立陶宛','2',133,'L',NULL,'1',NULL,'900000'),('900234','2019-07-01 10:13:52',NULL,NULL,NULL,'卢森堡','卢森堡','2',134,'L',NULL,'1',NULL,'900000'),('900235','2019-07-01 10:13:52',NULL,NULL,NULL,'拉脱维亚','拉脱维亚','2',135,'L',NULL,'1',NULL,'900000'),('900236','2019-07-01 10:13:52',NULL,NULL,NULL,'中国澳门','中国澳门','2',136,'Z',NULL,'1',NULL,'900000'),('900237','2019-07-01 10:13:52',NULL,NULL,NULL,'摩洛哥','摩洛哥','2',137,'M',NULL,'1',NULL,'900000'),('900238','2019-07-01 10:13:52',NULL,NULL,NULL,'摩纳哥','摩纳哥','2',138,'M',NULL,'1',NULL,'900000'),('900239','2019-07-01 10:13:52',NULL,NULL,NULL,'摩尔多瓦','摩尔多瓦','2',139,'M',NULL,'1',NULL,'900000'),('900240','2019-07-01 10:13:52',NULL,NULL,NULL,'马达加斯加','马达加斯加','2',140,'M',NULL,'1',NULL,'900000'),('900241','2019-07-01 10:13:52',NULL,NULL,NULL,'马尔代夫','马尔代夫','2',141,'M',NULL,'1',NULL,'900000'),('900242','2019-07-01 10:13:52',NULL,NULL,NULL,'墨西哥','墨西哥','2',142,'M',NULL,'1',NULL,'900000'),('900243','2019-07-01 10:13:52',NULL,NULL,NULL,'马绍尔群岛','马绍尔群岛','2',143,'M',NULL,'1',NULL,'900000'),('900244','2019-07-01 10:13:52',NULL,NULL,NULL,'中途岛','中途岛','2',144,'Z',NULL,'1',NULL,'900000'),('900245','2019-07-01 10:13:52',NULL,NULL,NULL,'马其顿','马其顿','2',145,'M',NULL,'1',NULL,'900000'),('900246','2019-07-01 10:13:52',NULL,NULL,NULL,'马里','马里','2',146,'M',NULL,'1',NULL,'900000'),('900247','2019-07-01 10:13:52',NULL,NULL,NULL,'马耳他','马耳他','2',147,'M',NULL,'1',NULL,'900000'),('900248','2019-07-01 10:13:52',NULL,NULL,NULL,'缅甸','缅甸','2',148,'M',NULL,'1',NULL,'900000'),('900249','2019-07-01 10:13:52',NULL,NULL,NULL,'蒙古','蒙古','2',149,'M',NULL,'1',NULL,'900000'),('900250','2019-07-01 10:13:52',NULL,NULL,NULL,'北马里亚纳','北马里亚纳','2',150,'B',NULL,'1',NULL,'900000'),('900251','2019-07-01 10:13:52',NULL,NULL,NULL,'莫桑比克','莫桑比克','2',151,'M',NULL,'1',NULL,'900000'),('900252','2019-07-01 10:13:52',NULL,NULL,NULL,'毛里塔尼亚','毛里塔尼亚','2',152,'M',NULL,'1',NULL,'900000'),('900253','2019-07-01 10:13:52',NULL,NULL,NULL,'蒙特塞拉特','蒙特塞拉特','2',153,'M',NULL,'1',NULL,'900000'),('900254','2019-07-01 10:13:52',NULL,NULL,NULL,'马提尼克','马提尼克','2',154,'M',NULL,'1',NULL,'900000'),('900255','2019-07-01 10:13:52',NULL,NULL,NULL,'毛里求斯','毛里求斯','2',155,'M',NULL,'1',NULL,'900000'),('900256','2019-07-01 10:13:52',NULL,NULL,NULL,'马拉维','马拉维','2',156,'M',NULL,'1',NULL,'900000'),('900257','2019-07-01 10:13:52',NULL,NULL,NULL,'马来西亚','马来西亚','2',157,'M',NULL,'1',NULL,'900000'),('900258','2019-07-01 10:13:52',NULL,NULL,NULL,'马约特','马约特','2',158,'M',NULL,'1',NULL,'900000'),('900259','2019-07-01 10:13:52',NULL,NULL,NULL,'纳米比亚','纳米比亚','2',159,'N',NULL,'1',NULL,'900000'),('900260','2019-07-01 10:13:52',NULL,NULL,NULL,'新喀里多尼亚','新喀里多尼亚','2',160,'X',NULL,'1',NULL,'900000'),('900261','2019-07-01 10:13:52',NULL,NULL,NULL,'尼日尔','尼日尔','2',161,'N',NULL,'1',NULL,'900000'),('900262','2019-07-01 10:13:52',NULL,NULL,NULL,'诺福克岛','诺福克岛','2',162,'N',NULL,'1',NULL,'900000'),('900263','2019-07-01 10:13:52',NULL,NULL,NULL,'尼日利亚','尼日利亚','2',163,'N',NULL,'1',NULL,'900000'),('900264','2019-07-01 10:13:52',NULL,NULL,NULL,'尼加拉瓜','尼加拉瓜','2',164,'N',NULL,'1',NULL,'900000'),('900265','2019-07-01 10:13:52',NULL,NULL,NULL,'纽埃','纽埃','2',165,'N',NULL,'1',NULL,'900000'),('900266','2019-07-01 10:13:52',NULL,NULL,NULL,'荷兰','荷兰','2',166,'H',NULL,'1',NULL,'900000'),('900267','2019-07-01 10:13:52',NULL,NULL,NULL,'挪威','挪威','2',167,'N',NULL,'1',NULL,'900000'),('900268','2019-07-01 10:13:52',NULL,NULL,NULL,'尼波尔','尼波尔','2',168,'N',NULL,'1',NULL,'900000'),('900269','2019-07-01 10:13:52',NULL,NULL,NULL,'瑙鲁','瑙鲁','2',169,'Z',NULL,'1',NULL,'900000'),('900270','2019-07-01 10:13:52',NULL,NULL,NULL,'中间地带','中间地带','2',170,'Z',NULL,'1',NULL,'900000'),('900271','2019-07-01 10:13:52',NULL,NULL,NULL,'新西兰','新西兰','2',171,'X',NULL,'1',NULL,'900000'),('900272','2019-07-01 10:13:52',NULL,NULL,NULL,'阿曼','阿曼','2',172,'A',NULL,'1',NULL,'900000'),('900273','2019-07-01 10:13:52',NULL,NULL,NULL,'巴基斯坦','巴基斯坦','2',173,'B',NULL,'1',NULL,'900000'),('900274','2019-07-01 10:13:52',NULL,NULL,NULL,'巴拿马','巴拿马','2',174,'B',NULL,'1',NULL,'900000'),('900275','2019-07-01 10:13:52',NULL,NULL,NULL,'皮特凯恩群岛','皮特凯恩群岛','2',175,'P',NULL,'1',NULL,'900000'),('900276','2019-07-01 10:13:52',NULL,NULL,NULL,'秘鲁','秘鲁','2',176,'M',NULL,'1',NULL,'900000'),('900277','2019-07-01 10:13:52',NULL,NULL,NULL,'菲律宾','菲律宾','2',177,'F',NULL,'1',NULL,'900000'),('900278','2019-07-01 10:13:52',NULL,NULL,NULL,'贝劳','贝劳','2',178,'B',NULL,'1',NULL,'900000'),('900279','2019-07-01 10:13:52',NULL,NULL,NULL,'巴布亚新几内亚','巴布亚新几内亚','2',179,'B',NULL,'1',NULL,'900000'),('900280','2019-07-01 10:13:52',NULL,NULL,NULL,'波兰','波兰','2',180,'B',NULL,'1',NULL,'900000'),('900281','2019-07-01 10:13:52',NULL,NULL,NULL,'波多黎各','波多黎各','2',181,'B',NULL,'1',NULL,'900000'),('900282','2019-07-01 10:13:52',NULL,NULL,NULL,'朝鲜','朝鲜','2',182,'C',NULL,'1',NULL,'900000'),('900283','2019-07-01 10:13:52',NULL,NULL,NULL,'葡萄牙','葡萄牙','2',183,'P',NULL,'1',NULL,'900000'),('900284','2019-07-01 10:13:52',NULL,NULL,NULL,'巴拉圭','巴拉圭','2',184,'B',NULL,'1',NULL,'900000'),('900285','2019-07-01 10:13:52',NULL,NULL,NULL,'巴勒斯坦','巴勒斯坦','2',185,'B',NULL,'1',NULL,'900000'),('900286','2019-07-01 10:13:52',NULL,NULL,NULL,'法属菠利尼西亚','法属菠利尼西亚','2',186,'F',NULL,'1',NULL,'900000'),('900287','2019-07-01 10:13:52',NULL,NULL,NULL,'卡塔尔','卡塔尔','2',187,'K',NULL,'1',NULL,'900000'),('900288','2019-07-01 10:13:52',NULL,NULL,NULL,'留尼汪','留尼汪','2',188,'L',NULL,'1',NULL,'900000'),('900289','2019-07-01 10:13:52',NULL,NULL,NULL,'罗马尼亚','罗马尼亚','2',189,'L',NULL,'1',NULL,'900000'),('900290','2019-07-01 10:13:52',NULL,NULL,NULL,'俄罗斯','俄罗斯','2',190,'E',NULL,'1',NULL,'900000'),('900291','2019-07-01 10:13:52',NULL,NULL,NULL,'卢旺达','卢旺达','2',191,'L',NULL,'1',NULL,'900000'),('900292','2019-07-01 10:13:52',NULL,NULL,NULL,'沙特阿拉伯','沙特阿拉伯','2',192,'S',NULL,'1',NULL,'900000'),('900293','2019-07-01 10:13:52',NULL,NULL,NULL,'苏丹','苏丹','2',193,'S',NULL,'1',NULL,'900000'),('900294','2019-07-01 10:13:52',NULL,NULL,NULL,'塞内加尔','塞内加尔','2',194,'S',NULL,'1',NULL,'900000'),('900295','2019-07-01 10:13:52',NULL,NULL,NULL,'塞尔维亚','塞尔维亚','2',195,'S',NULL,'1',NULL,'900000'),('900296','2019-07-01 10:13:52',NULL,NULL,NULL,'新加坡','新加坡','2',196,'X',NULL,'1',NULL,'900000'),('900297','2019-07-01 10:13:52',NULL,NULL,NULL,'南乔治亚岛和南桑德韦奇岛','南乔治亚岛和南桑德韦奇岛','2',197,'N',NULL,'1',NULL,'900000'),('900298','2019-07-01 10:13:52',NULL,NULL,NULL,'圣赫勒拿','圣赫勒拿','2',198,'S',NULL,'1',NULL,'900000'),('900299','2019-07-01 10:13:52',NULL,NULL,NULL,'斯瓦尔巴群岛','斯瓦尔巴群岛','2',199,'S',NULL,'1',NULL,'900000'),('900300','2019-07-01 10:13:52',NULL,NULL,NULL,'所罗门群岛','所罗门群岛','2',200,'S',NULL,'1',NULL,'900000'),('900301','2019-07-01 10:13:52',NULL,NULL,NULL,'塞拉利昂','塞拉利昂','2',201,'S',NULL,'1',NULL,'900000'),('900302','2019-07-01 10:13:52',NULL,NULL,NULL,'萨尔瓦多','萨尔瓦多','2',202,'S',NULL,'1',NULL,'900000'),('900303','2019-07-01 10:13:52',NULL,NULL,NULL,'圣马力诺','圣马力诺','2',203,'S',NULL,'1',NULL,'900000'),('900304','2019-07-01 10:13:52',NULL,NULL,NULL,'索马里','索马里','2',204,'S',NULL,'1',NULL,'900000'),('900305','2019-07-01 10:13:52',NULL,NULL,NULL,'圣皮埃尔和密克隆','圣皮埃尔和密克隆','2',205,'S',NULL,'1',NULL,'900000'),('900306','2019-07-01 10:13:52',NULL,NULL,NULL,'塞班','塞班','2',206,'S',NULL,'1',NULL,'900000'),('900307','2019-07-01 10:13:52',NULL,NULL,NULL,'圣多美和普林西比','圣多美和普林西比','2',207,'S',NULL,'1',NULL,'900000'),('900308','2019-07-01 10:13:52',NULL,NULL,NULL,'苏里南','苏里南','2',208,'S',NULL,'1',NULL,'900000'),('900309','2019-07-01 10:13:52',NULL,NULL,NULL,'斯洛伐克','斯洛伐克','2',209,'S',NULL,'1',NULL,'900000'),('900310','2019-07-01 10:13:52',NULL,NULL,NULL,'斯洛文尼亚','斯洛文尼亚','2',210,'S',NULL,'1',NULL,'900000'),('900311','2019-07-01 10:13:52',NULL,NULL,NULL,'瑞典','瑞典','2',211,'R',NULL,'1',NULL,'900000'),('900312','2019-07-01 10:13:52',NULL,NULL,NULL,'斯威士兰','斯威士兰','2',212,'S',NULL,'1',NULL,'900000'),('900313','2019-07-01 10:13:52',NULL,NULL,NULL,'锡金','锡金','2',213,'X',NULL,'1',NULL,'900000'),('900314','2019-07-01 10:13:52',NULL,NULL,NULL,'塞舌尔','塞舌尔','2',214,'S',NULL,'1',NULL,'900000'),('900315','2019-07-01 10:13:52',NULL,NULL,NULL,'叙利亚','叙利亚','2',215,'X',NULL,'1',NULL,'900000'),('900316','2019-07-01 10:13:52',NULL,NULL,NULL,'特克斯和凯科斯群岛','特克斯和凯科斯群岛','2',216,'T',NULL,'1',NULL,'900000'),('900317','2019-07-01 10:13:52',NULL,NULL,NULL,'乍得','乍得','2',217,'Z',NULL,'1',NULL,'900000'),('900318','2019-07-01 10:13:52',NULL,NULL,NULL,'多哥','多哥','2',218,'D',NULL,'1',NULL,'900000'),('900319','2019-07-01 10:13:52',NULL,NULL,NULL,'泰国','泰国','2',219,'T',NULL,'1',NULL,'900000'),('900320','2019-07-01 10:13:52',NULL,NULL,NULL,'塔吉克斯坦','塔吉克斯坦','2',220,'T',NULL,'1',NULL,'900000'),('900321','2019-07-01 10:13:52',NULL,NULL,NULL,'托克劳','托克劳','2',221,'T',NULL,'1',NULL,'900000'),('900322','2019-07-01 10:13:52',NULL,NULL,NULL,'土库曼斯坦','土库曼斯坦','2',222,'T',NULL,'1',NULL,'900000'),('900323','2019-07-01 10:13:52',NULL,NULL,NULL,'东帝汶','东帝汶','2',223,'D',NULL,'1',NULL,'900000'),('900324','2019-07-01 10:13:52',NULL,NULL,NULL,'汤加','汤加','2',224,'T',NULL,'1',NULL,'900000'),('900325','2019-07-01 10:13:52',NULL,NULL,NULL,'特立尼达和多巴哥','特立尼达和多巴哥','2',225,'T',NULL,'1',NULL,'900000'),('900326','2019-07-01 10:13:52',NULL,NULL,NULL,'突尼斯','突尼斯','2',226,'T',NULL,'1',NULL,'900000'),('900327','2019-07-01 10:13:52',NULL,NULL,NULL,'土耳其','土耳其','2',227,'T',NULL,'1',NULL,'900000'),('900328','2019-07-01 10:13:52',NULL,NULL,NULL,'图瓦卢','图瓦卢','2',228,'T',NULL,'1',NULL,'900000'),('900329','2019-07-01 10:13:52',NULL,NULL,NULL,'中国台湾','中国台湾','2',229,'Z',NULL,'1',NULL,'900000'),('900330','2019-07-01 10:13:52',NULL,NULL,NULL,'坦桑尼亚','坦桑尼亚','2',230,'T',NULL,'1',NULL,'900000'),('900331','2019-07-01 10:13:52',NULL,NULL,NULL,'乌干达','乌干达','2',231,'W',NULL,'1',NULL,'900000'),('900332','2019-07-01 10:13:52',NULL,NULL,NULL,'乌克兰','乌克兰','2',232,'W',NULL,'1',NULL,'900000'),('900333','2019-07-01 10:13:52',NULL,NULL,NULL,'美属太平洋各群岛','美属太平洋各群岛','2',233,'M',NULL,'1',NULL,'900000'),('900334','2019-07-01 10:13:52',NULL,NULL,NULL,'联合国','联合国','2',234,'L',NULL,'1',NULL,'900000'),('900335','2019-07-01 10:13:52',NULL,NULL,NULL,'乌拉圭','乌拉圭','2',235,'W',NULL,'1',NULL,'900000'),('900336','2019-07-01 10:13:52',NULL,NULL,NULL,'美国','美国','2',236,'M',NULL,'1',NULL,'900000'),('900337','2019-07-01 10:13:52',NULL,NULL,NULL,'乌兹别克斯坦','乌兹别克斯坦','2',237,'W',NULL,'1',NULL,'900000'),('900338','2019-07-01 10:13:52',NULL,NULL,NULL,'梵蒂冈','梵蒂冈','2',238,'Z',NULL,'1',NULL,'900000'),('900339','2019-07-01 10:13:52',NULL,NULL,NULL,'圣文森特和格林纳丁斯','圣文森特和格林纳丁斯','2',239,'S',NULL,'1',NULL,'900000'),('900340','2019-07-01 10:13:52',NULL,NULL,NULL,'委内瑞拉','委内瑞拉','2',240,'W',NULL,'1',NULL,'900000'),('900341','2019-07-01 10:13:52',NULL,NULL,NULL,'英属维尔京群岛','英属维尔京群岛','2',241,'Y',NULL,'1',NULL,'900000'),('900342','2019-07-01 10:13:52',NULL,NULL,NULL,'美属维尔京群岛','美属维尔京群岛','2',242,'M',NULL,'1',NULL,'900000'),('900343','2019-07-01 10:13:52',NULL,NULL,NULL,'越南','越南','2',243,'Y',NULL,'1',NULL,'900000'),('900344','2019-07-01 10:13:52',NULL,NULL,NULL,'瓦努阿图','瓦努阿图','2',244,'W',NULL,'1',NULL,'900000'),('900345','2019-07-01 10:13:52',NULL,NULL,NULL,'威克岛','威克岛','2',245,'W',NULL,'1',NULL,'900000'),('900346','2019-07-01 10:13:52',NULL,NULL,NULL,'瓦利斯和富图纳群岛','瓦利斯和富图纳群岛','2',246,'W',NULL,'1',NULL,'900000'),('900347','2019-07-01 10:13:52',NULL,NULL,NULL,'西萨摩亚','西萨摩亚','2',247,'X',NULL,'1',NULL,'900000'),('900348','2019-07-01 10:13:52',NULL,NULL,NULL,'无国籍(无国籍人)','无国籍(无国籍人)','2',248,'W',NULL,'1',NULL,'900000'),('900349','2019-07-01 10:13:52',NULL,NULL,NULL,'无国籍(难民)','无国籍(难民)','2',249,'W',NULL,'1',NULL,'900000'),('900350','2019-07-01 10:13:52',NULL,NULL,NULL,'无国籍(未声明国籍)','无国籍(未声明国籍)','2',250,'W',NULL,'1',NULL,'900000'),('900351','2019-07-01 10:13:52',NULL,NULL,NULL,'也门','也门','2',251,'Y',NULL,'1',NULL,'900000'),('900352','2019-07-01 10:13:52',NULL,NULL,NULL,'南斯拉夫','南斯拉夫','2',252,'N',NULL,'1',NULL,'900000'),('900353','2019-07-01 10:13:52',NULL,NULL,NULL,'南非','南非','2',253,'N',NULL,'1',NULL,'900000'),('900354','2019-07-01 10:13:52',NULL,NULL,NULL,'扎伊尔','扎伊尔','2',254,'Z',NULL,'1',NULL,'900000'),('900355','2019-07-01 10:13:52',NULL,NULL,NULL,'赞比亚','赞比亚','2',255,'Z',NULL,'1',NULL,'900000'),('900356','2019-07-01 10:13:52',NULL,NULL,NULL,'津巴布韦','津巴布韦','2',256,'J',NULL,'1',NULL,'900000'),('900357','2019-07-01 10:13:52',NULL,NULL,NULL,'国籍不详','国籍不详','2',257,'G',NULL,'1',NULL,'900000'),('900400','2018-01-30 19:30:19',NULL,NULL,NULL,'国外','国外国外','2',1,'G','','1','900000','900000'),('900401','2018-01-30 19:30:19',NULL,NULL,NULL,'国外','国外国外国外','3',1,'G','','1','900010','900400'); /*!40000 ALTER TABLE `sys_region` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_actorhis` -- DROP TABLE IF EXISTS `t_actorhis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_actorhis` ( `ID` varchar(200) NOT NULL, `ACTORID` varchar(200) DEFAULT NULL, `NAME` varchar(200) DEFAULT NULL, `AGENTID` varchar(200) DEFAULT NULL, `AGENTNAME` varchar(200) DEFAULT NULL, `TYPE` int(11) DEFAULT NULL, `PROCESSTIME` datetime DEFAULT NULL, `ATTITUDE` varchar(2000) DEFAULT NULL, `NODEHIS_ID` varchar(200) DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `SIGNATURE` longtext, `BAK` longtext, `RECEIVERINFO` longtext, `ACTIONTIME` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_actorhis` -- LOCK TABLES `t_actorhis` WRITE; /*!40000 ALTER TABLE `t_actorhis` DISABLE KEYS */; /*!40000 ALTER TABLE `t_actorhis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_actorrt` -- DROP TABLE IF EXISTS `t_actorrt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_actorrt` ( `ID` varchar(200) NOT NULL, `ACTORID` varchar(200) DEFAULT NULL, `NAME` varchar(200) DEFAULT NULL, `ISPROCESSED` bit(1) DEFAULT NULL, `TYPE` int(11) DEFAULT NULL, `NODERT_ID` varchar(200) DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `DEADLINE` datetime DEFAULT NULL, `PENDING` bit(1) DEFAULT NULL, `ISREAD` bit(1) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `APPROVAL_POSITION` int(11) DEFAULT NULL, `REMINDER_TIMES` int(11) DEFAULT NULL, `BAK` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_actorrt` -- LOCK TABLES `t_actorrt` WRITE; /*!40000 ALTER TABLE `t_actorrt` DISABLE KEYS */; /*!40000 ALTER TABLE `t_actorrt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_calendar` -- DROP TABLE IF EXISTS `t_calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_calendar` ( `ID` varchar(255) NOT NULL, `CALENDARTYPE` varchar(255) DEFAULT NULL, `CALENDARNAME` varchar(255) NOT NULL, `LASTMODIFYDATE` datetime(6) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `REMARK` varchar(255) DEFAULT NULL, `WORKINGTIME` int(11) DEFAULT NULL, `FROMCALENDARID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_calendar` -- LOCK TABLES `t_calendar` WRITE; /*!40000 ALTER TABLE `t_calendar` DISABLE KEYS */; INSERT INTO `t_calendar` VALUES ('iskbEoRLI74in4mhJpu','Eight_TimeZone','夜班日历','2022-02-22 21:48:18.466000','164553769846800000','8mtty34nBMDDEWK5yMr','core.workcalendar.night.calendarinfo',8,NULL),('ucgZS73RLjOufoRfcRZ','Eight_TimeZone','标准日历','2022-02-22 21:48:18.332000','164553769833800000','8mtty34nBMDDEWK5yMr','core.workcalendar.standard.calendarinfo',8,NULL),('UrGXb7TO5zezuqLq5U6','Eight_TimeZone','24小时日历','2022-02-22 21:48:18.429000','164553769843100000','8mtty34nBMDDEWK5yMr','core.workcalendar.24.calendarinfo',24,NULL); /*!40000 ALTER TABLE `t_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_checkin` -- DROP TABLE IF EXISTS `t_checkin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_checkin` ( `ID` varchar(200) NOT NULL, `WIDGET_ID` varchar(200) DEFAULT NULL, `APPLICATION_ID` varchar(200) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, `USER_ID` varchar(200) DEFAULT NULL, `USER_NAME` varchar(200) DEFAULT NULL, `CHECKIN_TIME` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_checkin` -- LOCK TABLES `t_checkin` WRITE; /*!40000 ALTER TABLE `t_checkin` DISABLE KEYS */; /*!40000 ALTER TABLE `t_checkin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_circulator` -- DROP TABLE IF EXISTS `t_circulator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_circulator` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `USERID` varchar(200) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `NODERT_ID` varchar(200) DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `CCTIME` datetime DEFAULT NULL, `READTIME` datetime DEFAULT NULL, `DEADLINE` datetime DEFAULT NULL, `ISREAD` int(11) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `SUMMARY` longtext, `VERSION` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_circulator` -- LOCK TABLES `t_circulator` WRITE; /*!40000 ALTER TABLE `t_circulator` DISABLE KEYS */; /*!40000 ALTER TABLE `t_circulator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_coactorrt` -- DROP TABLE IF EXISTS `t_coactorrt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_coactorrt` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `USERID` varchar(200) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `NODERT_ID` varchar(200) DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `CREATE_TIME` datetime DEFAULT NULL, `READTIME` datetime DEFAULT NULL, `DEADLINE` datetime DEFAULT NULL, `ISREAD` int(11) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `VERSION` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_coactorrt` -- LOCK TABLES `t_coactorrt` WRITE; /*!40000 ALTER TABLE `t_coactorrt` DISABLE KEYS */; /*!40000 ALTER TABLE `t_coactorrt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_comment` -- DROP TABLE IF EXISTS `t_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_comment` ( `ID` varchar(200) NOT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `APPLICATION_ID` varchar(200) DEFAULT NULL, `DOMAIN_ID` varchar(200) DEFAULT NULL, `USER_ID` varchar(200) DEFAULT NULL, `USER_NAME` varchar(200) DEFAULT NULL, `COMMENT` longtext, `UNLIKE_NUM` int(11) DEFAULT NULL, `LIKE_NUM` int(11) DEFAULT NULL, `CREATE_DATE` datetime DEFAULT NULL, `PARENT_ID` varchar(200) DEFAULT NULL, `FLAG` varchar(200) DEFAULT NULL, `COMMENTS` longtext, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_comment` -- LOCK TABLES `t_comment` WRITE; /*!40000 ALTER TABLE `t_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `t_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_counter` -- DROP TABLE IF EXISTS `t_counter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_counter` ( `ID` varchar(200) NOT NULL, `COUNTER` int(11) DEFAULT NULL, `NAME` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_counter` -- LOCK TABLES `t_counter` WRITE; /*!40000 ALTER TABLE `t_counter` DISABLE KEYS */; /*!40000 ALTER TABLE `t_counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_department` -- DROP TABLE IF EXISTS `t_department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_department` ( `ID` varchar(255) NOT NULL, `NAME` varchar(255) DEFAULT NULL, `SUPERIOR` varchar(255) DEFAULT NULL, `DOMAIN_ID` varchar(255) DEFAULT NULL, `LEVELS` int(11) DEFAULT NULL, `INDEXCODE` varchar(1000) DEFAULT NULL, `CODE` varchar(255) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `VALID` int(11) DEFAULT '1', `ORDERBYNO` int(11) DEFAULT '10000', `WEIXIN_DEPT_ID` varchar(255) DEFAULT NULL, `LANXIN_DEPT_ID` varchar(255) DEFAULT NULL, `DINGDING_DEPT_ID` varchar(255) DEFAULT NULL, `FIELD1` varchar(255) DEFAULT NULL, `FIELD2` varchar(255) DEFAULT NULL, `FIELD3` varchar(255) DEFAULT NULL, `FIELD4` varchar(255) DEFAULT NULL, `FIELD5` varchar(255) DEFAULT NULL, `FIELD6` varchar(255) DEFAULT NULL, `FIELD7` varchar(255) DEFAULT NULL, `FIELD8` varchar(255) DEFAULT NULL, `FIELD9` varchar(255) DEFAULT NULL, `FIELD10` varchar(255) DEFAULT NULL, `FIELD11` varchar(255) DEFAULT NULL, `FIELD12` varchar(255) DEFAULT NULL, `FIELD13` varchar(255) DEFAULT NULL, `FIELD14` varchar(255) DEFAULT NULL, `FIELD15` varchar(255) DEFAULT NULL, `FIELD16` varchar(255) DEFAULT NULL, `FIELD17` longtext, `FIELD18` longtext, `FIELD19` longtext, `FIELD20` longtext, `LASTMODIFYTIME` datetime DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `FKbcc5wye8i4vdb6wj7pojlclqj` (`SUPERIOR`) USING BTREE, KEY `FKtoe32rcaxqeqaep7rirky2cw9` (`DOMAIN_ID`) USING BTREE, KEY `index_ORDERBYNO` (`ORDERBYNO`) USING BTREE, CONSTRAINT `FKbcc5wye8i4vdb6wj7pojlclqj` FOREIGN KEY (`SUPERIOR`) REFERENCES `t_department` (`ID`), CONSTRAINT `FKtoe32rcaxqeqaep7rirky2cw9` FOREIGN KEY (`DOMAIN_ID`) REFERENCES `t_domain` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_department` -- LOCK TABLES `t_department` WRITE; /*!40000 ALTER TABLE `t_department` DISABLE KEYS */; INSERT INTO `t_department` VALUES ('1sq3SW2C','智能科技部','N3WMV7B5G4niNnEuI6o','Ncf9WcLd8Nvf64A3vW5',1,NULL,NULL,NULL,1,10000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),('bwiuwhQRIeJiLB4clCU','融通集团',NULL,'8mtty34nBMDDEWK5yMr',0,'bwiuwhQRIeJiLB4clCU-','00','164553769830900000',1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-22 21:48:18'),('N3WMV7B5G4niNnEuI6o','融通服务公司',NULL,'Ncf9WcLd8Nvf64A3vW5',0,'N3WMV7B5G4niNnEuI6o-','00','163489321582000000',1,0,NULL,NULL,NULL,'','','','','','','','','','','','','','','','','','','','','2021-10-22 17:00:16'),('Uil016gg','智能科技部',NULL,'Ncf9WcLd8Nvf64A3vW5',0,NULL,NULL,NULL,1,10000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `t_department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_document` -- DROP TABLE IF EXISTS `t_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_document` ( `ID` varchar(200) NOT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `SORTID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `PARENT` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `MAPPINGID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_document` -- LOCK TABLES `t_document` WRITE; /*!40000 ALTER TABLE `t_document` DISABLE KEYS */; /*!40000 ALTER TABLE `t_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_domain` -- DROP TABLE IF EXISTS `t_domain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_domain` ( `ID` varchar(255) NOT NULL, `NAME` varchar(255) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `SKINTYPE` varchar(255) DEFAULT NULL, `DESCRIPTION` longtext, `STATUS` int(11) DEFAULT NULL, `SMSMEMBERCODE` varchar(255) DEFAULT NULL, `SMSMEMBERPWD` varchar(255) DEFAULT NULL, `IS_LOG` bit(1) DEFAULT NULL, `SYSTEM_NAME` varchar(255) DEFAULT NULL, `LOGO_URL` varchar(255) DEFAULT NULL, `WEIXIN_CORP_ID` varchar(255) DEFAULT NULL, `WEIXIN_CORP_SECRET` varchar(255) DEFAULT NULL, `WEIXIN_AGENT_ID` varchar(255) DEFAULT NULL, `WEIXIN_PROXY_TYPE` varchar(200) DEFAULT NULL, `SERVER_HOST` varchar(200) DEFAULT NULL, `WEIXIN_TOKEN` varchar(200) DEFAULT NULL, `WEIXIN_QRCODE_AGENTID` varchar(200) DEFAULT NULL, `WEIXIN_QRCODE_SECRET` varchar(200) DEFAULT NULL, `WEIXIN_QRCODE_CALLBACKURL` varchar(200) DEFAULT NULL, `DINGDING_QRCODE_APPID` varchar(200) DEFAULT NULL, `DINGDING_QRCODE_APPSECRET` varchar(200) DEFAULT NULL, `DINGDING_QRCODE_CALLBACKURL` varchar(255) DEFAULT NULL, `WEIXIN_ENCODING_AESKEY` varchar(255) DEFAULT NULL, `DINGDING_PROXY_TYPE` varchar(255) DEFAULT NULL, `DINGDING_CORP_ID` varchar(255) DEFAULT NULL, `DINGDING_APP_SECRET` varchar(255) DEFAULT NULL, `DINGDING_APP_KEY` varchar(255) DEFAULT NULL, `DINGDING_AGENT_ID` varchar(255) DEFAULT NULL, `DINGDING_SERVER_HOST` varchar(255) DEFAULT NULL, `DINGDING_TOKEN` varchar(255) DEFAULT NULL, `DINGDING_CONFIG` longtext, `SYSTEM_MODULE_CONFIG` longtext, `BIND_APPLICATIONS` longtext, `WEIXIN_CONFIG` longtext, `SEND_HOST` varchar(255) DEFAULT NULL, `SEND_ADDRESS` varchar(255) DEFAULT NULL, `SEND_ACCOUNT` varchar(255) DEFAULT NULL, `SEND_PASSWORD` varchar(255) DEFAULT NULL, `CC_ADDRESS` varchar(255) DEFAULT NULL, `ISUSE_CLIENT` varchar(255) DEFAULT NULL, `FUNCTION_DOMAIN` varchar(255) DEFAULT NULL, `TRASH` varchar(255) DEFAULT NULL, `SENDER` varchar(255) DEFAULT NULL, `DRAFT` varchar(255) DEFAULT NULL, `REMOVED` varchar(255) DEFAULT NULL, `FETCH_SERVER` varchar(255) DEFAULT NULL, `FETCH_SERVER_PORT` varchar(255) DEFAULT NULL, `FETCH_PROTOCOL` varchar(255) DEFAULT NULL, `FETCH_SSL` varchar(255) DEFAULT NULL, `SMTP_SERVER` varchar(255) DEFAULT NULL, `SMTP_SERVER_PORT` varchar(255) DEFAULT NULL, `SMTP_AUTH_ENTICATED` varchar(255) DEFAULT NULL, `SMTP_SSL` varchar(255) DEFAULT NULL, `PARENTS` varchar(255) DEFAULT NULL, `FIELD1` varchar(255) DEFAULT NULL, `FIELD2` varchar(255) DEFAULT NULL, `FIELD3` varchar(255) DEFAULT NULL, `FIELD4` varchar(255) DEFAULT NULL, `FIELD5` varchar(255) DEFAULT NULL, `FIELD6` varchar(255) DEFAULT NULL, `FIELD7` varchar(255) DEFAULT NULL, `FIELD8` varchar(255) DEFAULT NULL, `FIELD9` varchar(255) DEFAULT NULL, `FIELD10` varchar(255) DEFAULT NULL, `UNIFIED_SOCIAL_CREDIT_CODE` varchar(255) DEFAULT NULL, `UNIFIED_SOCIAL_CREDIT_CODE_IMG` longtext, `ORGANIZATION_NAME` varchar(255) DEFAULT NULL, `REGISTE_ADDRESS` varchar(255) DEFAULT NULL, `MANAGE_ADDRESS` varchar(255) DEFAULT NULL, `INDUSTRY_TYPE` varchar(255) DEFAULT NULL, `MECHANISM_TYPE` varchar(255) DEFAULT NULL, `FIELD11` varchar(255) DEFAULT NULL, `FIELD12` varchar(255) DEFAULT NULL, `FIELD13` varchar(255) DEFAULT NULL, `FIELD14` varchar(255) DEFAULT NULL, `FIELD15` varchar(255) DEFAULT NULL, `FIELD16` varchar(255) DEFAULT NULL, `FIELD17` varchar(255) DEFAULT NULL, `FIELD18` longtext, `FIELD19` longtext, `FIELD20` longtext, `FIELD21` varchar(255) DEFAULT NULL, `FIELD22` varchar(255) DEFAULT NULL, `FIELD23` varchar(255) DEFAULT NULL, `FIELD24` varchar(255) DEFAULT NULL, `FIELD25` varchar(255) DEFAULT NULL, `FIELD26` varchar(255) DEFAULT NULL, `FIELD27` varchar(255) DEFAULT NULL, `FIELD28` longtext, `FIELD29` longtext, `FIELD30` longtext, `REGISTERPROVINCE` varchar(255) DEFAULT NULL, `REGISTERCITY` varchar(255) DEFAULT NULL, `REGISTERDISTRICT` varchar(255) DEFAULT NULL, `REGISTERADDRESS` varchar(10) DEFAULT NULL, `MANAGEPROVINCE` varchar(10) DEFAULT NULL, `MANAGECITY` varchar(10) DEFAULT NULL, `MANAGEDISTRICT` varchar(10) DEFAULT NULL, `MANAGEADDRESS` varchar(10) DEFAULT NULL, `SECRET` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `INDEX_ID` (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_domain` -- LOCK TABLES `t_domain` WRITE; /*!40000 ALTER TABLE `t_domain` DISABLE KEYS */; INSERT INTO `t_domain` VALUES ('8mtty34nBMDDEWK5yMr','融通集团','164553769828100000',NULL,NULL,1,NULL,NULL,_binary '\0','','',NULL,NULL,NULL,'none',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,NULL,NULL,NULL,NULL,'{\"dingdingAgentId\":null,\"dingdingAppSecret\":null,\"dingdingAppKey\":null}','[]','[\"__xkeybkGaZa1SboC9GL1\"]','{\"weixinAgentId\":null,\"weixinSecret\":null}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'11ec-93e6-17354197-bf39-157617cd0958'),('Ncf9WcLd8Nvf64A3vW5','融通服务公司','163489321581200000','good',NULL,1,NULL,NULL,_binary '\0','融通服务公司','',NULL,NULL,NULL,'none',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,NULL,NULL,NULL,NULL,'{\"dingdingAgentId\":null,\"dingdingAppSecret\":null,\"dingdingAppKey\":null}','[]','[\"__h0fxOYBf2gPKGICatmN\",\"__uJkyRTCtNDbMdPcF0iy\",\"__10oAyTVxwOhXa88v1Bk\",\"__pw297UAJJgIBF9xBtmW\",\"__ZVCG1EamEdKwqHCeYPW\",\"__Ft6x03HlRb0NtEQpVml\",\"__xkeybkGaZa1SboC9GL1\",\"__ekbsagrjF60f5gJnBQQ\"]','{\"weixinAgentId\":null,\"weixinSecret\":null}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','','','','','0','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[\"__gZxrYDgj8OpfztxSuUg\",\"__nSRldwBOPbjmQgObVLf\",\"__NUMRtOoufttUaFQ6oSt\",\"__xkeybkGaZa1SboC9GL1\"]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'11ec-3316-793ed252-b4cd-8b6d709ae75a'); /*!40000 ALTER TABLE `t_domain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_email` -- DROP TABLE IF EXISTS `t_email`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_email` ( `ID` varchar(255) NOT NULL, `ISREAD` bit(1) DEFAULT NULL, `ISREPLY` bit(1) DEFAULT NULL, `ISFORWARD` bit(1) DEFAULT NULL, `EMAILFOLDERID` varchar(255) DEFAULT NULL, `READDATE` datetime(6) DEFAULT NULL, `EMAILID` bigint(20) DEFAULT NULL, `EMAINL_BODY_ID` varchar(255) DEFAULT NULL, `EMAINL_USER_ID` varchar(255) DEFAULT NULL, `MSGLEVEL` int(11) NOT NULL DEFAULT '0', `EMAILBODY_ID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `FKdhq88koqgymslx3q9nrgtmkl1` (`EMAILFOLDERID`) USING BTREE, KEY `FKp2w76bs1dq5bf4hxtty7pfpip` (`EMAINL_BODY_ID`) USING BTREE, KEY `FKpb261wtog2c90djd9ic4tboin` (`EMAINL_USER_ID`) USING BTREE, KEY `FK9d2oab66nikubpdy3w4p6ge8o` (`EMAILBODY_ID`) USING BTREE, CONSTRAINT `FK9d2oab66nikubpdy3w4p6ge8o` FOREIGN KEY (`EMAILBODY_ID`) REFERENCES `t_email_body` (`ID`), CONSTRAINT `FKdhq88koqgymslx3q9nrgtmkl1` FOREIGN KEY (`EMAILFOLDERID`) REFERENCES `t_email_folder` (`ID`), CONSTRAINT `FKp2w76bs1dq5bf4hxtty7pfpip` FOREIGN KEY (`EMAINL_BODY_ID`) REFERENCES `t_email_body` (`ID`), CONSTRAINT `FKpb261wtog2c90djd9ic4tboin` FOREIGN KEY (`EMAINL_USER_ID`) REFERENCES `t_email_user` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_email` -- LOCK TABLES `t_email` WRITE; /*!40000 ALTER TABLE `t_email` DISABLE KEYS */; /*!40000 ALTER TABLE `t_email` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_email_attachment` -- DROP TABLE IF EXISTS `t_email_attachment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_email_attachment` ( `ID` varchar(255) NOT NULL, `EMAILBODY_ID` varchar(255) DEFAULT NULL, `FILENAME` varchar(255) DEFAULT NULL, `REALFILENAME` varchar(255) DEFAULT NULL, `FILETEXT` tinyblob, `PATH` varchar(255) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `CREATDATE` datetime(6) DEFAULT NULL, `FILESIZE` bigint(20) DEFAULT NULL, `EMAILID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `FKc1x6h67al5etjrsaa0l9v8ehm` (`EMAILBODY_ID`) USING BTREE, CONSTRAINT `FKc1x6h67al5etjrsaa0l9v8ehm` FOREIGN KEY (`EMAILBODY_ID`) REFERENCES `t_email_body` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_email_attachment` -- LOCK TABLES `t_email_attachment` WRITE; /*!40000 ALTER TABLE `t_email_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `t_email_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_email_body` -- DROP TABLE IF EXISTS `t_email_body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_email_body` ( `ID` varchar(255) NOT NULL, `SUBJECT` varchar(255) DEFAULT NULL, `CONTENT` longtext, `E_FROM` varchar(255) DEFAULT NULL, `RE_TO` longtext, `RE_CC` longtext, `RE_BCC` longtext, `SENDDATE` datetime(6) DEFAULT NULL, `E_FROMDEP` varchar(255) DEFAULT NULL, `multipart` bit(1) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_email_body` -- LOCK TABLES `t_email_body` WRITE; /*!40000 ALTER TABLE `t_email_body` DISABLE KEYS */; /*!40000 ALTER TABLE `t_email_body` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_email_folder` -- DROP TABLE IF EXISTS `t_email_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_email_folder` ( `ID` varchar(255) NOT NULL, `OWNERID` varchar(255) DEFAULT NULL, `NAME` varchar(255) DEFAULT NULL, `DISPLAYNAME` varchar(255) DEFAULT NULL, `CREATDATE` datetime(6) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_email_folder` -- LOCK TABLES `t_email_folder` WRITE; /*!40000 ALTER TABLE `t_email_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `t_email_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_email_user` -- DROP TABLE IF EXISTS `t_email_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_email_user` ( `ID` varchar(255) NOT NULL, `NAME` varchar(255) DEFAULT NULL, `ACCOUNT` varchar(255) DEFAULT NULL, `PASSWORD` varchar(255) DEFAULT NULL, `OWNERID` varchar(255) DEFAULT NULL, `CREATEDATE` datetime(6) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `DEFAULTDEPARTMENT` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_email_user` -- LOCK TABLES `t_email_user` WRITE; /*!40000 ALTER TABLE `t_email_user` DISABLE KEYS */; /*!40000 ALTER TABLE `t_email_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_excel_import_info` -- DROP TABLE IF EXISTS `t_excel_import_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_excel_import_info` ( `ID` varchar(64) NOT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL COMMENT '应用id', `IMPMAPPINGCONFIGID` varchar(200) DEFAULT NULL COMMENT '模板id', `EXCEL_NAME` varchar(200) DEFAULT NULL COMMENT 'EXCEL文件名', `EXCEL_PATH` varchar(200) DEFAULT NULL COMMENT 'EXCEL路径', `CONTENT` longtext COMMENT '参数内容', `STATUS` int(1) DEFAULT NULL COMMENT '状态:1.处理中;2.完成', `TOTAL_COUNT` int(8) DEFAULT NULL COMMENT '总条数', `SUCCESS_COUNT` int(8) DEFAULT NULL COMMENT '成功导入条数', `FAILURE_COUNT` int(8) DEFAULT NULL COMMENT '失败导入条数', `REMARKS` longtext COMMENT '导入失败原因', `USER_ID` varchar(200) DEFAULT NULL COMMENT '操作用户id', `USER_NAME` varchar(200) DEFAULT NULL COMMENT '操作用户名字', `OPT_TIME` datetime DEFAULT NULL COMMENT '操作时间', PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_excel_import_info` -- LOCK TABLES `t_excel_import_info` WRITE; /*!40000 ALTER TABLE `t_excel_import_info` DISABLE KEYS */; /*!40000 ALTER TABLE `t_excel_import_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_field_extends` -- DROP TABLE IF EXISTS `t_field_extends`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_field_extends` ( `ID` varchar(255) NOT NULL, `FOR_TABLE` varchar(255) DEFAULT NULL, `NAME` varchar(255) DEFAULT NULL, `LABEL` varchar(255) DEFAULT NULL, `TYPE` varchar(255) DEFAULT NULL, `IS_NULL` bit(1) DEFAULT NULL, `ENABEL` bit(1) DEFAULT NULL, `SORT_NUMBER` int(11) DEFAULT NULL, `OPTIONS` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `IS_NOT_NULL` bit(1) DEFAULT NULL, `IS_READ_ONLY` bit(1) DEFAULT NULL, `IS_SUPPORT_SEARCH` bit(1) DEFAULT NULL, `IS_SUPPORT_IMPORT` bit(1) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_field_extends` -- LOCK TABLES `t_field_extends` WRITE; /*!40000 ALTER TABLE `t_field_extends` DISABLE KEYS */; /*!40000 ALTER TABLE `t_field_extends` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_flow_intervention` -- DROP TABLE IF EXISTS `t_flow_intervention`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_flow_intervention` ( `ID` varchar(200) NOT NULL, `SUMMARY` longtext, `FLOWNAME` varchar(200) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `INITIATORID` varchar(200) DEFAULT NULL, `LASTAUDITOR` varchar(200) DEFAULT NULL, `FIRSTPROCESSTIME` datetime DEFAULT NULL, `LASTPROCESSTIME` datetime DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `FLOWID` varchar(200) DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `DOCID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `VERSION` int(11) DEFAULT NULL, `STATUS` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `INITIATOR_DEPT` varchar(200) DEFAULT NULL, `INITIATOR_DEPT_ID` varchar(200) DEFAULT NULL, `FLOWINDEX` varchar(1000) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_flow_intervention` -- LOCK TABLES `t_flow_intervention` WRITE; /*!40000 ALTER TABLE `t_flow_intervention` DISABLE KEYS */; /*!40000 ALTER TABLE `t_flow_intervention` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_flow_proxy` -- DROP TABLE IF EXISTS `t_flow_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_flow_proxy` ( `ID` varchar(200) NOT NULL, `FLOWNAME` varchar(200) DEFAULT NULL, `FLOWID` varchar(200) DEFAULT NULL, `DESCRIPTION` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AGENTS` longtext, `AGENTSNAME` longtext, `OWNER` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `VERSION` int(11) DEFAULT NULL, `PROXYMODE` int(11) DEFAULT NULL, `STARTPROXYTIME` datetime DEFAULT NULL, `ENDPROXYTIME` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_flow_proxy` -- LOCK TABLES `t_flow_proxy` WRITE; /*!40000 ALTER TABLE `t_flow_proxy` DISABLE KEYS */; /*!40000 ALTER TABLE `t_flow_proxy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_flowhistory` -- DROP TABLE IF EXISTS `t_flowhistory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_flowhistory` ( `ID` varchar(200) NOT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `FLOWID` varchar(200) DEFAULT NULL, `NODEHIS_ID` varchar(200) DEFAULT NULL, `STARTNODENAME` varchar(200) DEFAULT NULL, `ENDNODENAME` varchar(200) DEFAULT NULL, `NAME` varchar(200) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `ATTITUDE` varchar(2000) DEFAULT NULL, `PROCESSTIME` datetime DEFAULT NULL, `FLOWOPERATION` varchar(200) DEFAULT NULL, `STARTNODEID` varchar(200) DEFAULT NULL, `ENDNODEID` varchar(200) DEFAULT NULL, `AGENTNAME` varchar(200) DEFAULT NULL, `AGENTID` varchar(200) DEFAULT NULL, `SIGNATURE` longtext, `ACTORID` varchar(200) DEFAULT NULL, `RECEIVERINFO` longtext, `ACTIONTIME` datetime DEFAULT NULL, `FLOWNAME` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `INITIATORID` varchar(200) DEFAULT NULL, `SUMMARY` longtext, `FIRSTPROCESSTIME` datetime DEFAULT NULL, `STATELABEL` longtext, `DOMAINID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_flowhistory` -- LOCK TABLES `t_flowhistory` WRITE; /*!40000 ALTER TABLE `t_flowhistory` DISABLE KEYS */; /*!40000 ALTER TABLE `t_flowhistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_flowstatert` -- DROP TABLE IF EXISTS `t_flowstatert`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_flowstatert` ( `ID` varchar(200) NOT NULL, `DOCID` varchar(200) DEFAULT NULL, `FLOWID` varchar(200) DEFAULT NULL, `STATE` int(11) DEFAULT NULL, `PARENT` varchar(200) DEFAULT NULL, `FLOWNAME` varchar(200) DEFAULT NULL, `FLOWXML` longtext, `LASTMODIFIERID` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `SUBFLOWNODEID` varchar(200) DEFAULT NULL, `COMPLETE` int(11) DEFAULT NULL, `CALLBACK` int(11) DEFAULT NULL, `TOKEN` varchar(200) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `SUB_POSITION` int(11) DEFAULT NULL, `ISARCHIVED` int(11) DEFAULT NULL, `ISTERMINATED` bit(1) DEFAULT NULL, `PREV_AUDIT_NODE` varchar(200) DEFAULT NULL, `PREV_AUDIT_USER` varchar(200) DEFAULT NULL, `WORKFLOW_TYPE` int(11) DEFAULT NULL, `ACTIONTIME` datetime DEFAULT NULL, `SUMMARY` longtext, `INITIATORID` varchar(200) DEFAULT NULL, `FIRSTPROCESSTIME` datetime DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_flowstatert` -- LOCK TABLES `t_flowstatert` WRITE; /*!40000 ALTER TABLE `t_flowstatert` DISABLE KEYS */; /*!40000 ALTER TABLE `t_flowstatert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_htmlhistory` -- DROP TABLE IF EXISTS `t_htmlhistory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_htmlhistory` ( `ID` varchar(255) NOT NULL, `DocumentID` varchar(50) DEFAULT NULL, `SignatureID` varchar(50) DEFAULT NULL, `SignatureName` varchar(50) DEFAULT NULL, `SignatureUnit` varchar(50) DEFAULT NULL, `SignatureUser` varchar(50) DEFAULT NULL, `KeySN` varchar(50) DEFAULT NULL, `SignatureSN` varchar(200) DEFAULT NULL, `SignatureGUID` varchar(50) DEFAULT NULL, `IP` varchar(50) DEFAULT NULL, `LogType` varchar(255) DEFAULT NULL, `LogTime` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_htmlhistory` -- LOCK TABLES `t_htmlhistory` WRITE; /*!40000 ALTER TABLE `t_htmlhistory` DISABLE KEYS */; /*!40000 ALTER TABLE `t_htmlhistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_htmlsignature` -- DROP TABLE IF EXISTS `t_htmlsignature`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_htmlsignature` ( `SignatureID` varchar(255) NOT NULL, `DocumentID` varchar(254) DEFAULT NULL, `FormID` varchar(254) DEFAULT NULL, `Signature` longtext, PRIMARY KEY (`SignatureID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_htmlsignature` -- LOCK TABLES `t_htmlsignature` WRITE; /*!40000 ALTER TABLE `t_htmlsignature` DISABLE KEYS */; /*!40000 ALTER TABLE `t_htmlsignature` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_link` -- DROP TABLE IF EXISTS `t_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_link` ( `ID` varchar(255) NOT NULL, `NAME` varchar(255) NOT NULL, `DESCRIPTION` varchar(255) DEFAULT NULL, `TYPE` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `MODULEID` varchar(255) DEFAULT NULL, `ACTIONCONTENT` varchar(2000) DEFAULT NULL, `QUERYSTRING` longtext, `DIRECTORY` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_link` -- LOCK TABLES `t_link` WRITE; /*!40000 ALTER TABLE `t_link` DISABLE KEYS */; /*!40000 ALTER TABLE `t_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_log` -- DROP TABLE IF EXISTS `t_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_log` ( `ID` varchar(255) NOT NULL, `USER_ID` varchar(255) DEFAULT NULL, `OPERATOR` varchar(255) DEFAULT NULL, `DESCRIPTION` varchar(255) DEFAULT NULL, `TYPE` varchar(255) DEFAULT NULL, `IP` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `LOGDATE` datetime(6) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_log` -- LOCK TABLES `t_log` WRITE; /*!40000 ALTER TABLE `t_log` DISABLE KEYS */; INSERT INTO `t_log` VALUES ('bNC5PBkfuaxy0QFrJJC',NULL,'Admin','新建企业域','企业域','10.10.100.175',NULL,'{\"name\":\"融通集团\",\"systemName\":\"\",\"smsMemberCode\":\"\",\"smsMemberPwd\":\"\",\"description\":\"\",\"status\":1,\"logoUrl\":\"\"}','2022-02-22 21:48:18.206000','164553769821100000'),('S8beaaKd1e5ylrh4knQ',NULL,'Admin','添加软件','企业域','10.10.100.175',NULL,'Ncf9WcLd8Nvf64A3vW5','2022-02-23 17:11:23.684000','164560748368600000'); /*!40000 ALTER TABLE `t_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_nodert` -- DROP TABLE IF EXISTS `t_nodert`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_nodert` ( `ID` varchar(200) NOT NULL, `NAME` varchar(200) DEFAULT NULL, `NODEID` varchar(200) DEFAULT NULL, `FLOWID` varchar(200) DEFAULT NULL, `DOCID` varchar(200) DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `NOTIFIABLE` bit(1) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `FLOWOPTION` varchar(200) DEFAULT NULL, `SPLITTOKEN` varchar(200) DEFAULT NULL, `PASSCONDITION` int(11) DEFAULT NULL, `PARENTNODERTID` varchar(200) DEFAULT NULL, `DEADLINE` datetime DEFAULT NULL, `ORDERLY` bit(1) DEFAULT NULL, `APPROVAL_POSITION` int(11) DEFAULT NULL, `STATE` int(11) DEFAULT NULL, `LASTPROCESSTIME` datetime DEFAULT NULL, `REMINDER_TIMES` int(11) DEFAULT NULL, `ACTIONTIME` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_nodert` -- LOCK TABLES `t_nodert` WRITE; /*!40000 ALTER TABLE `t_nodert` DISABLE KEYS */; /*!40000 ALTER TABLE `t_nodert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_operation` -- DROP TABLE IF EXISTS `t_operation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_operation` ( `ID` varchar(255) NOT NULL, `NAME` varchar(255) DEFAULT NULL, `RESTYPE` int(11) DEFAULT NULL, `CODE` int(11) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_operation` -- LOCK TABLES `t_operation` WRITE; /*!40000 ALTER TABLE `t_operation` DISABLE KEYS */; /*!40000 ALTER TABLE `t_operation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_permission` -- DROP TABLE IF EXISTS `t_permission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_permission` ( `ID` varchar(255) NOT NULL, `ROLE_ID` varchar(255) DEFAULT NULL, `RESOURCE_ID` varchar(255) DEFAULT NULL, `RES_ID` varchar(255) DEFAULT NULL, `RES_TYPE` int(11) DEFAULT NULL, `OPERATION_ID` varchar(255) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `RESNAME` varchar(255) NOT NULL, `OPERATIONCODE` int(11) DEFAULT NULL, `TYPE` int(11) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_permission` -- LOCK TABLES `t_permission` WRITE; /*!40000 ALTER TABLE `t_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `t_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_receive_data_log` -- DROP TABLE IF EXISTS `t_receive_data_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_receive_data_log` ( `MSGID` varchar(100) DEFAULT NULL, `RESULT` longtext, `SEND_PARAM` longtext, `DOCID` varchar(100) DEFAULT NULL, `FORMID` varchar(100) DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `SEND_TIME` datetime DEFAULT NULL, `SEND_PERSON` varchar(100) DEFAULT NULL, `SEND_PERSON_ID` varchar(100) DEFAULT NULL, `SEND_DOMAINID` varchar(100) DEFAULT NULL, `RECEIVE_TIME` datetime DEFAULT NULL, `RECEIVE_DOMAINID` varchar(100) DEFAULT NULL, `REGION_ID` varchar(100) DEFAULT NULL, `SRC_APP` varchar(100) DEFAULT NULL, `TARGET_APP` varchar(100) DEFAULT NULL, `TARGET_SERVICE_URL` varchar(100) DEFAULT NULL, `BUSINESS_TYPE` varchar(100) DEFAULT NULL, `BUSINESS_ID` varchar(100) DEFAULT NULL, `FILE_TYPE` varchar(100) DEFAULT NULL, `FILE_URLS` longtext, `DATA` longtext, `CALLBACK_URL` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_receive_data_log` -- LOCK TABLES `t_receive_data_log` WRITE; /*!40000 ALTER TABLE `t_receive_data_log` DISABLE KEYS */; /*!40000 ALTER TABLE `t_receive_data_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_relationhis` -- DROP TABLE IF EXISTS `t_relationhis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_relationhis` ( `ID` varchar(200) NOT NULL, `ACTIONTIME` datetime DEFAULT NULL, `PROCESSTIME` datetime DEFAULT NULL, `STARTNODENAME` varchar(200) DEFAULT NULL, `FLOWID` varchar(200) DEFAULT NULL, `FLOWNAME` varchar(200) DEFAULT NULL, `DOCID` varchar(200) DEFAULT NULL, `ENDNODEID` varchar(200) DEFAULT NULL, `ENDNODENAME` varchar(200) DEFAULT NULL, `STARTNODEID` varchar(200) DEFAULT NULL, `ISPASSED` bit(1) DEFAULT NULL, `ATTITUDE` varchar(2000) DEFAULT NULL, `AUDITOR` varchar(200) DEFAULT NULL, `FLOWOPERATION` varchar(200) DEFAULT NULL, `REMINDERCOUNT` int(11) DEFAULT NULL, `FLOWSTATERT_ID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_relationhis` -- LOCK TABLES `t_relationhis` WRITE; /*!40000 ALTER TABLE `t_relationhis` DISABLE KEYS */; /*!40000 ALTER TABLE `t_relationhis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_role` -- DROP TABLE IF EXISTS `t_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_role` ( `id` varchar(50) NOT NULL, `created_time` datetime NOT NULL, `define_type` varchar(50) DEFAULT NULL, `domain_id` varchar(50) DEFAULT NULL, `last_modify_time` datetime DEFAULT NULL, `role_name` varchar(50) NOT NULL, `role_type` varchar(50) DEFAULT NULL, `slevel` varchar(50) DEFAULT NULL, `status` int(11) DEFAULT NULL, `zxtqxgw` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_role` -- LOCK TABLES `t_role` WRITE; /*!40000 ALTER TABLE `t_role` DISABLE KEYS */; /*!40000 ALTER TABLE `t_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_send_data_log` -- DROP TABLE IF EXISTS `t_send_data_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_send_data_log` ( `MSGID` varchar(100) DEFAULT NULL, `RESULT` longtext, `SEND_PARAM` longtext, `DOCID` varchar(100) DEFAULT NULL, `FORMID` varchar(100) DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `SEND_TIME` datetime DEFAULT NULL, `SEND_PERSON` varchar(100) DEFAULT NULL, `SEND_PERSON_ID` varchar(100) DEFAULT NULL, `SEND_DOMAINID` varchar(100) DEFAULT NULL, `RECEIVE_TIME` datetime DEFAULT NULL, `RECEIVE_DOMAINID` varchar(100) DEFAULT NULL, `REGION_ID` varchar(100) DEFAULT NULL, `SRC_APP` varchar(100) DEFAULT NULL, `TARGET_APP` varchar(100) DEFAULT NULL, `TARGET_SERVICE_URL` varchar(100) DEFAULT NULL, `BUSINESS_TYPE` varchar(100) DEFAULT NULL, `BUSINESS_ID` varchar(100) DEFAULT NULL, `FILE_TYPE` varchar(100) DEFAULT NULL, `FILE_URLS` longtext, `DATA` longtext, `CALLBACK_URL` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_send_data_log` -- LOCK TABLES `t_send_data_log` WRITE; /*!40000 ALTER TABLE `t_send_data_log` DISABLE KEYS */; /*!40000 ALTER TABLE `t_send_data_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_shortmessage_received` -- DROP TABLE IF EXISTS `t_shortmessage_received`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_shortmessage_received` ( `ID` varchar(200) NOT NULL, `CONTENT` longtext, `SENDER` varchar(255) DEFAULT NULL, `RECEIVER` varchar(255) DEFAULT NULL, `RECEIVEDATE` varchar(255) DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `PARENT` varchar(255) DEFAULT NULL, `DOCID` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `CREATED` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_shortmessage_received` -- LOCK TABLES `t_shortmessage_received` WRITE; /*!40000 ALTER TABLE `t_shortmessage_received` DISABLE KEYS */; /*!40000 ALTER TABLE `t_shortmessage_received` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_shortmessage_submit` -- DROP TABLE IF EXISTS `t_shortmessage_submit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_shortmessage_submit` ( `ID` varchar(200) NOT NULL, `CONTENTTYPE` int(11) DEFAULT NULL, `TITLE` varchar(255) DEFAULT NULL, `CONTENT` varchar(255) DEFAULT NULL, `SENDDATE` datetime DEFAULT NULL, `REPLYCODE` varchar(255) DEFAULT NULL, `SENDER` varchar(255) DEFAULT NULL, `RECEIVER` longtext, `SUBMISSION` bit(1) DEFAULT NULL, `ISFAILURE` bit(1) DEFAULT NULL, `ISREPLY` bit(1) DEFAULT NULL, `ISTRASH` bit(1) DEFAULT NULL, `ISDRAFT` bit(1) DEFAULT NULL, `NEEDREPLY` bit(1) DEFAULT NULL, `MASS` bit(1) DEFAULT NULL, `DOCID` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `RECEIVERUSERID` varchar(255) DEFAULT NULL, `RECEIVERNAME` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_shortmessage_submit` -- LOCK TABLES `t_shortmessage_submit` WRITE; /*!40000 ALTER TABLE `t_shortmessage_submit` DISABLE KEYS */; /*!40000 ALTER TABLE `t_shortmessage_submit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_specialday` -- DROP TABLE IF EXISTS `t_specialday`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_specialday` ( `ID` varchar(255) NOT NULL, `CALENDAR` varchar(255) DEFAULT NULL, `STATUS` varchar(255) DEFAULT NULL, `STARTDATE` datetime(6) NOT NULL, `ENDDATE` datetime(6) NOT NULL, `STARTTIME1` varchar(255) DEFAULT NULL, `ENDTIME1` varchar(255) DEFAULT NULL, `STARTTIME2` varchar(255) DEFAULT NULL, `ENDTIME2` varchar(255) DEFAULT NULL, `STARTTIME3` varchar(255) DEFAULT NULL, `ENDTIME3` varchar(255) DEFAULT NULL, `STARTTIME4` varchar(255) DEFAULT NULL, `ENDTIME4` varchar(255) DEFAULT NULL, `STARTTIME5` varchar(255) DEFAULT NULL, `ENDTIME5` varchar(255) DEFAULT NULL, `WORKDAYS` int(11) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `LASTMODIFYDATE` datetime(6) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `REMARK` varchar(255) DEFAULT NULL, `CALENDARID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `FKe63ubwm4r8yprd1urkba65ffh` (`CALENDAR`) USING BTREE, KEY `FKnqyfh0iffgyiq0er3fymjt459` (`CALENDARID`) USING BTREE, CONSTRAINT `FKe63ubwm4r8yprd1urkba65ffh` FOREIGN KEY (`CALENDAR`) REFERENCES `t_calendar` (`ID`), CONSTRAINT `FKnqyfh0iffgyiq0er3fymjt459` FOREIGN KEY (`CALENDARID`) REFERENCES `t_calendar` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_specialday` -- LOCK TABLES `t_specialday` WRITE; /*!40000 ALTER TABLE `t_specialday` DISABLE KEYS */; /*!40000 ALTER TABLE `t_specialday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_standardday` -- DROP TABLE IF EXISTS `t_standardday`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_standardday` ( `ID` varchar(255) NOT NULL, `CALENDAR` varchar(255) DEFAULT NULL, `STATUS` varchar(255) DEFAULT NULL, `STARTTIME1` varchar(255) DEFAULT NULL, `ENDTIME1` varchar(255) DEFAULT NULL, `STARTTIME2` varchar(255) DEFAULT NULL, `ENDTIME2` varchar(255) DEFAULT NULL, `STARTTIME3` varchar(255) DEFAULT NULL, `ENDTIME3` varchar(255) DEFAULT NULL, `STARTTIME4` varchar(255) DEFAULT NULL, `ENDTIME4` varchar(255) DEFAULT NULL, `STARTTIME5` varchar(255) DEFAULT NULL, `ENDTIME5` varchar(255) DEFAULT NULL, `WEEKDAYS` int(11) DEFAULT NULL, `LASTMODIFYDATE` datetime(6) DEFAULT NULL, `SORTID` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `REMARK` varchar(255) DEFAULT NULL, `CALENDAR_ID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `FK894i3r8b513ef5fl0vpqhuril` (`CALENDAR`) USING BTREE, KEY `FKjyq29hches6m7iwyblvolcix` (`CALENDAR_ID`) USING BTREE, CONSTRAINT `FK894i3r8b513ef5fl0vpqhuril` FOREIGN KEY (`CALENDAR`) REFERENCES `t_calendar` (`ID`), CONSTRAINT `FKjyq29hches6m7iwyblvolcix` FOREIGN KEY (`CALENDAR_ID`) REFERENCES `t_calendar` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_standardday` -- LOCK TABLES `t_standardday` WRITE; /*!40000 ALTER TABLE `t_standardday` DISABLE KEYS */; INSERT INTO `t_standardday` VALUES ('03ZBJAbmrDTaDmhm0Io','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',2,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('5hFppDegzzis0rHGAHj','ucgZS73RLjOufoRfcRZ','01','08:30','12:30','14:00','18:00','','','','','','',4,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'),('7Gdeiaslqum1Ah1qDOf','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',0,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('7uu8S4vJsEOlhjfcxhI','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',1,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('9BzXI8lGW4VrJmAIqTa','iskbEoRLI74in4mhJpu','01','00:00','03:00','04:00','08:00','23:00','24:00','','','','',1,'2022-02-22 21:48:18.466000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('AfrWI6cdvfI8HWO7WxK','iskbEoRLI74in4mhJpu','02','','','','','','','','','','',0,'2022-02-22 21:48:18.466000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('bFlR2aGfQF8oAZKrAyl','iskbEoRLI74in4mhJpu','02','','','','','','','','','','',6,'2022-02-22 21:48:18.467000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('dOso6xwXwVlM5D3oL8i','iskbEoRLI74in4mhJpu','01','00:00','03:00','04:00','08:00','23:00','24:00','','','','',3,'2022-02-22 21:48:18.466000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('E3XGeWwRLZ5rDz6mC1v','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',3,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('ekuhy4X6Lg5ltNTKlWS','iskbEoRLI74in4mhJpu','01','00:00','03:00','04:00','08:00','23:00','24:00','','','','',5,'2022-02-22 21:48:18.467000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('Gen9soWOT7al3eo1pOD','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',4,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('GgTgzXqYtHppEi1Ebyb','iskbEoRLI74in4mhJpu','01','00:00','03:00','04:00','08:00','23:00','24:00','','','','',2,'2022-02-22 21:48:18.466000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('GTTyTgbDE4H65zcitR1','ucgZS73RLjOufoRfcRZ','01','08:30','12:30','14:00','18:00','','','','','','',5,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'),('h2zYiHycTpuu5JnnP9Q','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',5,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('i8iCwpJBQ0jXNIbmo1i','iskbEoRLI74in4mhJpu','01','00:00','03:00','04:00','08:00','23:00','24:00','','','','',4,'2022-02-22 21:48:18.466000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'iskbEoRLI74in4mhJpu'),('J74pFaV28dKVJ3UIxCe','UrGXb7TO5zezuqLq5U6','01','00:00','24:00','','','','','','','','',6,'2022-02-22 21:48:18.429000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'UrGXb7TO5zezuqLq5U6'),('MZyylThqIlhn44BrRpy','ucgZS73RLjOufoRfcRZ','01','08:30','12:30','14:00','18:00','','','','','','',3,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'),('OcRhM6C0cDjlV23CQ9D','ucgZS73RLjOufoRfcRZ','02','','','','','','','','','','',6,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'),('oXm4V4vyCadoh26aAWy','ucgZS73RLjOufoRfcRZ','01','08:30','12:30','14:00','18:00','','','','','','',2,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'),('TJ3BxHHzcVAdVERemTi','ucgZS73RLjOufoRfcRZ','01','08:30','12:30','14:00','18:00','','','','','','',1,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'),('YfJIJbcDMOQveu1vjr2','ucgZS73RLjOufoRfcRZ','02','','','','','','','','','','',0,'2022-02-22 21:48:18.332000',NULL,'8mtty34nBMDDEWK5yMr',NULL,NULL,'ucgZS73RLjOufoRfcRZ'); /*!40000 ALTER TABLE `t_standardday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_synclog` -- DROP TABLE IF EXISTS `t_synclog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_synclog` ( `ID` varchar(255) NOT NULL, `ACTION` varchar(255) DEFAULT NULL, `ACTIONTIME` datetime DEFAULT NULL, `TABLENAME` varchar(255) DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `DATAOPERATION` longtext, `MSG` longtext, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_synclog` -- LOCK TABLES `t_synclog` WRITE; /*!40000 ALTER TABLE `t_synclog` DISABLE KEYS */; /*!40000 ALTER TABLE `t_synclog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_trigger` -- DROP TABLE IF EXISTS `t_trigger`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_trigger` ( `ID` varchar(200) NOT NULL, `TOKEN` varchar(200) DEFAULT NULL, `JOB_TYPE` int(11) DEFAULT NULL, `JOB_DATA` longtext, `STATE` varchar(255) DEFAULT NULL, `DEADLINE` bigint(20) DEFAULT NULL, `IS_LOOP` bit(1) DEFAULT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `DOCUMENTS` longtext, `RUNTIMES` int(11) DEFAULT NULL, `LASTMODIFIDATE` datetime DEFAULT NULL, `TASKID` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_trigger` -- LOCK TABLES `t_trigger` WRITE; /*!40000 ALTER TABLE `t_trigger` DISABLE KEYS */; /*!40000 ALTER TABLE `t_trigger` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_upload` -- DROP TABLE IF EXISTS `t_upload`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_upload` ( `ID` varchar(200) DEFAULT NULL, `NAME` varchar(200) DEFAULT NULL, `IMGBINARY` mediumblob, `FIELDID` varchar(200) DEFAULT NULL, `TYPE` varchar(200) DEFAULT NULL, `FILESIZE` int(11) DEFAULT NULL, `USERID` varchar(200) DEFAULT NULL, `MODIFYDATE` varchar(200) DEFAULT NULL, `PATH` longtext, `FOLDERPATH` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_upload` -- LOCK TABLES `t_upload` WRITE; /*!40000 ALTER TABLE `t_upload` DISABLE KEYS */; /*!40000 ALTER TABLE `t_upload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_user` -- DROP TABLE IF EXISTS `t_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_user` ( `ID` varchar(255) NOT NULL, `CALENDAR` varchar(255) DEFAULT NULL, `LEVELS` int(11) DEFAULT NULL, `REMARKS` varchar(255) DEFAULT NULL, `SUPERIOR` varchar(255) DEFAULT NULL, `PROXYUSER` varchar(255) DEFAULT NULL, `DEFAULTDEPARTMENT` varchar(255) DEFAULT NULL, `DEFAULTAPPLICATION` varchar(255) DEFAULT NULL, `EMAIL` varchar(255) DEFAULT NULL, `LOGINNO` varchar(20) NOT NULL, `LOGINPWD` varchar(512) DEFAULT NULL, `NAME` varchar(255) NOT NULL, `NAME_LETTER` varchar(255) DEFAULT NULL, `TELEPHONE` varchar(255) DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `ISDOMAINUSER` varchar(255) DEFAULT NULL, `STARTPROXYTIME` datetime(6) DEFAULT NULL, `ENDPROXYTIME` datetime(6) DEFAULT NULL, `USEIM` bit(1) DEFAULT NULL, `ORDERBYNO` int(11) DEFAULT '10000', `LASTMODIFYPASSWORDTIME` datetime(6) DEFAULT NULL, `PASSWORDARRAY` varchar(1000) DEFAULT NULL, `LOCKFLAG` int(11) DEFAULT '1', `PUBLICKEY` varchar(1000) DEFAULT NULL, `DIMISSION` int(11) DEFAULT '1', `AVATAR` longtext, `FAVORITE_CONTACTS` longtext, `PERMISSION_TYPE` varchar(255) DEFAULT NULL, `LIAISON_OFFICER` bit(1) DEFAULT NULL, `DDUSERID` varchar(255) DEFAULT NULL, `TELEPHONE2` varchar(255) DEFAULT NULL, `TELEPHONEPUBLIC` bit(1) DEFAULT NULL, `TELEPHONEPUBLIC2` bit(1) DEFAULT NULL, `EMAILPUBLIC` bit(1) DEFAULT NULL, `USERINFOPUBLIC` bit(1) DEFAULT NULL, `SIGNS` longtext, `USEHOMEPAGE` int(11) DEFAULT NULL, `USERSKIN` varchar(255) DEFAULT NULL, `USERSTYLE` varchar(255) DEFAULT NULL, `PENDINGSTYLE` longtext, `GENERALPAGE` longtext, `CONFIGURE` longtext, `COMMON_OPINION` longtext, `FIELD1` varchar(255) DEFAULT NULL, `FIELD2` varchar(255) DEFAULT NULL, `FIELD3` varchar(255) DEFAULT NULL, `FIELD4` varchar(255) DEFAULT NULL, `FIELD5` varchar(255) DEFAULT NULL, `FIELD6` varchar(255) DEFAULT NULL, `FIELD7` varchar(255) DEFAULT NULL, `FIELD8` varchar(255) DEFAULT NULL, `FIELD9` varchar(255) DEFAULT NULL, `FIELD10` varchar(255) DEFAULT NULL, `pwdErrorTimes` int(11) DEFAULT '0', `ID_NUMBER` varchar(255) DEFAULT NULL, `ID_TYPE` varchar(255) DEFAULT NULL, `WECHAT_NUMBER` varchar(255) DEFAULT NULL, `ID_ADDRESS` varchar(255) DEFAULT NULL, `ID_FACADEIMG` longtext, `ID_BACKIMG` longtext, `ID_PORTRAIT` longtext, `FACEIMG` longtext, `CERTIFICATIONTIME` datetime(6) DEFAULT NULL, `CERTIFICATIONSTATUS` varchar(255) DEFAULT NULL, `FIELD11` varchar(255) DEFAULT NULL, `FIELD12` varchar(255) DEFAULT NULL, `FIELD13` varchar(255) DEFAULT NULL, `FIELD14` varchar(255) DEFAULT NULL, `FIELD15` varchar(255) DEFAULT NULL, `FIELD16` varchar(255) DEFAULT NULL, `FIELD17` varchar(255) DEFAULT NULL, `FIELD18` longtext, `FIELD19` longtext, `FIELD20` longtext, `FIELD21` varchar(255) DEFAULT NULL, `FIELD22` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL, `FIELD23` varchar(255) DEFAULT NULL, `FIELD24` varchar(255) DEFAULT NULL, `FIELD25` varchar(255) DEFAULT NULL, `FIELD26` varchar(255) DEFAULT NULL, `FIELD27` varchar(255) DEFAULT NULL, `FIELD28` longtext, `FIELD29` longtext, `FIELD30` longtext CHARACTER SET utf8 COLLATE utf8_bin, `LASTMODIFYTIME` datetime DEFAULT NULL, `ISDEPARTMENTADMIN` varchar(10) DEFAULT NULL COMMENT '是否为部门管理员', `OLDLOGINPWD` varchar(255) DEFAULT NULL, `PWDTYPE` varchar(10) DEFAULT NULL, `showEmail` bit(1) DEFAULT b'0', `MANAGE_DEPARTMENTS` varchar(255) DEFAULT NULL, `INTERFACE_DEPARTMENTS` varchar(255) DEFAULT NULL, `DEPARTMENTUSER` bit(1) DEFAULT b'0', `VIEWSETTINGS` longtext, PRIMARY KEY (`ID`) USING BTREE, UNIQUE KEY `unique_domain_id_loginno` (`DOMAINID`,`LOGINNO`) USING BTREE, KEY `FK4bc57vqy9kdp0bwlu855y2w3w` (`SUPERIOR`) USING BTREE, KEY `FKb7e399kaa4djss77syqfyfypa` (`PROXYUSER`) USING BTREE, KEY `index_ORDERBYNO` (`ORDERBYNO`) USING BTREE, KEY `index_NAME_LETTER` (`NAME_LETTER`) USING BTREE, KEY `index_LOGINNO_DOMAINID` (`LOGINNO`,`DOMAINID`) USING BTREE, KEY `index_domainid` (`DOMAINID`) USING BTREE, CONSTRAINT `FK4bc57vqy9kdp0bwlu855y2w3w` FOREIGN KEY (`SUPERIOR`) REFERENCES `t_user` (`ID`), CONSTRAINT `FKb7e399kaa4djss77syqfyfypa` FOREIGN KEY (`PROXYUSER`) REFERENCES `t_user` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_user` -- LOCK TABLES `t_user` WRITE; /*!40000 ALTER TABLE `t_user` DISABLE KEYS */; INSERT INTO `t_user` VALUES ('0OK99kp4',NULL,0,NULL,NULL,NULL,'N3WMV7B5G4niNnEuI6o',NULL,NULL,'18760502111','invalidb72ae70e-bf24-446a-bff5-ec22d0f1f553','ddd',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','350322199801211514',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('1EuEWSiV',NULL,0,NULL,NULL,NULL,'1sq3SW2C',NULL,NULL,'18760502722','invalid9f4b06d4-ff99-4085-8eb4-0229b8a4d574','吴松',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','110101197802041113',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('DK25PChX',NULL,0,NULL,NULL,NULL,'N3WMV7B5G4niNnEuI6o',NULL,NULL,'18760502725','invalid1cd4df6f-416f-4927-bfa4-1bbaf0d612ef','super管理员',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','350322199802241013',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('IZ3o3mgP',NULL,0,NULL,NULL,NULL,'1sq3SW2C',NULL,NULL,'18760501234','invalid72769d3b-ed43-4730-aa20-2798f02aab42','林汉成',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','350311198512112141',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('K7kspYq93CtrP8y4JVw','OGaISmBcrTJzK65bMCt',0,NULL,NULL,NULL,'N3WMV7B5G4niNnEuI6o',NULL,NULL,'11111000000','788a8e4c4c1e2e3e62994cbc294b1f80a056620c8b75f708','管理员','rm',NULL,1,'Ncf9WcLd8Nvf64A3vW5','true',NULL,NULL,_binary '\0',0,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '\0',NULL,NULL,_binary '\0',_binary '\0',_binary '\0',_binary '\0',NULL,NULL,'good',NULL,NULL,NULL,NULL,NULL,'','','','','','','','','','',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证(户口簿)','12452153121254674','未提交','','','2021-01-01','2050-01-01','','','/uploads/lib/img/微信截图_20210907123701.png','未认证','RM','','c94e14671f70df7d79b40e69a078cdc4','',NULL,NULL,NULL,NULL,'N3WMV7B5G4niNnEuI6o','2021-12-21 20:47:19',NULL,'false',NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('MxT33HL9',NULL,0,NULL,NULL,NULL,'1sq3SW2C',NULL,NULL,'18712345678','invalid8f14f81e-33e9-4bc0-bfe7-d2753eba86ef','吴先生',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','110120198711131412',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('oxO6C5MS',NULL,0,NULL,NULL,NULL,'N3WMV7B5G4niNnEuI6o',NULL,NULL,'18760501112','invalid69e58057-11a7-48fd-9b27-3010e30be899','阮大',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','350322199802101124',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('RLjkKENt',NULL,0,NULL,NULL,NULL,'N3WMV7B5G4niNnEuI6o',NULL,NULL,'18766661010','invalid0c91b052-1b97-45a8-9a73-73c39ac3746e','杨总',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','110101198510123112',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL),('yezrvIoT',NULL,0,NULL,NULL,NULL,'1sq3SW2C',NULL,NULL,'18611474085','invalid16300aa3-ac53-4b76-8f44-f88c47a296c1','部长',NULL,NULL,1,'Ncf9WcLd8Nvf64A3vW5','0',NULL,NULL,NULL,10000,NULL,NULL,1,NULL,1,NULL,NULL,'public',_binary '',NULL,NULL,_binary '',_binary '',_binary '',_binary '',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'居民身份证/户口簿','350322198511151015',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,_binary '\0',NULL,NULL,_binary '\0',NULL); /*!40000 ALTER TABLE `t_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_user22` -- DROP TABLE IF EXISTS `t_user22`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_user22` ( `ID` varchar(255) NOT NULL, `CALENDAR` varchar(255) DEFAULT NULL, `LEVELS` int(11) DEFAULT NULL, `REMARKS` varchar(255) DEFAULT NULL, `SUPERIOR` varchar(255) DEFAULT NULL, `PROXYUSER` varchar(255) DEFAULT NULL, `DEFAULTDEPARTMENT` varchar(255) DEFAULT NULL, `DEFAULTAPPLICATION` varchar(255) DEFAULT NULL, `EMAIL` varchar(255) DEFAULT NULL, `LOGINNO` varchar(20) NOT NULL, `LOGINPWD` varchar(255) DEFAULT NULL, `NAME` varchar(255) NOT NULL, `NAME_LETTER` varchar(255) DEFAULT NULL, `TELEPHONE` varchar(255) DEFAULT NULL, `STATUS` int(11) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, `ISDOMAINUSER` varchar(255) DEFAULT NULL, `STARTPROXYTIME` datetime(6) DEFAULT NULL, `ENDPROXYTIME` datetime(6) DEFAULT NULL, `USEIM` bit(1) DEFAULT NULL, `ORDERBYNO` int(11) DEFAULT '10000', `LASTMODIFYPASSWORDTIME` datetime(6) DEFAULT NULL, `PASSWORDARRAY` varchar(1000) DEFAULT NULL, `LOCKFLAG` int(11) DEFAULT '1', `PUBLICKEY` varchar(1000) DEFAULT NULL, `DIMISSION` int(11) DEFAULT '1', `AVATAR` longtext, `FAVORITE_CONTACTS` longtext, `PERMISSION_TYPE` varchar(255) DEFAULT NULL, `LIAISON_OFFICER` bit(1) DEFAULT NULL, `DDUSERID` varchar(255) DEFAULT NULL, `TELEPHONE2` varchar(255) DEFAULT NULL, `TELEPHONEPUBLIC` bit(1) DEFAULT NULL, `TELEPHONEPUBLIC2` bit(1) DEFAULT NULL, `EMAILPUBLIC` bit(1) DEFAULT NULL, `USERINFOPUBLIC` bit(1) DEFAULT NULL, `SIGNS` longtext, `USEHOMEPAGE` int(11) DEFAULT NULL, `USERSKIN` varchar(255) DEFAULT NULL, `USERSTYLE` varchar(255) DEFAULT NULL, `PENDINGSTYLE` longtext, `GENERALPAGE` longtext, `CONFIGURE` longtext, `COMMON_OPINION` longtext, `FIELD1` varchar(255) DEFAULT NULL, `FIELD2` varchar(255) DEFAULT NULL, `FIELD3` varchar(255) DEFAULT NULL, `FIELD4` varchar(255) DEFAULT NULL, `FIELD5` varchar(255) DEFAULT NULL, `FIELD6` varchar(255) DEFAULT NULL, `FIELD7` varchar(255) DEFAULT NULL, `FIELD8` varchar(255) DEFAULT NULL, `FIELD9` varchar(255) DEFAULT NULL, `FIELD10` varchar(255) DEFAULT NULL, `pwdErrorTimes` int(11) DEFAULT '0', `ID_NUMBER` varchar(255) DEFAULT NULL, `ID_TYPE` varchar(255) DEFAULT NULL, `WECHAT_NUMBER` varchar(255) DEFAULT NULL, `ID_ADDRESS` varchar(255) DEFAULT NULL, `ID_FACADEIMG` longtext, `ID_BACKIMG` longtext, `ID_PORTRAIT` longtext, `FACEIMG` longtext, `CERTIFICATIONTIME` datetime(6) DEFAULT NULL, `CERTIFICATIONSTATUS` varchar(255) DEFAULT NULL, `FIELD11` varchar(255) DEFAULT NULL, `FIELD12` varchar(255) DEFAULT NULL, `FIELD13` varchar(255) DEFAULT NULL, `FIELD14` varchar(255) DEFAULT NULL, `FIELD15` varchar(255) DEFAULT NULL, `FIELD16` varchar(255) DEFAULT NULL, `FIELD17` varchar(255) DEFAULT NULL, `FIELD18` longtext, `FIELD19` longtext, `FIELD20` longtext, `FIELD21` varchar(255) DEFAULT NULL, `FIELD22` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL, `FIELD23` varchar(255) DEFAULT NULL, `FIELD24` varchar(255) DEFAULT NULL, `FIELD25` varchar(255) DEFAULT NULL, `FIELD26` varchar(255) DEFAULT NULL, `FIELD27` varchar(255) DEFAULT NULL, `FIELD28` longtext, `FIELD29` longtext, `FIELD30` longtext CHARACTER SET utf8 COLLATE utf8_bin, `LASTMODIFYTIME` datetime DEFAULT NULL, `ISDEPARTMENTADMIN` varchar(10) DEFAULT NULL COMMENT '是否为部门管理员', `OLDLOGINPWD` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_user22` -- LOCK TABLES `t_user22` WRITE; /*!40000 ALTER TABLE `t_user22` DISABLE KEYS */; /*!40000 ALTER TABLE `t_user22` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_user_defined` -- DROP TABLE IF EXISTS `t_user_defined`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_user_defined` ( `ID` varchar(255) NOT NULL, `APPLICATIONID` varchar(255) DEFAULT NULL, `USERID` varchar(255) DEFAULT NULL, `TEMPLATESTYLE` longtext, `TEMPLATEELEMENT` longtext, `NAME` varchar(255) DEFAULT NULL, `TYPE` varchar(255) DEFAULT NULL, `DISPLAYTO` varchar(255) DEFAULT NULL, `ROLEIDS` longtext, `ROLENAMES` longtext, `CREATOR` varchar(255) DEFAULT NULL, `DEFINEMODE` int(11) DEFAULT NULL, `TEMPLATECONTEXT` longtext, `PUBLISHED` bit(1) DEFAULT NULL, `USEDDEFINED` int(11) DEFAULT NULL, `USUALSTARTMENUS` longtext, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_user_defined` -- LOCK TABLES `t_user_defined` WRITE; /*!40000 ALTER TABLE `t_user_defined` DISABLE KEYS */; /*!40000 ALTER TABLE `t_user_defined` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_user_department_admin_set` -- DROP TABLE IF EXISTS `t_user_department_admin_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_user_department_admin_set` ( `ID` varchar(255) NOT NULL, `DEPARTMENTID` varchar(255) DEFAULT NULL COMMENT '部门ID', `DEPARTMENTNAME` varchar(255) DEFAULT NULL COMMENT '部门名称', `USERID` varchar(255) DEFAULT NULL COMMENT '用户ID', `INDEXCODE` varchar(1000) DEFAULT NULL COMMENT '索引代码', PRIMARY KEY (`ID`) USING BTREE, KEY `idex_department_userId` (`USERID`) USING BTREE, KEY `index_DEPARTMENTID` (`DEPARTMENTID`) USING BTREE, CONSTRAINT `FKm32ew3olc4jd4ueva1tswqy2l` FOREIGN KEY (`USERID`) REFERENCES `t_user` (`ID`), CONSTRAINT `idex_department_userId` FOREIGN KEY (`USERID`) REFERENCES `t_user` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='部门管理员管理部门集合表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_user_department_admin_set` -- LOCK TABLES `t_user_department_admin_set` WRITE; /*!40000 ALTER TABLE `t_user_department_admin_set` DISABLE KEYS */; /*!40000 ALTER TABLE `t_user_department_admin_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_user_department_role_set` -- DROP TABLE IF EXISTS `t_user_department_role_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_user_department_role_set` ( `ID` varchar(255) NOT NULL, `DEPARTMENTID` varchar(255) DEFAULT NULL, `USERID` varchar(255) DEFAULT NULL, `ROLEID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE, KEY `FKsaoxtd828qc9r0fvb0b0breb0` (`USERID`) USING BTREE, KEY `index_ROLEID` (`ROLEID`) USING BTREE, KEY `index_DEPARTMENTID` (`DEPARTMENTID`) USING BTREE, CONSTRAINT `FKsaoxtd828qc9r0fvb0b0breb0` FOREIGN KEY (`USERID`) REFERENCES `t_user` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_user_department_role_set` -- LOCK TABLES `t_user_department_role_set` WRITE; /*!40000 ALTER TABLE `t_user_department_role_set` DISABLE KEYS */; INSERT INTO `t_user_department_role_set` VALUES ('T0OK99kp4-ttFztsLQ','N3WMV7B5G4niNnEuI6o','0OK99kp4',NULL),('T1EuEWSiV-iSxSnpvQ','1sq3SW2C','1EuEWSiV',NULL),('TDK25PChX-cT6naBkL','N3WMV7B5G4niNnEuI6o','DK25PChX','__YSRS9wgqeRJTgLfgzTn'),('TDK25PChX-iH0beXWc','N3WMV7B5G4niNnEuI6o','DK25PChX','__sOAelwWyVM7zJKoByxm'),('TDK25PChX-Q1aCVpDO','N3WMV7B5G4niNnEuI6o','DK25PChX','__2uz0l9F3qiXuMQZmma0'),('TDK25PChX-RdqZAv2b','N3WMV7B5G4niNnEuI6o','DK25PChX','__OgIiBsNEDMVZHkfODHX'),('TDK25PChX-WMmCTcNv','N3WMV7B5G4niNnEuI6o','DK25PChX','__PP1SOaw8yIFqfkmL0B6'),('TDK25PChX-XSFWTS54','N3WMV7B5G4niNnEuI6o','DK25PChX','__cRnszGha9rOBEgmCqAh'),('TIZ3o3mgP-DN0ZFC1r','1sq3SW2C','IZ3o3mgP',NULL),('TK7kspYq93CtrP8y4JVw-7PVrPaMs','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__49JmGuWmJmu0O310ERh'),('TK7kspYq93CtrP8y4JVw-CDDLNr7P','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__OgIiBsNEDMVZHkfODHX'),('TK7kspYq93CtrP8y4JVw-CN7GUiO2','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__PP1SOaw8yIFqfkmL0B6'),('TK7kspYq93CtrP8y4JVw-DaUcSvWU','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__MAevnUq9ULJrnsrWYOI'),('TK7kspYq93CtrP8y4JVw-F10hPzoJ','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__sOAelwWyVM7zJKoByxm'),('TK7kspYq93CtrP8y4JVw-GujUffDy','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__GMXrwPLRooaiegGkW7V'),('TK7kspYq93CtrP8y4JVw-L88QZE6v','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__YSRS9wgqeRJTgLfgzTn'),('TK7kspYq93CtrP8y4JVw-lvB85GIu','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__ope0aw7p859lq3DLBCW'),('TK7kspYq93CtrP8y4JVw-qThNRLne','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__2uz0l9F3qiXuMQZmma0'),('TK7kspYq93CtrP8y4JVw-rcVis5m5','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__09XLGdqa7EIXqYpzcrI'),('TK7kspYq93CtrP8y4JVw-RfGRE3OT','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__7i905Cft2MWquFREMW9'),('TK7kspYq93CtrP8y4JVw-VOrob4Ru','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__cRnszGha9rOBEgmCqAh'),('TK7kspYq93CtrP8y4JVw-yZ1PZK8a','N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw','__88XucP4kBjDp0lFrhso'),('TMxT33HL9-8KPtPLKV','1sq3SW2C','MxT33HL9','__ope0aw7p859lq3DLBCW'),('TMxT33HL9-aMlSrlfp','1sq3SW2C','MxT33HL9','__49JmGuWmJmu0O310ERh'),('TMxT33HL9-m51W1ufE','1sq3SW2C','MxT33HL9','__MAevnUq9ULJrnsrWYOI'),('TMxT33HL9-RpcXaZ1s','1sq3SW2C','MxT33HL9','__09XLGdqa7EIXqYpzcrI'),('TMxT33HL9-tJO16eoh','1sq3SW2C','MxT33HL9','__88XucP4kBjDp0lFrhso'),('TMxT33HL9-uBHijxq4','1sq3SW2C','MxT33HL9','__GMXrwPLRooaiegGkW7V'),('ToxO6C5MS-ztZqsQIk','N3WMV7B5G4niNnEuI6o','oxO6C5MS',NULL),('TRLjkKENt-5Oh17qeG','N3WMV7B5G4niNnEuI6o','RLjkKENt','__sOAelwWyVM7zJKoByxm'),('TRLjkKENt-gbcL6Rgf','N3WMV7B5G4niNnEuI6o','RLjkKENt','__PP1SOaw8yIFqfkmL0B6'),('TRLjkKENt-GpkqqFhC','N3WMV7B5G4niNnEuI6o','RLjkKENt','__YSRS9wgqeRJTgLfgzTn'),('TRLjkKENt-Jcn7gw87','N3WMV7B5G4niNnEuI6o','RLjkKENt','__cRnszGha9rOBEgmCqAh'),('TRLjkKENt-l0icyInL','N3WMV7B5G4niNnEuI6o','RLjkKENt','__2uz0l9F3qiXuMQZmma0'),('TRLjkKENt-thMYOzSi','N3WMV7B5G4niNnEuI6o','RLjkKENt','__7i905Cft2MWquFREMW9'),('TRLjkKENt-Zwajh1h0','N3WMV7B5G4niNnEuI6o','RLjkKENt','__OgIiBsNEDMVZHkfODHX'),('TyezrvIoT-XS4CMYPM','1sq3SW2C','yezrvIoT',NULL); /*!40000 ALTER TABLE `t_user_department_role_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_user_group_set` -- DROP TABLE IF EXISTS `t_user_group_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_user_group_set` ( `ID` varchar(255) NOT NULL, `USERID` varchar(255) DEFAULT NULL, `USERGROUPID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_user_group_set` -- LOCK TABLES `t_user_group_set` WRITE; /*!40000 ALTER TABLE `t_user_group_set` DISABLE KEYS */; /*!40000 ALTER TABLE `t_user_group_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_usergroup` -- DROP TABLE IF EXISTS `t_usergroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_usergroup` ( `ID` varchar(255) NOT NULL, `NAME` varchar(255) NOT NULL, `OWNERID` varchar(255) DEFAULT NULL, `DOMAINID` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_usergroup` -- LOCK TABLES `t_usergroup` WRITE; /*!40000 ALTER TABLE `t_usergroup` DISABLE KEYS */; /*!40000 ALTER TABLE `t_usergroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_wechat_user` -- DROP TABLE IF EXISTS `t_wechat_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_wechat_user` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键', `active` bit(1) DEFAULT b'0' COMMENT '是否可用', `openId` varchar(50) DEFAULT NULL COMMENT '微信授权用户唯一标识', `userId` varchar(50) DEFAULT NULL COMMENT '用户id', `mobilePhone` varchar(20) DEFAULT NULL COMMENT '手机号', `createTime` datetime DEFAULT NULL COMMENT '创建时间', `updateTime` datetime DEFAULT NULL COMMENT '修改时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='账号跟微信登录绑定表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_wechat_user` -- LOCK TABLES `t_wechat_user` WRITE; /*!40000 ALTER TABLE `t_wechat_user` DISABLE KEYS */; /*!40000 ALTER TABLE `t_wechat_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `t_workflow_reminder_history` -- DROP TABLE IF EXISTS `t_workflow_reminder_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `t_workflow_reminder_history` ( `ID` varchar(200) NOT NULL, `REMINDER_CONTENT` varchar(200) DEFAULT NULL, `USER_ID` varchar(200) DEFAULT NULL, `USER_NAME` varchar(200) DEFAULT NULL, `NODE_NAME` varchar(200) DEFAULT NULL, `DOC_ID` varchar(200) DEFAULT NULL, `FLOW_INSTANCE_ID` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `PROCESS_TIME` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `t_workflow_reminder_history` -- LOCK TABLES `t_workflow_reminder_history` WRITE; /*!40000 ALTER TABLE `t_workflow_reminder_history` DISABLE KEYS */; /*!40000 ALTER TABLE `t_workflow_reminder_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_companies` -- DROP TABLE IF EXISTS `tenant_companies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_companies` ( `id` varchar(255) NOT NULL, `unify_social_credit_code` varchar(255) NOT NULL, `unify_social_credit_code_file` varchar(255) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_companies` -- LOCK TABLES `tenant_companies` WRITE; /*!40000 ALTER TABLE `tenant_companies` DISABLE KEYS */; INSERT INTO `tenant_companies` VALUES ('8mtty34nBMDDEWK5yMr','0','0'),('Ncf9WcLd8Nvf64A3vW5','0','0'); /*!40000 ALTER TABLE `tenant_companies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_contracts` -- DROP TABLE IF EXISTS `tenant_contracts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_contracts` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `a_name` varchar(500) DEFAULT NULL, `attachment` varchar(255) DEFAULT NULL, `b_name` varchar(500) DEFAULT NULL, `begin_date` date NOT NULL, `date_limit_less` int(11) NOT NULL, `end_date` date DEFAULT NULL, `name` varchar(1000) DEFAULT NULL, `note` varchar(2000) DEFAULT NULL, `status` int(11) NOT NULL, `status_note` varchar(500) DEFAULT NULL, `employee_id` varchar(100) NOT NULL, `organization_id` varchar(50) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `fk_tenant_contract_employee_id` (`employee_id`) USING BTREE, KEY `fk_tenant_contract_organization_id` (`organization_id`) USING BTREE, CONSTRAINT `fk_tenant_contract_employee_id` FOREIGN KEY (`employee_id`) REFERENCES `tenant_employees` (`id`), CONSTRAINT `fk_tenant_contract_organization_id` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_contracts` -- LOCK TABLES `tenant_contracts` WRITE; /*!40000 ALTER TABLE `tenant_contracts` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_contracts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_department_admins` -- DROP TABLE IF EXISTS `tenant_department_admins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_department_admins` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `department_id` varchar(255) NOT NULL, `employee_id` varchar(100) NOT NULL, `organization_id` varchar(50) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKm1wwkhqf46vug8l52rvx0lu48` (`department_id`) USING BTREE, KEY `FKm6w080ha1goy2em0rsp6ati8m` (`employee_id`) USING BTREE, KEY `FKrbg2s1m2hl27pqb2q5yd2eyvt` (`organization_id`) USING BTREE, CONSTRAINT `FKm1wwkhqf46vug8l52rvx0lu48` FOREIGN KEY (`department_id`) REFERENCES `tenant_departments` (`id`), CONSTRAINT `FKm6w080ha1goy2em0rsp6ati8m` FOREIGN KEY (`employee_id`) REFERENCES `tenant_employees` (`id`), CONSTRAINT `FKrbg2s1m2hl27pqb2q5yd2eyvt` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_department_admins` -- LOCK TABLES `tenant_department_admins` WRITE; /*!40000 ALTER TABLE `tenant_department_admins` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_department_admins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_department_employee_relations` -- DROP TABLE IF EXISTS `tenant_department_employee_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_department_employee_relations` ( `id` varchar(100) NOT NULL, `created_time` datetime NOT NULL, `master_slave_type` int(11) NOT NULL, `department_id` varchar(255) DEFAULT NULL, `employee_id` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_department_employee_relation_department_id_employee_id` (`department_id`,`employee_id`) USING BTREE, CONSTRAINT `fk_department_employee_department_id` FOREIGN KEY (`department_id`) REFERENCES `tenant_departments` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_department_employee_relations` -- LOCK TABLES `tenant_department_employee_relations` WRITE; /*!40000 ALTER TABLE `tenant_department_employee_relations` DISABLE KEYS */; INSERT INTO `tenant_department_employee_relations` VALUES ('abkOQdPd','2022-02-23 11:45:31',2,'N3WMV7B5G4niNnEuI6o','DK25PChX'),('aqpexdyB','2022-02-24 04:14:04',2,'N3WMV7B5G4niNnEuI6o','RLjkKENt'),('ff8080817ca3643d017ca7426e9a04ff','2021-01-01 00:00:00',2,'N3WMV7B5G4niNnEuI6o','K7kspYq93CtrP8y4JVw'),('gSup08Uo','2022-02-23 14:10:44',2,'N3WMV7B5G4niNnEuI6o','oxO6C5MS'),('HvF4GjFk','2022-02-23 15:28:39',2,'N3WMV7B5G4niNnEuI6o','0OK99kp4'),('IGgoXz4B','2022-02-24 03:44:33',2,'1sq3SW2C','IZ3o3mgP'),('t4vBo7mC','2022-02-24 06:52:55',2,'1sq3SW2C','MxT33HL9'),('vKbcYXEa','2022-02-23 15:16:53',2,'1sq3SW2C','1EuEWSiV'),('WJM3Ksgo','2022-02-23 13:33:57',2,'1sq3SW2C','yezrvIoT'); /*!40000 ALTER TABLE `tenant_department_employee_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_departments` -- DROP TABLE IF EXISTS `tenant_departments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_departments` ( `id` varchar(255) NOT NULL, `code` varchar(50) NOT NULL, `created_time` datetime NOT NULL, `display_order` int(11) NOT NULL, `index_tree` varchar(2000) NOT NULL, `last_updated_time` datetime DEFAULT NULL, `level` int(11) NOT NULL, `name` varchar(200) NOT NULL, `permission_config` varchar(2000) DEFAULT NULL, `permission_type` int(11) NOT NULL, `status` int(11) NOT NULL, `total_member` int(11) NOT NULL, `organization_id` varchar(50) NOT NULL, `parent_id` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_organization_id_department_name` (`organization_id`,`name`) USING BTREE, KEY `fk_tenant_depart_parent_id` (`parent_id`) USING BTREE, CONSTRAINT `fk_tenant_depart_organization_id` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`), CONSTRAINT `fk_tenant_depart_parent_id` FOREIGN KEY (`parent_id`) REFERENCES `tenant_departments` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_departments` -- LOCK TABLES `tenant_departments` WRITE; /*!40000 ALTER TABLE `tenant_departments` DISABLE KEYS */; INSERT INTO `tenant_departments` VALUES ('1sq3SW2C','1sq3SW2C','2022-02-23 13:28:03',0,'N3WMV7B5G4niNnEuI6o--1sq3SW2C','2022-02-23 13:28:03',1,'智能科技部','{\"departIds\":[]}',0,1,0,'Ncf9WcLd8Nvf64A3vW5','N3WMV7B5G4niNnEuI6o'),('bwiuwhQRIeJiLB4clCU','00','2022-02-22 21:48:18',0,'bwiuwhQRIeJiLB4clCU-','2022-02-22 21:48:18',0,'融通集团',NULL,3,1,0,'8mtty34nBMDDEWK5yMr',NULL),('N3WMV7B5G4niNnEuI6o','00','2021-10-22 17:00:16',0,'N3WMV7B5G4niNnEuI6o-','2021-10-22 17:00:16',0,'融通服务公司',NULL,3,1,1,'Ncf9WcLd8Nvf64A3vW5',NULL); /*!40000 ALTER TABLE `tenant_departments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_employee_events` -- DROP TABLE IF EXISTS `tenant_employee_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_employee_events` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `approved_note` varchar(2000) DEFAULT NULL, `approved_time` datetime DEFAULT NULL, `attachment` varchar(2000) DEFAULT NULL, `created_time` datetime NOT NULL, `event_time` datetime NOT NULL, `event_type` int(11) NOT NULL, `note` varchar(2000) DEFAULT NULL, `status` int(11) DEFAULT NULL, `employee_id` varchar(100) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FKpcj1mvp367ldxl2r4eba1kw6` (`employee_id`) USING BTREE, CONSTRAINT `FKpcj1mvp367ldxl2r4eba1kw6` FOREIGN KEY (`employee_id`) REFERENCES `tenant_employees` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_employee_events` -- LOCK TABLES `tenant_employee_events` WRITE; /*!40000 ALTER TABLE `tenant_employee_events` DISABLE KEYS */; INSERT INTO `tenant_employee_events` VALUES ('1645616731-sogWWsL7','2022-02-23 11:45:31','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-23 11:45:31','2022-02-23 11:45:31',0,'入职',NULL,'DK25PChX'),('1645623236-Bn0YFj9h','2022-02-23 13:33:57','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-23 13:33:57','2022-02-23 13:33:57',0,'入职',NULL,'yezrvIoT'),('1645625444-6x7adj8g','2022-02-23 14:10:44','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-23 14:10:44','2022-02-23 14:10:44',0,'入职',NULL,'oxO6C5MS'),('1645629413-SN3uZmxg','2022-02-23 15:16:53','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-23 15:16:53','2022-02-23 15:16:53',0,'入职',NULL,'1EuEWSiV'),('1645630119-JDyVujuD','2022-02-23 15:28:39','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-23 15:28:39','2022-02-23 15:28:39',0,'入职',NULL,'0OK99kp4'),('1645674273-foeJzPtP','2022-02-24 03:44:33','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 03:44:33','2022-02-24 03:44:33',0,'入职',NULL,'IZ3o3mgP'),('1645676044-3QkguGEo','2022-02-24 04:14:04','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:14:04','2022-02-24 04:14:04',0,'入职',NULL,'RLjkKENt'),('1645685574-ZTwkmrYY','2022-02-24 06:52:55','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:52:55','2022-02-24 06:52:55',0,'入职',NULL,'MxT33HL9'); /*!40000 ALTER TABLE `tenant_employee_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_employee_relations` -- DROP TABLE IF EXISTS `tenant_employee_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_employee_relations` ( `id` varchar(50) NOT NULL, `created_time` datetime NOT NULL, `employee_id` varchar(100) DEFAULT NULL, `organization_id` varchar(50) DEFAULT NULL, `tenant_user_id` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_tenant_employee_relations_tenant_user_id_organization_id` (`tenant_user_id`,`organization_id`) USING BTREE, KEY `fk_tenant_employee_relation_tenant_employee_id` (`employee_id`) USING BTREE, KEY `fk_tenant_employee_relation_tenant_organization_id` (`organization_id`) USING BTREE, CONSTRAINT `fk_tenant_employee_relation_tenant_employee_id` FOREIGN KEY (`employee_id`) REFERENCES `tenant_employees` (`id`), CONSTRAINT `fk_tenant_employee_relation_tenant_organization_id` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`), CONSTRAINT `fk_tenant_employee_relation_tenant_user_id` FOREIGN KEY (`tenant_user_id`) REFERENCES `tenant_users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_employee_relations` -- LOCK TABLES `tenant_employee_relations` WRITE; /*!40000 ALTER TABLE `tenant_employee_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_employee_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_employees` -- DROP TABLE IF EXISTS `tenant_employees`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_employees` ( `id` varchar(100) NOT NULL, `created_time` datetime NOT NULL, `email` varchar(50) DEFAULT NULL, `hired_date` datetime DEFAULT NULL, `job_number` varchar(50) DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `leave_note` varchar(2000) DEFAULT NULL, `leave_operator_created_time` datetime DEFAULT NULL, `leave_operator_id` varchar(150) DEFAULT NULL, `leave_operator_name` varchar(200) DEFAULT NULL, `leave_time` datetime DEFAULT NULL, `master_slave_type` int(11) NOT NULL, `occupation_type` int(11) NOT NULL, `position` varchar(200) DEFAULT NULL, `positive_date` date DEFAULT NULL, `salary` varchar(50) DEFAULT NULL, `salary_bank_number` varchar(100) DEFAULT NULL, `status` int(11) NOT NULL, `work_place` varchar(1000) DEFAULT NULL, `organization_id` varchar(50) DEFAULT NULL, `superior_id` varchar(100) DEFAULT NULL, `tenant_user_id` varchar(50) NOT NULL, `unique_offset` varchar(100) DEFAULT NULL, `department_id` varchar(255) DEFAULT NULL, `insure` int(11) DEFAULT NULL, `is_domain_admin` int(11) NOT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_organization_employee_status` (`organization_id`,`status`,`leave_time`,`tenant_user_id`,`unique_offset`) USING BTREE, KEY `fk_employee_self_superior_id` (`superior_id`) USING BTREE, KEY `fk_default_department_id` (`department_id`) USING BTREE, CONSTRAINT `FKlc4y439n7ocpcosb88mmfpc3` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`), CONSTRAINT `fk_default_department_id` FOREIGN KEY (`department_id`) REFERENCES `tenant_departments` (`id`), CONSTRAINT `fk_employee_self_superior_id` FOREIGN KEY (`superior_id`) REFERENCES `tenant_employees` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_employees` -- LOCK TABLES `tenant_employees` WRITE; /*!40000 ALTER TABLE `tenant_employees` DISABLE KEYS */; INSERT INTO `tenant_employees` VALUES ('0OK99kp4','2022-02-23 15:28:39',NULL,'2021-02-08 16:00:00',NULL,'2022-02-23 15:28:39',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'c61Q58Uw',NULL,'N3WMV7B5G4niNnEuI6o',NULL,0),('1EuEWSiV','2022-02-23 15:16:53',NULL,'2020-02-12 16:00:00',NULL,'2022-02-23 15:16:53',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'5pSi4Cln',NULL,'1sq3SW2C',NULL,0),('DK25PChX','2022-02-23 11:45:31',NULL,'2021-11-16 16:00:00',NULL,'2022-02-23 11:45:31',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'EvQEyzyv',NULL,'N3WMV7B5G4niNnEuI6o',NULL,0),('IZ3o3mgP','2022-02-24 03:44:33',NULL,'2020-02-04 16:00:00',NULL,'2022-02-24 03:44:33',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'bZtOxUna',NULL,'1sq3SW2C',NULL,0),('K7kspYq93CtrP8y4JVw','2021-12-21 20:47:19',NULL,'2021-12-21 20:47:19',NULL,'2021-12-21 20:47:19',NULL,NULL,NULL,NULL,NULL,0,0,'','2021-12-21',NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'K7kspYq93CtrP8y4JVw',NULL,'N3WMV7B5G4niNnEuI6o',NULL,1),('MxT33HL9','2022-02-24 06:52:55',NULL,'2020-02-11 16:00:00',NULL,'2022-02-24 06:52:55',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'CCEcC1tI',NULL,'1sq3SW2C',NULL,0),('oxO6C5MS','2022-02-23 14:10:44',NULL,'2021-02-01 16:00:00',NULL,'2022-02-23 14:10:44',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'7DFQRPpq',NULL,'N3WMV7B5G4niNnEuI6o',NULL,0),('RLjkKENt','2022-02-24 04:14:04',NULL,'2020-02-13 16:00:00',NULL,'2022-02-24 04:14:04',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'rc84Keb8',NULL,'N3WMV7B5G4niNnEuI6o',NULL,0),('yezrvIoT','2022-02-23 13:33:57',NULL,'2020-02-28 16:00:00',NULL,'2022-02-23 13:33:57',NULL,NULL,NULL,NULL,NULL,2,0,NULL,NULL,NULL,NULL,0,NULL,'Ncf9WcLd8Nvf64A3vW5',NULL,'lsqvaVOh',NULL,'1sq3SW2C',NULL,0); /*!40000 ALTER TABLE `tenant_employees` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_event_subscribed_action_logs` -- DROP TABLE IF EXISTS `tenant_event_subscribed_action_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_event_subscribed_action_logs` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `created_time` datetime NOT NULL, `note` longtext, `ref_event_id` varchar(255) NOT NULL, `ref_version` bigint(20) NOT NULL, `status` int(11) NOT NULL, `subscriber_id` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `FK9jhinoosqkyals1ktuunv5sja` (`subscriber_id`) USING BTREE, CONSTRAINT `FK4nhgcpd0gphob03o2k92v4ovn` FOREIGN KEY (`subscriber_id`) REFERENCES `tenant_event_subscribers` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_event_subscribed_action_logs` -- LOCK TABLES `tenant_event_subscribed_action_logs` WRITE; /*!40000 ALTER TABLE `tenant_event_subscribed_action_logs` DISABLE KEYS */; INSERT INTO `tenant_event_subscribed_action_logs` VALUES ('02dp4sWO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:49:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('0D6s1emg',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:03:15','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('0FlRI1QG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:58:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('0i76K32s',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:52:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('0JMetCkb',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('19T5QC9L',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:23:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('1C7bnRxU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:33:48','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('1DefnEt4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:47:55','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('1eI702zL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:10:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('1fRzg41a',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:20:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('1KvrEnlB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:38:13','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('1Pq4SV9d',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:17:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('1rM3ZdVE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:55','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('1SZPM3qM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:33:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('1xvaz3qI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:56:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('291c6sT0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:25:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('2b0FNmTu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:01:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('2CU8SaHI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:17:07','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('2DAvzUAz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:38:12','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('2fUtcONi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:08:22','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('2MqfDseY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:45:40','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('2O7KNK3m',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:48:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('2RcHJPzx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:56:40','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('2ssqCpba',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:53:43','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('2WwCVEvD',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:40:32','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('37n2Goeo',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:21','subscriber=sync; mapKey=EmployeeCreated; version=1645685574;:message=完成数据汇聚','20220224145254-sGGlsZBd',1645685574,2,'00009'),('381rI7Lz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:25:04','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('38Y2HOlb',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:01:44','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('3CzIwR08',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:05:29','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('3Ion1bd3',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:27:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('3KNNsWxY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:29:24','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('3NfWSJDO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('3oTAbqZi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:40:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('3WMblYvc',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:04','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('3YPon8Bx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:35:55','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('3ZJCkEkj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:19:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('45UgdBhr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:54:22','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('4goXWoor',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:43:33','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('4LETUClg',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:35:57','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('4nV6fTAJ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:09:48','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('4rgGzYAo',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:46:26','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('4SSnMuaj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:31:47','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('55g4jtAx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:30:17','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('5bMypgS8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:03:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('5cg2dwsQ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:28:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('5i2k0ttU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:59:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('5I50UCsY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('5I5PmFp5',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:07:35','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('5mX35Sao',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:12:49','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('5Nlv4XG5',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:22:57','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('5QzXGuti',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:08:25','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('5S18dIIS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:34:42','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('5urBejts',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:21:32','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('6AavAJHf',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:06:55','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('746AqDSZ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:18:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('7dbJ7vpd',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:12:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('7FQ8ITU2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:14:16','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('7jceYVuf',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:43:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('7KvM5R9F',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('7NQuwUVz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:16:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('7Ux98YSN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:25:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('7WLKcqbj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:31:48','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('7ZAcO5gS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:07:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('8AHXqELL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:17:08','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('8Av9p1k8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:58:09','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('8IyYJgOt',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:08:23','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('8mxRoiqd',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:27:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('8qTQGcAI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:53:44','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('8vWcockq',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:05:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('8yjeFMy0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:36:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('90K4Ar8p',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:02:31','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('9LS0dRop',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:43:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('9tMjgB5N',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:07:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('A2NE03Lf',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:38:13','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('A4SDhRVa',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:52:58','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('A6o73IDr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:08:24','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('aDF8xC0n',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:50:49','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('ADgunXah',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:45:00','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('afMrxstg',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:14:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('AKwuHNEu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:48','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('aqxNzw58',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:30:19','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('aR6Dwv94',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:31:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('aSQM27Pz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:38:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('AWIzKcsS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:09:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('AzsWJ9z2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:02:32','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('B92hm8Oh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:26','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('B9pCRJDb',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:25','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('B9PXsPzK',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:44:12','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('bCq2XQBz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:46:24','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('BcUFaWbN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:11:21','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('BHNiJxFl',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:03','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00001'),('Bi6HyLND',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:04:00','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('BiNwhPgy',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:07:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('biSf4nap',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:17:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('bjQa3HVY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:41:17','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('BknbPRY2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:47:54','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('bMXUSEyw',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:03:15','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('BoWkBb2x',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:25:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('BprIizBj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:27:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('brVgcNxS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('BSBTvszz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('BTANi2UI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('bVhwLYFM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:55:14','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('BXlEXAKj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:19:15','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('c0jLSQ8A',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:06:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('C4MFjX9V',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:14:14','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('C59vPi7b',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:29:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('C73tiFX4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:34:41','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('cCGjK0i2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:17:11','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('CDkhjaq0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:36:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('cgCpVLBO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:47','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('cigXBpAn',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:03:58','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('cLsJmW3u',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:11:57','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('CMrhTKK0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:56:39','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('cna9n9t2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:31:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('Cr6ZE0hH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:57','subscriber=sync; mapKey=EmployeeCreated; version=1645685574;:message=完成数据汇聚','20220224145254-sGGlsZBd',1645685574,2,'00010'),('cr8mTT96',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:25','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('crxqY3KS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:31','subscriber=sms; mapKey=TenantUserAfterCreatedEventForSms; version=1645676044;:message=执行成功','20220224121404-jRAYqMqv',1645676044,2,'00012'),('ct33HQ5f',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:52:14','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('CUxuoBKv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:20:43','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('cVBd2P3B',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:16:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('cWeEoWC4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:50:51','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('cwKKJWnx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:42:45','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('cwQiHO7L',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('cWV6zgsB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:18:37','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('cxrg3r2I',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:54:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('DbX723aV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:02:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('dci5NUT5',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:39:04','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('DdATmaWR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:01:41','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('de3ybabq',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:30:21','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('DfellHDn',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:48:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('DktlTAeX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:59:36','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('DmbOAh2Q',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:48:35','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('Dpdb7gYL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:49:22','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('dT4SlU55',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:28:02','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('dt9jp4cO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:47','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('dtjCAFj1',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:49:24','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('DtsNIcZp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:36:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('dVdWlNLu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:52:55','subscriber=sync; mapKey=TenantUserAfterCreatedEventForIdentity; version=1645685574;:message=执行成功','20220224145254-0IHWyz7S',1645685574,2,'00013'),('dwrKTQ0J',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:31:37','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('dYlQ60kX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:41:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('DyUvb8lk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:14:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('dZZ4Hxrn',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:15:44','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('e1mnk7NS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:15:41','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('eBmmzDOE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:50:50','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('Ec3lF2HF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:05:28','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('ed2vRjmt',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:38:16','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('ed44Gw4G',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:47:51','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('EEeZeeE9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:51','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('efXYMeRP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:06:07','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('EGgxOsMX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:57:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('eHe5gD9A',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:44:58','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('Ehn3wfOy',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Emn4KqtI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:02:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('EUCYc6Yh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:08:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('EuU0L28D',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:56:43','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('EV1req6a',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:42:40','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('EVTpZOrk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:51:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('EWC2tsh4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:11:19','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('f1qsM5a8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:30:18','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('FAva3hVD',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:51:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('FIutoVtY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:50:03','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('fOfQxO4Q',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:06:58','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('fpi3pv1F',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:49:59','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('FQ2xfvtF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:17:10','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('FqAkajzC',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:19:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('FTiLQ1oX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:14:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Fyxgi1FL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:46:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('g1dODBGO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:15','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00003'),('g6H4W8pL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:44:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('GaRgMAh3',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:11:57','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('gB5yPZeG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:27:25','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('ge9QNPU8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:06:07','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('geNqfWku',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:44:56','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('GexdONw7',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:54:22','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('gfCUThJv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:15:42','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('gHnsywob',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:54:26','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('GIJYJOKH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:45:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('GJwMGchV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:38:16','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('GMCg2IpP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:42:02','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('GOFVEHHZ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('gqIVJSPu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:52:55','subscriber=sms; mapKey=TenantUserAfterCreatedEventForSms; version=1645685574;:message=执行成功','20220224145254-NhkvOXMl',1645685574,2,'00012'),('GQNtNUVG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:38:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('gsIiAnNz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:52:59','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('guBtiedM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:20:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('gxp3GZKy',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:29:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('Gy4xWSEe',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:12:02','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('Gy6CmJyL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:42:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('Gy9Q7OOT',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:33:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('H2HBm2pL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:31','subscriber=sync; mapKey=EmployeeCreated; version=1645676044;:message=完成数据汇聚','20220224121404-gbUHnC4f',1645676044,2,'00010'),('H7FYf3KU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:46:28','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('H7GOS2vG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:31','subscriber=sync; mapKey=TenantUserAfterCreatedEventForIdentity; version=1645676044;:message=执行成功','20220224121404-q3WJeQsV',1645676044,2,'00013'),('H7igWtm0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:23:43','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('h7JrGCA3',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:29','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00003'),('h821duPA',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('HA5CfZ4N',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:48:35','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('hbQZG0zY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:41','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00001'),('hcyQoePS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:51:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('HdZ7ndfK',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:36:12','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('hETdDz7q',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:43:31','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('hFeWKVMB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:25:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('HfQda7GV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:20:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('HFRcbvs6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:55:12','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('HghwGeJr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:12:45','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('HI87IBWL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:58:08','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('hJIU0Och',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:22:59','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('hk0Gt2nj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:28:02','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('HOKDbSSn',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:17','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00002'),('hPjTdEsz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:19:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('hRg49ABs',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:19:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('HT8NK1BM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:49:19','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('HTdQGkOK',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:52:15','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('huhMHdxK',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:12:44','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('hUL7A62O',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:40','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00003'),('HVkFpjTw',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:36:54','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('HwGhzc72',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:53:42','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('Hxbs4qCY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:01:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('hyzgB4FB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:38:14','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('hZDFipZm',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:44:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('HZMNuPSt',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:09:51','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('iaAmd5Sk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:19:15','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('iD2YNQFB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:14:15','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('If3kuCgF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:44:59','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('IG0mWv5R',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:10:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('IhJOaoZR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:11:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('IHkUCJgH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:12:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('iJFVuShX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:08:21','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('iLXbJUcV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:32:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('im5ZRdld',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:27:24','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('InNtHoMm',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:01:03','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('IrfdyZvB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:38:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('IsLhhanP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:27:22','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('ISzugEd2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:18:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('iUW2Yl7S',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:42:04','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('J3VwVcaK',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:21:31','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('jAB0XWlr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:43','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('JaxdDWX4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:15:45','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('Jb7nYmT5',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:05','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00002'),('jcMK2xiF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:14','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('Jeiyk5dT',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:05:30','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('jf5pbNgM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:51:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('JfmxRfoz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:33:51','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('jh1lCdQ6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:06:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('jHiiVSzv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:32:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('jIU0GYo7',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:21:33','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('jNOORUmH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:12:46','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('Joiac36b',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:50:48','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('jQYHGblV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('jREdxZut',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:50','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('JrW1vpn9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:43','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('jscXMQ3w',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:03:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('JyiDCr7c',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:14:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('jYTdJYhu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:25:02','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('K2locB7E',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:25:55','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('KBb5mU75',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:29:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('Kf6J8wX6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:30','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('kfFTTzor',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:06:05','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('KIXZ2a89',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:58:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('KJQnbIod',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:50:47','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('KmlIKd4q',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:33:57','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('kQlcO69g',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:14:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('kqm0Y5Ox',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:47:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('kQu9xHhS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:02','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00003'),('kRu1eQMi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:53:46','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('kt89anHl',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:25:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('kUDa7ZXi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:28:07','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('kVyisjrz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:40:35','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('kX1GQbyh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:16:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('kyiJnGhq',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:27:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('kZOPkLBG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:23:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('l1sdccA5',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:47:03','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('L2QZo0iA',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:45:36','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('L6GbipOC',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:32:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('lAZgy9u7',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:04','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('LbMUSrEc',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:16:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('lcM05GwP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:44:12','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('lctVBzMo',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:21','subscriber=sync; mapKey=EmployeeCreated; version=1645685574;:message=完成数据汇聚','20220224145254-sGGlsZBd',1645685574,2,'00011'),('LDwSDAie',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:46:25','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('Le74kXL6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:44:57','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('letzedMT',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:27:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('LGQkBKT2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:11:20','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('LGW9AHG3',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:31:45','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('LjjA6Qfr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:07:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('LkGHZY2k',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:29:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('lkNkT9Hp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:50:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('LLfyL58k',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:03:57','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('lrZA7W5r',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:29:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('ls7CpRlU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:55:10','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('LTEpvmdf',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:30:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('lumYpQyI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:39:07','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('lvp464Jk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:44:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('LXULu07x',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:29:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('LY1oLhKu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:16:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('M0bFM0vI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:55:11','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('M0SUNTNa',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('m1f9aExX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:57:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('m2nid1tw',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('M3Fx80Q4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:23:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('mA3nLbAm',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:54','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('mA7cqTMj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:20:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('micoM8FZ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:27:26','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('MOiYBKJW',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:10:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('mOVCKr0h',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:01:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('MV5dlg7C',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('mw6iBop8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:52:58','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('myZQJwBG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:03:59','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('N3SDc7uw',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:59:37','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('nBmQ6ajh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:33:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('Nbns9Uxv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:04:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('nE3xwlgR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:55:13','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('nF6shH0g',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:06:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('NGdRCz7w',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:47:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('NI934NPk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:33:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('niQtJ9E6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:07:35','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('NiVZAcej',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:32:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('nkHP0SIJ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:21:35','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('Nsbctsl4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:33:50','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('nUo1qzb1',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:40:36','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('nVcenaLa',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:34:43','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('nZhtQeid',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:41:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('NzVudPgc',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:55:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('O2q5hXq9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:49:59','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('O6s5IDyM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:33:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('O8w8ZPVx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:20:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('ocLd32sx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:51','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00003'),('oCWdVcN0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:52:16','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('oG8QDIn9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:06:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('OiAXbD3h',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:11:17','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('oKM9cYYn',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:01:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('OKw5SUB0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:48','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('omEAYIXk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:45:40','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('oRBsD2FZ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:51:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('owZoeHN0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:27:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('P3VGCx6a',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:29:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('P5SUPA3K',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:04:39','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00002'),('pdd03cpP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:36:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('pEXxlWbE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:09:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('PfaE591V',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('PjexYzFA',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('PldETCsM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:18:36','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('pmONDaZH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:27:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('POx5UwEy',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:47:03','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('pQ1X18SV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:52:17','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('Pv8U0RtF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:28','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00001'),('Pxo8OiWP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:44:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('pyMXPFSC',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:12:47','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('q35BZLPx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:10:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Q4fDAVun',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:03:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('QFmWfqXM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:05:26','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('qGOOaGlp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:48:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('QKPNx7Y4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:25:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Qnq481EY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:23:02','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('qoixEB5z',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:09:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('QQVPsJff',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:59:34','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('qSBBFCY4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:28:07','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('QsNiYMeU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:20:40','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('qUNr3bKa',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('r3YQyDGe',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:14:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('r6d0KVxO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:35:57','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('R6ujRQsL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:42:40','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('RcA6ryu1',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:54','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('RFdxPLu2',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:31:36','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('RGaC2yEV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:34:45','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('rHTZ9IqW',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:43:29','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('RLoxUsm9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:47:07','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('rlwq2y2E',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:50:03','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Rn3Cw9JN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:29:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('roYz0HIa',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:16:20','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('rPvKOK18',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:25:03','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('rRj3173m',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:52:54','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('rUyPJ7or',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:41:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('RY8LfUdj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:21:30','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('s63Xje92',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('SaQSY8l0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:36:54','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('SBCaBrol',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:30','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('sbEoaXNV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:39:06','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('sc4SxUd9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:36:09','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('SEJ9HUFu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:16:19','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('sguSIpOq',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:16:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('sI29I3u0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:59:33','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('sifu1ZOB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:54:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('sJc3ybay',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:33:47','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('sk2trUFO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:06:57','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('sKhiGpV7',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:52:59','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('SLwViRDi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:50:04','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('smig0NOO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:25:58','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('SNJCODuw',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:10:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('SOogpvyE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:14:17','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('sWiTIX70',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:57:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('t2V7fqlF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:52','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00002'),('T4eVb196',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:47:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('t4NInApL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:42:45','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('tBFs5YsQ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:40:34','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('TcNEWUBz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:34:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('tCrWey3q',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:03:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('TGGWvOB8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:57:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('TKcA27YP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:36:11','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('tmwL4zS0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:47:07','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('tNWpXPlz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:20:47','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('TNXq9wrE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:20:44','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('tnYmMZ14',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:45:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('TSbJGvsG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('tswvCmQF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:42:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Tv0RLJlU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:05:25','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('u73s1zUc',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:36:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('uAKoZtpG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('ugLzMdjA',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:56:41','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('UHEfpupA',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:52','subscriber=sync; mapKey=EmployeeCreated; version=1645676044;:message=完成数据汇聚','20220224121404-gbUHnC4f',1645676044,2,'00011'),('UhJKdrsv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:42:01','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('uIP4B2Cg',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:01:41','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('UPEQUa7z',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:01:02','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('uq75VBHi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:15:40','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('UQAlBpkH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:18:39','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('URrq3FER',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:36:00','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('UTeTy9MA',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:29:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('UzDnLiYr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:55:55','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('V2ZqFr5X',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:54:26','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('v3SOPLjN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:53:47','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('V5ZRKEDk',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:20:47','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('v6ndXxcR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:31:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('v6OBWchZ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:25:57','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('V6zFvKSV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:31:37','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('V8rH8kFv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:06:05','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('vI2fF9Q6',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:38:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('vIzFlcl0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:48:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('VjaSosDh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:16:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('VJWbapd7',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:45:36','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('vk9b4loN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:42:00','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('VlvQElPN',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:42:03','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('vNzgZjrF',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:31:44','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('vPBLW3QX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:22:58','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('vQKGvLUS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:32:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('vR7ylT4d',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:46:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('VTdnoWeB',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:38:16','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('vtdxQ7GS',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:03:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('vzE1Bmug',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:47:52','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('W0JLmGVe',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('W0TTHgTq',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:36:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('w7kKeAKK',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:21:34','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('Waa2j21o',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:46','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('wCcQrmyt',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:27','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('WE8p6Ovt',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:01:44','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('WelsCvto',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:18:28','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('WfJPydqL',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:40:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('wGGM72lI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:53:45','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('wgrcpgmj',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:18:35','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('WGwU4j8m',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:19','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('whmdFmwR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:01:04','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('WjJrILto',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:14:52','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('wmUFSm4h',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:52','subscriber=sync; mapKey=EmployeeCreated; version=1645676044;:message=完成数据汇聚','20220224121404-gbUHnC4f',1645676044,2,'00009'),('WO5wfLdI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:26','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('WRF0KSNg',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:14','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('WTmWWnkb',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:35:55','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('WtPBLvLb',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:15:43','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('wWStKxC5',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:50:04','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('WyOsUDtx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:39:05','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('X2fD3DcR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:22:50','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('X45N2lfH',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:52:19','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('X4n2zJ3H',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:20:39','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('XbNpLHXi',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:33:56','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('XeHf23PG',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:06:54','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('Xf0XJKQX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:09:49','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('xG0ykN9t',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:25:56','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('XHnsGu51',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:51:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('xI2m9Bkh',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:23:00','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('xiQoX4Q8',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:34:44','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('XJEQ1zaT',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:01:05','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('XkuTPLO3',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:57:21','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('XKyWEGCw',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:39:08','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('xOF0F9uz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:39:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('xp4juLTD',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:13:27','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00002'),('XPCJmSVp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:02:29','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('xpXLk7yI',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:25:06','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('Xqa2h5wm',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:18','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('XqqYx15e',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:25:58','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('xSYzmR0Z',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:16','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00001'),('XU0zxS2e',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:30:22','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('XUUdvqCY',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:38:11','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('xy5mKFPT',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:02:30','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('XZ8zlrvx',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:27:09','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('xZfRBvR4',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:44:55','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('xZWBqpkJ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:33:57','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('y10DgYXO',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:29:25','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('y3vH198c',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:11:22','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('Y98k1fAP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:28:06','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('y9T9Eeu0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:36:53','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('Y9vHrS3a',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:50','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224145254-sGGlsZBd',1645685574,3,'00001'),('ybW9lSNm',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:25:05','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('yBZhb0NV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:12:48','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00005'),('YcJueuO0',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:43:30','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('YFSBry47',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:23:43','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('yL0A74oV',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:23:42','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('Ylazsosu',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:29:26','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('YlbbA1BR',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:49:20','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('ylrivo12',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:00:19','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00006'),('Ymq9Fje3',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:32:31','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('YOGpCeVr',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:31:46','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('YqM4lW6S',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:58:11','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('YQzkiw6I',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:20:41','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('ySfpAXYD',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:10:32','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('YSlqd89G',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:23:38','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('yuANWJjv',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:31:36','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('YWW7nAOE',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:57:23','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('yXk3p4mJ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:25:01','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00006'),('yyGFjxtt',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:14:12','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-9QINBIVR',1645622883,3,'00004'),('YYwXeG4J',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:49:23','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('Z5j43ZgC',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:09:50','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('zad76OIP',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:56:42','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'),('ZCgru85P',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:25:10','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('ZFSKWH0K',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:52:54','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('zhq9BhmX',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:41:17','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00004'),('Zi4rohwp',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:58:07','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00003'),('ZIWPQ3jd',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 07:17:49','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('zJHnEgPM',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 06:12:02','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00004'),('zkE2CniU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:59:35','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('ZobJRokZ',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:42:01','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00001'),('zp8MkUlU',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:41:13','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00006'),('zS3kIMY7',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 04:36:00','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220223212803-e3FNQjX3',1645622883,3,'00005'),('ztTSRgh9',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:58:51','subscriber=dataExchange; mapKey=DepartmentCreated; version=1645583166;:message=exception=com.bcxin.Infrastructures.exceptions.NotFoundTenantException, detail=com.bcxin.Infrastructures.exceptions.NotFoundTenantException: 找不到该部门(Uil016gg)信息;','20220223213012-QKVKLlMq',1645623012,3,'00005'),('zVlIequz',NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 05:47:53','subscriber=dataExchange; mapKey=EmployeeCreated; version=1645675556;:message=exception=com.bcxin.Infrastructures.exceptions.BadTenantException, detail=com.bcxin.Infrastructures.exceptions.BadTenantException: org.apache.http.conn.ConnectTimeoutException: Connect to 49.4.26.74:8060 [/49.4.26.74] failed: Connection timed out;','20220224121404-gbUHnC4f',1645676044,3,'00002'); /*!40000 ALTER TABLE `tenant_event_subscribed_action_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_event_subscribers` -- DROP TABLE IF EXISTS `tenant_event_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_event_subscribers` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `handler` varchar(100) DEFAULT NULL, `is_online` int(11) NOT NULL, `last_version` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `pre_version` bigint(20) DEFAULT NULL, `selector` varchar(200) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_event_subscribers` -- LOCK TABLES `tenant_event_subscribers` WRITE; /*!40000 ALTER TABLE `tenant_event_subscribers` DISABLE KEYS */; INSERT INTO `tenant_event_subscribers` VALUES ('00001','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645675556,'新增用户',1645673919,'EmployeeCreated',0),('00002','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645675556,'编辑用户',1645673919,'EmployeeEdited',0),('00003','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645675556,'删除用户',1645673919,'EmployeeDeleted',0),('00004','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645583166,'新增部门',1645421448,'DepartmentCreated',0),('00005','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645583166,'编辑部门',1645421448,'DepartmentEdited',0),('00006','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645583166,'删除部门',1645421448,'DepartmentDeleted',0),('00007','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645599697,'新增企业',1645599695,'OrganizationCreated',0),('00008','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'dataExchange',1,1645599697,'编辑企业',1645599695,'OrganizationEdited',0),('00009','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'sync',1,1645685574,'新增用户',1645676044,'EmployeeCreated',0),('00010','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'sync',1,1645685574,'编辑用户',1645676044,'EmployeeEdited',0),('00011','2021-12-11 17:34:24',NULL,NULL,NULL,NULL,NULL,'sync',1,1645685574,'删除用户',1645676044,'EmployeeDeleted',0),('00012','2021-12-20 17:34:24',NULL,NULL,NULL,NULL,NULL,'sms',1,1645685574,'创建用户之后的SMS',1645676044,'TenantUserAfterCreatedEventForSms',0),('00013','2021-12-20 17:34:24',NULL,NULL,NULL,NULL,NULL,'sync',1,1645685574,'创建用户之后的Identity',1645676044,'TenantUserAfterCreatedEventForIdentity',1); /*!40000 ALTER TABLE `tenant_event_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_events` -- DROP TABLE IF EXISTS `tenant_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_events` ( `id` varchar(255) NOT NULL, `content` varchar(5000) DEFAULT NULL, `created_time` datetime NOT NULL, `event_action` int(11) NOT NULL, `keyword` varchar(200) NOT NULL, `last_processed_time` datetime DEFAULT NULL, `result` varchar(5000) DEFAULT NULL, `status` int(11) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `map_key` varchar(200) DEFAULT NULL, `version` bigint(20) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_events` -- LOCK TABLES `tenant_events` WRITE; /*!40000 ALTER TABLE `tenant_events` DISABLE KEYS */; INSERT INTO `tenant_events` VALUES ('20220223194531-5P8fLA1n','EvQEyzyv','2022-02-23 11:45:31',10,'18760502725',NULL,NULL,0,'2022-02-23 11:45:31','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645616731),('20220223194531-UQ4jqANf','EvQEyzyv','2022-02-23 11:45:31',9,'18760502725',NULL,NULL,0,'2022-02-23 11:45:31','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645616731),('20220223194531-YpgYfykq','{\"employeeId\":\"DK25PChX\"}','2022-02-23 11:45:31',0,'18760502725',NULL,NULL,0,'2022-02-23 11:45:31','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645616731),('20220223212803-9QINBIVR','1sq3SW2C','2022-02-23 13:28:03',3,'智能科技部',NULL,NULL,0,'2022-02-23 13:28:03','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'DepartmentCreated',1645622883),('20220223212803-e3FNQjX3','1sq3SW2C','2022-02-23 13:28:03',3,'智能科技部',NULL,NULL,0,'2022-02-23 13:28:03','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'DepartmentCreated',1645622883),('20220223213012-QKVKLlMq','Uil016gg','2022-02-23 13:30:12',3,'智能科技部',NULL,NULL,0,'2022-02-23 13:30:12','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'DepartmentCreated',1645623012),('20220223213356-13feTrTs','{\"employeeId\":\"yezrvIoT\"}','2022-02-23 13:33:57',0,'18611474085',NULL,NULL,0,'2022-02-23 13:33:57','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645623236),('20220223213356-dl2nR7tA','lsqvaVOh','2022-02-23 13:33:57',10,'18611474085',NULL,NULL,0,'2022-02-23 13:33:57','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645623236),('20220223213356-Z6u9aKlD','lsqvaVOh','2022-02-23 13:33:57',9,'18611474085',NULL,NULL,0,'2022-02-23 13:33:57','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645623236),('20220223221044-GPcc8Z2h','7DFQRPpq','2022-02-23 14:10:44',9,'18760501112',NULL,NULL,0,'2022-02-23 14:10:44','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645625444),('20220223221044-JgMdbNVe','7DFQRPpq','2022-02-23 14:10:44',10,'18760501112',NULL,NULL,0,'2022-02-23 14:10:44','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645625444),('20220223221044-wCYh1Gw2','{\"employeeId\":\"oxO6C5MS\"}','2022-02-23 14:10:44',0,'18760501112',NULL,NULL,0,'2022-02-23 14:10:44','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645625444),('20220223231653-86rQeuwn','{\"employeeId\":\"1EuEWSiV\"}','2022-02-23 15:16:53',0,'18760502722',NULL,NULL,0,'2022-02-23 15:16:53','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645629413),('20220223231653-BmDp1kqx','5pSi4Cln','2022-02-23 15:16:53',10,'18760502722',NULL,NULL,0,'2022-02-23 15:16:53','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645629413),('20220223231653-LX5hpbbD','5pSi4Cln','2022-02-23 15:16:53',9,'18760502722',NULL,NULL,0,'2022-02-23 15:16:53','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645629413),('20220223232839-aOPXnbWL','c61Q58Uw','2022-02-23 15:28:39',10,'18760502111',NULL,NULL,0,'2022-02-23 15:28:39','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645630119),('20220223232839-sUowcuUC','c61Q58Uw','2022-02-23 15:28:39',9,'18760502111',NULL,NULL,0,'2022-02-23 15:28:39','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645630119),('20220223232839-wLm1Xzcl','{\"employeeId\":\"0OK99kp4\"}','2022-02-23 15:28:39',0,'18760502111',NULL,NULL,0,'2022-02-23 15:28:39','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645630119),('20220224114432-BFtnVO8k','bZtOxUna','2022-02-24 03:44:33',10,'18760501234',NULL,NULL,0,'2022-02-24 03:44:33','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645674272),('20220224114432-GNLuDfTl','bZtOxUna','2022-02-24 03:44:33',9,'18760501234',NULL,NULL,0,'2022-02-24 03:44:33','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645674272),('20220224114433-kQV4i1Hf','{\"employeeId\":\"IZ3o3mgP\"}','2022-02-24 03:44:33',0,'18760501234',NULL,NULL,0,'2022-02-24 03:44:33','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645674273),('20220224121404-gbUHnC4f','{\"employeeId\":\"RLjkKENt\"}','2022-02-24 04:14:04',0,'18766661010',NULL,NULL,0,'2022-02-24 04:14:04','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645676044),('20220224121404-jRAYqMqv','rc84Keb8','2022-02-24 04:14:04',10,'18766661010',NULL,NULL,0,'2022-02-24 04:14:04','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645676044),('20220224121404-q3WJeQsV','rc84Keb8','2022-02-24 04:14:04',9,'18766661010',NULL,NULL,0,'2022-02-24 04:14:04','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645676044),('20220224145254-0IHWyz7S','CCEcC1tI','2022-02-24 06:52:55',9,'18712345678',NULL,NULL,0,'2022-02-24 06:52:55','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForIdentity',1645685574),('20220224145254-NhkvOXMl','CCEcC1tI','2022-02-24 06:52:55',10,'18712345678',NULL,NULL,0,'2022-02-24 06:52:55','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'TenantUserAfterCreatedEventForSms',1645685574),('20220224145254-sGGlsZBd','{\"employeeId\":\"MxT33HL9\"}','2022-02-24 06:52:55',0,'18712345678',NULL,NULL,0,'2022-02-24 06:52:55','K7kspYq93CtrP8y4JVw','管理员',NULL,NULL,NULL,'EmployeeCreated',1645685574); /*!40000 ALTER TABLE `tenant_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_invite_attend_site` -- DROP TABLE IF EXISTS `tenant_invite_attend_site`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_invite_attend_site` ( `id` varchar(255) NOT NULL, `attend_site_id` varchar(255) NOT NULL, `attend_site_name` varchar(255) NOT NULL, `end_time` datetime NOT NULL, `occupation_type` int(11) NOT NULL, `depart_id` varchar(255) DEFAULT NULL, `organization_id` varchar(50) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `fk_tenant_invite_attend_site_id` (`depart_id`) USING BTREE, KEY `fk_tenant_invite_attend_site_organization_id` (`organization_id`) USING BTREE, CONSTRAINT `fk_tenant_invite_attend_site_id` FOREIGN KEY (`depart_id`) REFERENCES `tenant_departments` (`id`), CONSTRAINT `fk_tenant_invite_attend_site_organization_id` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_invite_attend_site` -- LOCK TABLES `tenant_invite_attend_site` WRITE; /*!40000 ALTER TABLE `tenant_invite_attend_site` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_invite_attend_site` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_invite_depart` -- DROP TABLE IF EXISTS `tenant_invite_depart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_invite_depart` ( `id` varchar(255) NOT NULL, `end_time` datetime NOT NULL, `occupation_type` int(11) NOT NULL, `depart_id` varchar(255) DEFAULT NULL, `organization_id` varchar(50) NOT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `fk_tenant_invite_depart_id` (`depart_id`) USING BTREE, KEY `fk_tenant_invite_depart_organization_id` (`organization_id`) USING BTREE, CONSTRAINT `fk_tenant_invite_depart_id` FOREIGN KEY (`depart_id`) REFERENCES `tenant_departments` (`id`), CONSTRAINT `fk_tenant_invite_depart_organization_id` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_invite_depart` -- LOCK TABLES `tenant_invite_depart` WRITE; /*!40000 ALTER TABLE `tenant_invite_depart` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_invite_depart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_org_relation` -- DROP TABLE IF EXISTS `tenant_org_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_org_relation` ( `id` varchar(20) NOT NULL, `created_time` datetime NOT NULL, `last_updated_time` datetime DEFAULT NULL, `relation_status` int(11) NOT NULL, `org_id` varchar(50) NOT NULL, `parent_org_id` varchar(50) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_org_relation` -- LOCK TABLES `tenant_org_relation` WRITE; /*!40000 ALTER TABLE `tenant_org_relation` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_org_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_organization_admins` -- DROP TABLE IF EXISTS `tenant_organization_admins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_organization_admins` ( `id` varchar(255) NOT NULL, `creator_created_time` datetime DEFAULT NULL, `creator_id` varchar(150) DEFAULT NULL, `creator_name` varchar(200) DEFAULT NULL, `last_modifier_created_time` datetime DEFAULT NULL, `last_modifier_id` varchar(150) DEFAULT NULL, `last_modifier_name` varchar(200) DEFAULT NULL, `employee_id` varchar(100) DEFAULT NULL, `organization_id` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `fk_organization_admin_employee_id` (`employee_id`) USING BTREE, KEY `fk_organization_admin_organization_id` (`organization_id`) USING BTREE, CONSTRAINT `fk_organization_admin_employee_id` FOREIGN KEY (`employee_id`) REFERENCES `tenant_employees` (`id`), CONSTRAINT `fk_organization_admin_organization_id` FOREIGN KEY (`organization_id`) REFERENCES `tenant_organizations` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_organization_admins` -- LOCK TABLES `tenant_organization_admins` WRITE; /*!40000 ALTER TABLE `tenant_organization_admins` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_organization_admins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_organizations` -- DROP TABLE IF EXISTS `tenant_organizations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_organizations` ( `id` varchar(50) NOT NULL, `approved_information_last_updated_time` datetime DEFAULT NULL, `approved_information_note` varchar(255) DEFAULT NULL, `approved_information_status` int(11) DEFAULT NULL, `code` varchar(30) NOT NULL, `created_time` datetime NOT NULL, `industry_code` varchar(255) DEFAULT NULL, `institutional_code` varchar(255) DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `logo_path` varchar(500) DEFAULT NULL, `name` varchar(255) NOT NULL, `place_of_business_address` varchar(255) DEFAULT NULL, `place_of_business_city_code` varchar(255) DEFAULT NULL, `place_of_business_city_name` varchar(255) DEFAULT NULL, `place_of_business_district_code` varchar(255) DEFAULT NULL, `place_of_business_district_name` varchar(255) DEFAULT NULL, `place_of_business_province_code` varchar(255) DEFAULT NULL, `place_of_business_province_name` varchar(255) DEFAULT NULL, `place_of_register_address` varchar(255) DEFAULT NULL, `place_of_register_city_code` varchar(255) DEFAULT NULL, `place_of_register_city_name` varchar(255) DEFAULT NULL, `place_of_register_district_code` varchar(255) DEFAULT NULL, `place_of_register_district_name` varchar(255) DEFAULT NULL, `place_of_register_province_code` varchar(255) DEFAULT NULL, `place_of_register_province_name` varchar(255) DEFAULT NULL, `tenant_user_id` varchar(50) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `latitude` double DEFAULT NULL, `longitude` double DEFAULT NULL, `sys_name` varchar(100) DEFAULT NULL, `lon_lat_json` varchar(200) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_organization_name` (`name`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_organizations` -- LOCK TABLES `tenant_organizations` WRITE; /*!40000 ALTER TABLE `tenant_organizations` DISABLE KEYS */; INSERT INTO `tenant_organizations` VALUES ('8mtty34nBMDDEWK5yMr','2021-01-01 00:00:00','',1,'8mtty34nBMDDEWK5yMr','2021-01-01 00:00:00',NULL,NULL,'2021-01-01 00:00:00','','融通集团',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),('Ncf9WcLd8Nvf64A3vW5','2021-01-01 00:00:00','',1,'Ncf9WcLd8Nvf64A3vW5','2021-01-01 00:00:00','','','2021-01-01 00:00:00','','融通服务公司','',NULL,'',NULL,'',NULL,'','',NULL,'',NULL,'',NULL,'','K7kspYq93CtrP8y4JVw',NULL,NULL,NULL,NULL,''); /*!40000 ALTER TABLE `tenant_organizations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_sys_logs` -- DROP TABLE IF EXISTS `tenant_sys_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_sys_logs` ( `id` varchar(50) NOT NULL, `title` varchar(2000) NOT NULL, `category` varchar(1000) DEFAULT NULL, `content` text, `created_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_sys_logs` -- LOCK TABLES `tenant_sys_logs` WRITE; /*!40000 ALTER TABLE `tenant_sys_logs` DISABLE KEYS */; INSERT INTO `tenant_sys_logs` VALUES ('0228dc54-5e42-49cd-9453-5328fb33567f','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:34'),('036fda52-fe07-49c2-9840-30abb75c9691','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@6c1ad827, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@6c1ad827, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@6c1ad827, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@6c1ad827, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@6c1ad827, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@6c1ad827, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 20:16:12'),('058dcc7e-8944-4aef-a449-3ad44853a688','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=6ff185cd3c7f206e247406a2d675bb4e, pid=5902, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, dubbo.metadata-service.url-params={\"token\":\"42ac3ed5-99e6-475c-a6fa-cad643d2e18f\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645628797834}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=9170, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645629179477}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4c31097, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4c31097, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4c31097, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4c31097, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4c31097, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4c31097, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 07:17:41'),('07e615b0-7e88-4420-948e-b65e57f494e4','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/users/current/profile;client=10.10.100.175','exception=java.lang.RuntimeException, detail=java.lang.RuntimeException: org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet\norg.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:259)\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\n at com.sun.proxy.$Proxy120.findById(Unknown Source)\n at com.bcxin.tenant.apis.impls.UserRpcProviderImpl.get(UserRpcProviderImpl.java:47)\n at org.apache.dubbo.common.bytecode.Wrapper29.invokeMethod(Wrapper29.java)\n at org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory$1.doInvoke(JavassistProxyFactory.java:47)\n at org.apache.dubbo.rpc.proxy.AbstractProxyInvoker.invoke(AbstractProxyInvoker.java:84)\n at org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker.invoke(DelegateProviderMetaDataInvoker.java:56)\n at org.apache.dubbo.rpc.protocol.InvokerWrapper.invoke(InvokerWrapper.java:56)\n at org.apache.dubbo.validation.filter.ValidationFilter.invoke(ValidationFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter.invoke(TraceFilter.java:77)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.TimeoutFilter.invoke(TimeoutFilter.java:46)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.ExceptionFilter.invoke(ExceptionFilter.java:52)\n at com.bcxin.web.commons.GlobalExceptionFilter.invoke(GlobalExceptionFilter.java:36)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.auth.filter.ProviderAuthFilter.invoke(ProviderAuthFilter.java:48)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.ContextFilter.invoke(ContextFilter.java:132)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.GenericFilter.invoke(GenericFilter.java:189)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.ClassLoaderFilter.invoke(ClassLoaderFilter.java:38)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.EchoFilter.invoke(EchoFilter.java:41)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol$1.reply(DubboProtocol.java:145)\n at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.handleRequest(HeaderExchangeHandler.java:100)\n at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.received(HeaderExchangeHandler.java:175)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:51)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:41)\n at java.lang.Thread.run(Thread.java:745)\nCaused by: org.hibernate.exception.SQLGrammarException: could not extract ResultSet\n at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:63)\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\n at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)\n at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)\n at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)\n at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)\n at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4437)\n at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4427)\n at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:576)\n at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:544)\n at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)\n at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)\n at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)\n at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)\n at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:110)\n at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)\n at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)\n at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)\n at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)\n at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:311)\n at com.sun.proxy.$Proxy107.find(Unknown Source)\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:310)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:599)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\n ... 43 more\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'tenantuser0_.background_screening_status\' in \'field list\'\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)\n at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)\n at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\n ... 93 more\n;','2022-02-23 00:42:38'),('153cc7fa-9689-414a-bb97-334bd6379dc5','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 05:12:34'),('172c15a9-2e59-4ef1-944b-ed54394b0d04','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:35'),('1b94869a-0ef2-421e-bb5f-c0eb10d1cdc7','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@100a5cc3, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@100a5cc3, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@100a5cc3, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@100a5cc3, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@100a5cc3, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@100a5cc3, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 19:44:47'),('1cb28b18-03c6-4be8-bdde-c8c6cc52bf10','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:35'),('1df1e440-8187-4f27-a6c5-109b72105a4c','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:58:33'),('1e23654c-08a5-4767-8a8f-379bf524a1e3','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@1ac9697d, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@1ac9697d, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@1ac9697d, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@1ac9697d, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@1ac9697d, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@1ac9697d, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 20:15:35'),('209b0ba6-2894-49d8-8c99-291045869f92','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=6ff185cd3c7f206e247406a2d675bb4e, pid=5902, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, dubbo.metadata-service.url-params={\"token\":\"42ac3ed5-99e6-475c-a6fa-cad643d2e18f\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645628797834}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=9170, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645629179477}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3c9bb019, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3c9bb019, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3c9bb019, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3c9bb019, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3c9bb019, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3c9bb019, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 07:17:46'),('23693c62-77a8-436b-97d0-267d400badd0','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@45d26908, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@45d26908, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@45d26908, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@45d26908, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@45d26908, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@45d26908, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 05:45:54'),('2ef69875-f7a1-49bc-bee8-637d657dd6ee','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@33d6ca25, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@33d6ca25, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@33d6ca25, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@33d6ca25, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@33d6ca25, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@33d6ca25, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 20:16:19'),('2f6ae4f7-0a7f-421c-926d-7bb4d210ee62','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/employees;client=10.10.100.175','exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: 该职员已经存在!;exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement;exception=org.springframework.dao.DataIntegrityViolationException, detail=org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is java.lang.Throwable: could not execute statement;exception=java.lang.Throwable, detail=java.lang.Throwable: could not execute statement;exception=java.sql.SQLIntegrityConstraintViolationException, detail=java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'PK_UNIQUE_DATA__EvQEyzyv+OnJob-Ncf9WcLd8Nvf64A3vW5\' for key \'PRIMARY\';','2022-02-23 03:46:07'),('32cfefe4-5c1d-47d7-bb5a-3a83b382c182','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@73bfb878, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@73bfb878, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@73bfb878, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@73bfb878, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@73bfb878, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@73bfb878, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 05:45:55'),('3661f274-6c12-41b6-9913-0830c23beeef','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@55eeb07b, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@55eeb07b, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@55eeb07b, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@55eeb07b, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@55eeb07b, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@55eeb07b, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 22:04:16'),('39c39864-94cc-44c8-9bfe-7b6f9c58011c','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/departments;client=10.10.100.175','exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: 该部门名称已经存在!;','2022-02-23 05:30:12'),('3db82359-2498-40d9-8d7e-b4532c5509a0','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:58:17'),('40dbccb4-2f13-438e-9bd6-96f6f2db9c49','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/employees;client=10.10.100.175','exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: 该职员已经存在!;exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement;exception=org.springframework.dao.DataIntegrityViolationException, detail=org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is java.lang.Throwable: could not execute statement;exception=java.lang.Throwable, detail=java.lang.Throwable: could not execute statement;exception=java.sql.SQLIntegrityConstraintViolationException, detail=java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'PK_UNIQUE_DATA__EvQEyzyv+OnJob-Ncf9WcLd8Nvf64A3vW5\' for key \'PRIMARY\';','2022-02-23 03:48:07'),('435f5898-a219-43ca-9259-60eff9185b65','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 03:35:31'),('4a8c801b-b3f4-42d1-9098-4116e78cf6dc','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:35'),('5fd2bf63-5a7f-4512-8dae-2ec3287464ea','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@23a9b325, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@23a9b325, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@23a9b325, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@23a9b325, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@23a9b325, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@23a9b325, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 05:45:48'),('64604dcb-607e-4ed1-a37b-53971ef9e6b0','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 00:37:00'),('66d27274-ae43-447a-b060-81f9c650c50f','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 03:35:51'),('6e4f9f59-6ff8-4db9-87d6-1853bfcd352b','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@243eec2a, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@243eec2a, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@243eec2a, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@243eec2a, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@243eec2a, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@243eec2a, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 04:00:05'),('7591dc02-83e5-436d-a67d-7b4d194088d6','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:35'),('7a386a1b-6658-4280-ac68-0c39b9b9d2f3','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 05:11:42'),('7df1939b-1754-4ee1-b986-dfe13056d580','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@5169df66, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@5169df66, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@5169df66, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@5169df66, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@5169df66, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@5169df66, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 05:45:54'),('8a13f15a-b130-4b57-892d-d3108b1ec3da','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 05:11:41'),('90bccc2f-25da-4175-88c0-46c909239f41','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=6ff185cd3c7f206e247406a2d675bb4e, pid=5902, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, dubbo.metadata-service.url-params={\"token\":\"42ac3ed5-99e6-475c-a6fa-cad643d2e18f\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645628797834}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=9170, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645629179477}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@77f1d111, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@77f1d111, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@77f1d111, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@77f1d111, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@77f1d111, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@77f1d111, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 07:17:05'),('94b71d51-d412-466c-9279-2390779c868d','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:33'),('9d28a85e-c0d8-4464-ad48-504d80c790fe','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/users/current/profile;client=10.10.100.175','exception=java.lang.RuntimeException, detail=java.lang.RuntimeException: org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet\norg.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:259)\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\n at com.sun.proxy.$Proxy120.findById(Unknown Source)\n at com.bcxin.tenant.apis.impls.UserRpcProviderImpl.get(UserRpcProviderImpl.java:47)\n at org.apache.dubbo.common.bytecode.Wrapper29.invokeMethod(Wrapper29.java)\n at org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory$1.doInvoke(JavassistProxyFactory.java:47)\n at org.apache.dubbo.rpc.proxy.AbstractProxyInvoker.invoke(AbstractProxyInvoker.java:84)\n at org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker.invoke(DelegateProviderMetaDataInvoker.java:56)\n at org.apache.dubbo.rpc.protocol.InvokerWrapper.invoke(InvokerWrapper.java:56)\n at org.apache.dubbo.validation.filter.ValidationFilter.invoke(ValidationFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter.invoke(TraceFilter.java:77)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.TimeoutFilter.invoke(TimeoutFilter.java:46)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.ExceptionFilter.invoke(ExceptionFilter.java:52)\n at com.bcxin.web.commons.GlobalExceptionFilter.invoke(GlobalExceptionFilter.java:36)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.auth.filter.ProviderAuthFilter.invoke(ProviderAuthFilter.java:48)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.ContextFilter.invoke(ContextFilter.java:132)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.GenericFilter.invoke(GenericFilter.java:189)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.ClassLoaderFilter.invoke(ClassLoaderFilter.java:38)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.filter.EchoFilter.invoke(EchoFilter.java:41)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol$1.reply(DubboProtocol.java:145)\n at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.handleRequest(HeaderExchangeHandler.java:100)\n at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.received(HeaderExchangeHandler.java:175)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:51)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:41)\n at java.lang.Thread.run(Thread.java:745)\nCaused by: org.hibernate.exception.SQLGrammarException: could not extract ResultSet\n at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:63)\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\n at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)\n at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)\n at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)\n at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)\n at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4437)\n at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4427)\n at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:576)\n at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:544)\n at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)\n at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)\n at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)\n at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)\n at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:110)\n at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)\n at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)\n at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)\n at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)\n at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)\n at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:311)\n at com.sun.proxy.$Proxy107.find(Unknown Source)\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:310)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:599)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\n ... 43 more\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'tenantuser0_.background_screening_status\' in \'field list\'\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)\n at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)\n at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\n ... 93 more\n;','2022-02-23 00:42:51'),('a459a0f4-dc66-4a78-9551-60ed22c7df9e','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@323df2d5, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@323df2d5, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@323df2d5, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@323df2d5, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@323df2d5, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@323df2d5, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 04:00:20'),('a9bea8d8-b7d3-4b0b-b96a-35202d37134c','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 03:03:13'),('ac0fa8d1-d9cc-47d9-b50d-8c7290610dec','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@54812ad3, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@54812ad3, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@54812ad3, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@54812ad3, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@54812ad3, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@54812ad3, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 04:00:11'),('aff40c3d-2bc8-4ef9-b6b2-4f2e61eda964','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:35'),('b0ee03f3-39bc-4166-b1b0-03ad9aa17c04','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=6ff185cd3c7f206e247406a2d675bb4e, pid=5902, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, dubbo.metadata-service.url-params={\"token\":\"42ac3ed5-99e6-475c-a6fa-cad643d2e18f\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645628797834}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=cdfecb2f-113d-46ec-b239-22a8748c8e4e, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=9170, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645629179477}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7531ab89, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7531ab89, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7531ab89, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7531ab89, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7531ab89, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7531ab89, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 07:17:53'),('b4dbc331-3db9-481f-a2e7-76272efb2194','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/my-apps;client=10.10.100.175','exception=org.apache.catalina.connector.ClientAbortException, detail=org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe;exception=java.io.IOException, detail=java.io.IOException: Broken pipe;','2022-02-23 01:49:10'),('b7d3dd75-f48f-458d-a1e5-a2660f1065b0','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4366efb9, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4366efb9, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4366efb9, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4366efb9, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4366efb9, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@4366efb9, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 05:45:43'),('c8008f2d-27dc-4730-941e-60aa4608294f','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/departments;client=10.10.100.175','exception=org.springframework.data.redis.RedisConnectionFailureException, detail=org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=org.springframework.data.redis.connection.PoolException, detail=org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.lettuce.core.RedisConnectionException, detail=io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.netty.channel.ConnectTimeoutException, detail=io.netty.channel.ConnectTimeoutException: connection timed out: /117.78.33.241:6379;','2022-02-23 05:28:13'),('c92b5eee-2971-4b62-bc99-2819ffac57d0','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/employees;client=10.10.100.175','exception=org.springframework.data.redis.RedisConnectionFailureException, detail=org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=org.springframework.data.redis.connection.PoolException, detail=org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.lettuce.core.RedisConnectionException, detail=io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.netty.channel.ConnectTimeoutException, detail=io.netty.channel.ConnectTimeoutException: connection timed out: /117.78.33.241:6379;','2022-02-23 05:34:07'),('d1980a69-bdce-4824-8e89-17ac95a3f6c6','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20881] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20881, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=31f7d6ae956bc8107d9472af34a62e32, pid=19947, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=94357b98-32b6-4913-bc0a-5ba81d96581a, dubbo.metadata-service.url-params={\"token\":\"f41a5354-fa79-4346-8e34-aee9eac9e731\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20881\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20881,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645587772749}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=94357b98-32b6-4913-bc0a-5ba81d96581a, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=sendCode,change,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=20054, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645587784683}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3ad7ce2b, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3ad7ce2b, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3ad7ce2b, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3ad7ce2b, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3ad7ce2b, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@3ad7ce2b, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 04:00:15'),('d7434cc8-48df-4c4d-aae7-3ba21bbd4f3b','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:35:35'),('d90d8e9d-a392-47c8-91bb-9624acc826de','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 03:31:19'),('da8390b9-e414-4039-b747-47b6659cd54f','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@71b34ada, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@71b34ada, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@71b34ada, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@71b34ada, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@71b34ada, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@71b34ada, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 19:39:10'),('db8a5d80-83cc-4009-a4fc-5fef1c0d64c4','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/employees;client=10.10.100.175','exception=org.springframework.data.redis.RedisConnectionFailureException, detail=org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=org.springframework.data.redis.connection.PoolException, detail=org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.lettuce.core.RedisConnectionException, detail=io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.netty.channel.ConnectTimeoutException, detail=io.netty.channel.ConnectTimeoutException: connection timed out: /117.78.33.241:6379;','2022-02-23 03:45:41'),('e5e8246d-95e5-487a-952a-22105c0e904c','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 05:11:23'),('e72a1806-8a5d-4ea0-884d-e0a3b5cf728d','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 04:57:34'),('e7cadc3f-aa7c-44ad-90aa-5b79c9d14156','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7456091f, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7456091f, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor461.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7456091f, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7456091f, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor461.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7456091f, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@7456091f, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor461.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 22:51:40'),('e8754670-b9ab-4dfe-a1e8-e6207f7f1022','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@773dfb9, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@773dfb9, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@773dfb9, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@773dfb9, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@773dfb9, detailMessage=找不到身份信息}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@773dfb9, detailMessage=找不到身份信息}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 20:15:30'),('ebdbcaf7-8f37-4f8b-ad3a-78e99d78ebbf','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/employees;client=10.10.100.175','exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: 该职员已经存在!;exception=com.bcxin.Infrastructures.exceptions.ConflictTenantException, detail=com.bcxin.Infrastructures.exceptions.ConflictTenantException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement;exception=org.springframework.dao.DataIntegrityViolationException, detail=org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is java.lang.Throwable: could not execute statement;exception=java.lang.Throwable, detail=java.lang.Throwable: could not execute statement;exception=java.sql.SQLIntegrityConstraintViolationException, detail=java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'PK_UNIQUE_DATA__EvQEyzyv+OnJob-Ncf9WcLd8Nvf64A3vW5\' for key \'PRIMARY\';','2022-02-23 03:46:27'),('f20bc653-3718-4ed3-89c6-16aac0e15a9f','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/tenant/organizations/Ncf9WcLd8Nvf64A3vW5/employees;client=10.10.100.175','exception=org.springframework.data.redis.RedisConnectionFailureException, detail=org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=org.springframework.data.redis.connection.PoolException, detail=org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.lettuce.core.RedisConnectionException, detail=io.lettuce.core.RedisConnectionException: Unable to connect to 117.78.33.241:6379;exception=io.netty.channel.ConnectTimeoutException, detail=io.netty.channel.ConnectTimeoutException: connection timed out: /117.78.33.241:6379;','2022-02-23 06:10:54'),('f4a26889-f54d-406d-857c-065a5a1350d8','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/shared/common/region/all;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: No provider available from registry localhost:8848 for service com.bcxin.api.interfaces.commons.RegionRpcProvider:1.0.0 on consumer 10.10.100.175 use dubbo version 3.0.2.1, please check status of providers(disabled, not registered or in blacklist).;','2022-02-22 00:22:32'),('f8604158-682c-4c01-b34e-b9061dffbdda','RestResponseEntityExceptionHandler.exceptionHandle','ServletWebRequest: uri=/v3/identity/sign-in;client=10.10.100.175','exception=org.apache.dubbo.rpc.RpcException, detail=org.apache.dubbo.rpc.RpcException: Failed to invoke the method signIn in the service com.bcxin.api.interfaces.identities.IdentityRpcProvider. Tried 1 times of the providers [10.10.100.175:20880] (1/1) from the registry localhost:8848 on the consumer 10.10.100.175 using the dubbo version 3.0.2.1. Last error is: Failed to invoke remote method: signIn, provider: DefaultServiceInstance{, serviceName=\'tenant-server-identity\', host=\'10.10.100.175\', port=20880, enabled=true, healthy=true, metadata={side=provider, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, release=3.0.2.1, deprecated=false, dubbo=2.0.2, dubbo.metadata.revision=990ead7eeacf7f058ff7e111d85af8c6, pid=14697, dubbo.metadata.storage-type=local, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, generic=false, timeout=120000, revision=1.0-SNAPSHOT, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, dubbo.metadata-service.url-params={\"token\":\"3b37348f-9541-4d9f-b2bf-11ea2dcb4967\",\"version\":\"1.0.0\",\"dubbo\":\"2.0.2\",\"release\":\"3.0.2.1\",\"port\":\"20880\",\"protocol\":\"dubbo\"}, retries=0, metadata-type=remote, application=tenant-server-identity, dubbo.endpoints=[{\"port\":20880,\"protocol\":\"dubbo\"}], dynamic=true, anyhost=true, timestamp=1645673202664}}, service{name=\'com.bcxin.api.interfaces.identities.IdentityRpcProvider\',group=\'null\',version=\'1.0.0\',protocol=\'dubbo\',params={side=provider, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,bindWechat,prepareResetPassword,unbindWechat,restPassword,signIn,getByName,ssoLogin, deprecated=false, dubbo=2.0.2, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, service-name-mapping=true, version=1.0.0, timeout=120000, generic=false, token=8d6ed415-0d37-4060-84a8-8e43c7a54a87, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant-server-identity, dynamic=true, anyhost=true},consumerParams={signIn.return=true, side=consumer, register.ip=10.10.100.175, release=3.0.2.1, methods=change,sendCode,signUp,changePassword,checkCode,prepareResetPassword,bindWechat,unbindWechat,restPassword,signIn,getByName,ssoLogin, dubbo=2.0.2, pid=18422, check=false, interface=com.bcxin.api.interfaces.identities.IdentityRpcProvider, version=1.0.0, revision=1.0-SNAPSHOT, retries=0, metadata-type=remote, application=tenant.rest.web.api, sticky=false, signIn.sent=true, timestamp=1645673676048}}, cause: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@53f18b58, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@53f18b58, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor461.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=java.util.concurrent.ExecutionException, detail=java.util.concurrent.ExecutionException: org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@53f18b58, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@53f18b58, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor461.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;exception=org.apache.dubbo.remoting.RemotingException, detail=org.apache.dubbo.remoting.RemotingException: java.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@53f18b58, detailMessage=账号/密码不正确!}\njava.io.IOException: Response data error, expect Throwable, but get {suppressedExceptions=[], cause=(this Map), stackTrace=[Ljava.lang.StackTraceElement;@53f18b58, detailMessage=账号/密码不正确!}\n at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:77)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:169)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:105)\n at org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:131)\n at org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)\n at org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:48)\n at org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:196)\n at org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:99)\n at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:179)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:272)\n at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:181)\n at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:297)\n at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:79)\n at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265)\n at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:101)\n at com.bcxin.rest.web.apis.dubbos.CustomConsumerContextFilter.invoke(CustomConsumerContextFilter.java:29)\n at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:82)\n at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:93)\n at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:93)\n at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276)\n at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:95)\n at org.apache.dubbo.common.bytecode.proxy14.signIn(proxy14.java)\n at sun.reflect.GeneratedMethodAccessor461.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)\n at com.sun.proxy.$Proxy88.signIn(Unknown Source)\n at com.bcxin.rest.web.apis.controllers.IdentityController.signIn(IdentityController.java:44)\n at sun.reflect.GeneratedMethodAccessor460.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n at java.lang.reflect.Method.invoke(Method.java:498)\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894)\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at com.bcxin.rest.web.apis.RestConfiguration$2.doFilterInternal(RestConfiguration.java:258)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n at java.lang.Thread.run(Thread.java:745)\n;','2022-02-23 22:49:10'); /*!40000 ALTER TABLE `tenant_sys_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_unique_data_constraints` -- DROP TABLE IF EXISTS `tenant_unique_data_constraints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_unique_data_constraints` ( `id` varchar(255) NOT NULL, `category` varchar(255) NOT NULL, `created_time` datetime DEFAULT NULL, PRIMARY KEY (`id`,`category`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_unique_data_constraints` -- LOCK TABLES `tenant_unique_data_constraints` WRITE; /*!40000 ALTER TABLE `tenant_unique_data_constraints` DISABLE KEYS */; INSERT INTO `tenant_unique_data_constraints` VALUES ('PK_UNIQUE_DATA__18611474085','tenant_user','2022-02-23 13:33:57'),('PK_UNIQUE_DATA__18712345678','tenant_user','2022-02-24 06:52:55'),('PK_UNIQUE_DATA__18760501112','tenant_user','2022-02-23 14:10:44'),('PK_UNIQUE_DATA__18760501234','tenant_user','2022-02-24 03:44:33'),('PK_UNIQUE_DATA__18760502111','tenant_user','2022-02-23 15:28:39'),('PK_UNIQUE_DATA__18760502722','tenant_user','2022-02-23 15:16:53'),('PK_UNIQUE_DATA__18760502725','tenant_user','2022-02-23 11:45:31'),('PK_UNIQUE_DATA__18766661010','tenant_user','2022-02-24 04:14:04'),('PK_UNIQUE_DATA__5pSi4Cln+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-23 15:16:53'),('PK_UNIQUE_DATA__7DFQRPpq+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-23 14:10:44'),('PK_UNIQUE_DATA__bZtOxUna+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-24 03:44:33'),('PK_UNIQUE_DATA__c61Q58Uw+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-23 15:28:39'),('PK_UNIQUE_DATA__CCEcC1tI+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-24 06:52:55'),('PK_UNIQUE_DATA__EvQEyzyv+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-23 11:45:31'),('PK_UNIQUE_DATA__lsqvaVOh+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-23 13:33:57'),('PK_UNIQUE_DATA__rc84Keb8+OnJob','Ncf9WcLd8Nvf64A3vW5','2022-02-24 04:14:04'),('PK_UNIQUE_DATA__type:IdCard;number:110101197802041113','tenant_user_credential','2022-02-23 15:16:53'),('PK_UNIQUE_DATA__type:IdCard;number:110101198510123112','tenant_user_credential','2022-02-24 04:14:04'),('PK_UNIQUE_DATA__type:IdCard;number:110120198711131412','tenant_user_credential','2022-02-24 06:52:55'),('PK_UNIQUE_DATA__type:IdCard;number:350311198512112141','tenant_user_credential','2022-02-24 03:44:33'),('PK_UNIQUE_DATA__type:IdCard;number:350322198511151015','tenant_user_credential','2022-02-23 13:33:57'),('PK_UNIQUE_DATA__type:IdCard;number:350322199801211514','tenant_user_credential','2022-02-23 15:28:39'),('PK_UNIQUE_DATA__type:IdCard;number:350322199802101124','tenant_user_credential','2022-02-23 14:10:44'),('PK_UNIQUE_DATA__type:IdCard;number:350322199802241013','tenant_user_credential','2022-02-23 11:45:31'); /*!40000 ALTER TABLE `tenant_unique_data_constraints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_user_credentials` -- DROP TABLE IF EXISTS `tenant_user_credentials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_user_credentials` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `address` varchar(500) DEFAULT NULL, `credential_type` int(11) NOT NULL, `front_photo` varchar(500) DEFAULT NULL, `number` varchar(255) DEFAULT NULL, `reverse_photo` varchar(500) DEFAULT NULL, `valid_date_from` date DEFAULT NULL, `valid_date_to` date DEFAULT NULL, `tenant_user_id` varchar(50) DEFAULT NULL, `head_photo` varchar(255) DEFAULT NULL, `name` varchar(50) NOT NULL, `selected` int(11) NOT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_tenant_user_credential_number` (`credential_type`,`number`) USING BTREE, KEY `FKdv8uekhp5timdwctkoa97wunl` (`tenant_user_id`) USING BTREE, CONSTRAINT `FKdv8uekhp5timdwctkoa97wunl` FOREIGN KEY (`tenant_user_id`) REFERENCES `tenant_users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_user_credentials` -- LOCK TABLES `tenant_user_credentials` WRITE; /*!40000 ALTER TABLE `tenant_user_credentials` DISABLE KEYS */; INSERT INTO `tenant_user_credentials` VALUES ('Gs2SMbZH','2022-02-24 06:52:55',NULL,0,NULL,'110120198711131412',NULL,NULL,NULL,'CCEcC1tI',NULL,'吴先生',1),('K7kspYq93CtrP8y4JVw','2021-12-21 20:47:19','',0,'','12452153121254674','','2001-01-12','2031-12-13','K7kspYq93CtrP8y4JVw','','管理员',1),('kdb0Go2c','2022-02-24 04:14:04',NULL,0,NULL,'110101198510123112',NULL,NULL,NULL,'rc84Keb8',NULL,'杨总',1),('l7S6FZ0T','2022-02-24 03:44:33',NULL,0,NULL,'350311198512112141',NULL,NULL,NULL,'bZtOxUna',NULL,'林汉成',1),('qSYbipl1','2022-02-23 14:10:44',NULL,0,NULL,'350322199802101124',NULL,NULL,NULL,'7DFQRPpq',NULL,'阮大',1),('sExc7PE5','2022-02-23 13:33:57',NULL,0,NULL,'350322198511151015',NULL,NULL,NULL,'lsqvaVOh',NULL,'部长',1),('tcdxoPXg','2022-02-23 15:16:53',NULL,0,NULL,'110101197802041113',NULL,NULL,NULL,'5pSi4Cln',NULL,'吴松',1),('WjYyrMCa','2022-02-23 15:28:39',NULL,0,NULL,'350322199801211514',NULL,NULL,NULL,'c61Q58Uw',NULL,'ddd',1),('ymdnqD0E','2022-02-23 11:45:31',NULL,0,NULL,'350322199802241013',NULL,NULL,NULL,'EvQEyzyv',NULL,'super管理员',1); /*!40000 ALTER TABLE `tenant_user_credentials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_user_resumes` -- DROP TABLE IF EXISTS `tenant_user_resumes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_user_resumes` ( `id` varchar(255) NOT NULL, `first_worked_date` datetime NOT NULL, `note` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_user_resumes` -- LOCK TABLES `tenant_user_resumes` WRITE; /*!40000 ALTER TABLE `tenant_user_resumes` DISABLE KEYS */; /*!40000 ALTER TABLE `tenant_user_resumes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tenant_users` -- DROP TABLE IF EXISTS `tenant_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tenant_users` ( `id` varchar(50) NOT NULL, `authenticated_status` int(11) NOT NULL, `authenticated_result` varchar(255) DEFAULT NULL, `authenticated_time` datetime DEFAULT NULL, `birthdate` date DEFAULT NULL, `checked_status` int(11) NOT NULL, `created_time` datetime NOT NULL, `email` varchar(50) DEFAULT NULL, `habit_setting` varchar(800) DEFAULT NULL, `head_photo` varchar(255) DEFAULT NULL, `im_identity` varchar(100) DEFAULT NULL, `lon_lat_json` varchar(200) DEFAULT NULL, `name` varchar(255) NOT NULL, `sex` int(11) NOT NULL, `stature` varchar(50) DEFAULT NULL, `telephone` varchar(50) NOT NULL, `user_type` int(11) NOT NULL, `selected_credential_id` varchar(255) DEFAULT NULL, `household_type` varchar(100) DEFAULT NULL, `one_inch_color_white_photo` varchar(1000) DEFAULT NULL, `two_inch_color_blue_photo` varchar(1000) DEFAULT NULL, `education` varchar(100) DEFAULT NULL, `marital_status` varchar(100) DEFAULT NULL, `military_status` varchar(100) DEFAULT NULL, `nation` varchar(100) DEFAULT NULL, `native_place` varchar(100) DEFAULT NULL, `politics_status` varchar(100) DEFAULT NULL, `cid` varchar(200) DEFAULT NULL, `wechat` varchar(100) DEFAULT NULL, `wechat_nicky` varchar(100) CHARACTER SET utf8mb4 DEFAULT NULL, `last_updated_time` datetime DEFAULT NULL, `last_background_screening_time` datetime DEFAULT NULL, `background_screening_status` int(11) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `unique_tenant_user_telephone` (`telephone`) USING BTREE, KEY `FKqlob51tbkklhygtaecsile2rg` (`selected_credential_id`) USING BTREE, CONSTRAINT `FKqlob51tbkklhygtaecsile2rg` FOREIGN KEY (`selected_credential_id`) REFERENCES `tenant_user_credentials` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tenant_users` -- LOCK TABLES `tenant_users` WRITE; /*!40000 ALTER TABLE `tenant_users` DISABLE KEYS */; INSERT INTO `tenant_users` VALUES ('5pSi4Cln',0,NULL,NULL,NULL,0,'2022-02-23 15:16:53',NULL,NULL,NULL,'5pSi4Cln',NULL,'吴松',0,NULL,'18760502722',0,'tcdxoPXg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('7DFQRPpq',0,NULL,NULL,NULL,0,'2022-02-23 14:10:44',NULL,NULL,NULL,'7DFQRPpq',NULL,'阮大',0,NULL,'18760501112',0,'qSYbipl1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('bZtOxUna',0,NULL,NULL,NULL,0,'2022-02-24 03:44:33',NULL,NULL,NULL,'bZtOxUna',NULL,'林汉成',0,NULL,'18760501234',0,'l7S6FZ0T',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('c61Q58Uw',0,NULL,NULL,NULL,0,'2022-02-23 15:28:39',NULL,NULL,NULL,'c61Q58Uw',NULL,'ddd',0,NULL,'18760502111',0,'WjYyrMCa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('CCEcC1tI',0,NULL,NULL,NULL,0,'2022-02-24 06:52:55',NULL,NULL,NULL,'CCEcC1tI',NULL,'吴先生',0,NULL,'18712345678',0,'Gs2SMbZH',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('EvQEyzyv',0,NULL,NULL,NULL,0,'2022-02-23 11:45:31',NULL,NULL,NULL,'EvQEyzyv',NULL,'super管理员',0,NULL,'18760502725',0,'ymdnqD0E',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('K7kspYq93CtrP8y4JVw',2,'','2021-12-21 20:47:19',NULL,0,'2021-12-21 20:47:19',NULL,NULL,'/uploads/lib/img/微信截图_20210907123701.png',NULL,'','管理员',0,NULL,'11111000000',0,'K7kspYq93CtrP8y4JVw',NULL,'/uploads/lib/img/微信截图_20210907123701.png',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'c94e14671f70df7d79b40e69a078cdc4','RM',NULL,NULL,NULL,NULL),('lsqvaVOh',0,NULL,NULL,NULL,0,'2022-02-23 13:33:57',NULL,NULL,NULL,'lsqvaVOh',NULL,'部长',0,NULL,'18611474085',0,'sExc7PE5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),('rc84Keb8',0,NULL,NULL,NULL,0,'2022-02-24 04:14:04',NULL,NULL,NULL,'rc84Keb8',NULL,'杨总',0,NULL,'18766661010',0,'kdb0Go2c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); /*!40000 ALTER TABLE `tenant_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_下拉框联动` -- DROP TABLE IF EXISTS `tlk_下拉框联动`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_下拉框联动` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_a` varchar(200) DEFAULT NULL, `ITEM_b` varchar(200) DEFAULT NULL, `ITEM_c` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_下拉框联动` -- LOCK TABLES `tlk_下拉框联动` WRITE; /*!40000 ALTER TABLE `tlk_下拉框联动` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_下拉框联动` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_下拉框_基础` -- DROP TABLE IF EXISTS `tlk_下拉框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_下拉框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_只读` varchar(200) DEFAULT NULL, `ITEM_显示_隐藏` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_仅显示值` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_显示样式` varchar(200) DEFAULT NULL, `ITEM_选项_默认值` varchar(200) DEFAULT NULL, `ITEM_选项_真实值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_下拉框_基础` -- LOCK TABLES `tlk_下拉框_基础` WRITE; /*!40000 ALTER TABLE `tlk_下拉框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_下拉框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_下拉框_校验` -- DROP TABLE IF EXISTS `tlk_下拉框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_下拉框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_下拉框_校验` -- LOCK TABLES `tlk_下拉框_校验` WRITE; /*!40000 ALTER TABLE `tlk_下拉框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_下拉框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_两张同样的视图打开带有文件上传表单` -- DROP TABLE IF EXISTS `tlk_两张同样的视图打开带有文件上传表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_两张同样的视图打开带有文件上传表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ITEM_文件上传` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_两张同样的视图打开带有文件上传表单` -- LOCK TABLES `tlk_两张同样的视图打开带有文件上传表单` WRITE; /*!40000 ALTER TABLE `tlk_两张同样的视图打开带有文件上传表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_两张同样的视图打开带有文件上传表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_串行流程` -- DROP TABLE IF EXISTS `tlk_串行流程`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_串行流程` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ITEM_下拉框` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_串行流程` -- LOCK TABLES `tlk_串行流程` WRITE; /*!40000 ALTER TABLE `tlk_串行流程` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_串行流程` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_主流程_请假表单` -- DROP TABLE IF EXISTS `tlk_主流程_请假表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_主流程_请假表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_主流程_请假表单` -- LOCK TABLES `tlk_主流程_请假表单` WRITE; /*!40000 ALTER TABLE `tlk_主流程_请假表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_主流程_请假表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_二维码_基础` -- DROP TABLE IF EXISTS `tlk_二维码_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_二维码_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_二维码_基础` -- LOCK TABLES `tlk_二维码_基础` WRITE; /*!40000 ALTER TABLE `tlk_二维码_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_二维码_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_催办_允许被催办` -- DROP TABLE IF EXISTS `tlk_催办_允许被催办`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_催办_允许被催办` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_催办_允许被催办` -- LOCK TABLES `tlk_催办_允许被催办` WRITE; /*!40000 ALTER TABLE `tlk_催办_允许被催办` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_催办_允许被催办` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_催办_脚本` -- DROP TABLE IF EXISTS `tlk_催办_脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_催办_脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_催办_脚本` -- LOCK TABLES `tlk_催办_脚本` WRITE; /*!40000 ALTER TABLE `tlk_催办_脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_催办_脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_允许审批人终止流程` -- DROP TABLE IF EXISTS `tlk_允许审批人终止流程`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_允许审批人终止流程` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_允许审批人终止流程` -- LOCK TABLES `tlk_允许审批人终止流程` WRITE; /*!40000 ALTER TABLE `tlk_允许审批人终止流程` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_允许审批人终止流程` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_允许编辑当前节点审批人` -- DROP TABLE IF EXISTS `tlk_允许编辑当前节点审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_允许编辑当前节点审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_允许编辑当前节点审批人` -- LOCK TABLES `tlk_允许编辑当前节点审批人` WRITE; /*!40000 ALTER TABLE `tlk_允许编辑当前节点审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_允许编辑当前节点审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列值类型` -- DROP TABLE IF EXISTS `tlk_列值类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列值类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_单选框` varchar(200) DEFAULT NULL, `ITEM_复选框` longtext, `ITEM_下拉框` varchar(200) DEFAULT NULL, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_树形部门选择框` longtext, `ITEM_用户选择框` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列值类型` -- LOCK TABLES `tlk_列值类型` WRITE; /*!40000 ALTER TABLE `tlk_列值类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列值类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列基本` -- DROP TABLE IF EXISTS `tlk_列基本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列基本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_列宽` varchar(200) DEFAULT NULL, `ITEM_流程回退标识` varchar(200) DEFAULT NULL, `ITEM_列汇总` decimal(22,10) DEFAULT NULL, `ITEM_列图标显示` varchar(200) DEFAULT NULL, `ITEM_列隐藏` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列基本` -- LOCK TABLES `tlk_列基本` WRITE; /*!40000 ALTER TABLE `tlk_列基本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列基本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列操作按钮` -- DROP TABLE IF EXISTS `tlk_列操作按钮`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列操作按钮` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_作者` varchar(200) DEFAULT NULL, `ITEM_创建时间` datetime DEFAULT NULL, `ITEM_物品` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_数量` decimal(22,10) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列操作按钮` -- LOCK TABLES `tlk_列操作按钮` WRITE; /*!40000 ALTER TABLE `tlk_列操作按钮` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列操作按钮` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列格式` -- DROP TABLE IF EXISTS `tlk_列格式`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列格式` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_列常规` varchar(200) DEFAULT NULL, `ITEM_小数` decimal(22,10) DEFAULT NULL, `ITEM_千位分隔` decimal(22,10) DEFAULT NULL, `ITEM_人民币` decimal(22,10) DEFAULT NULL, `ITEM_美元` decimal(22,10) DEFAULT NULL, `ITEM_日圆` decimal(22,10) DEFAULT NULL, `ITEM_英镑` decimal(22,10) DEFAULT NULL, `ITEM_列显示文字方式` varchar(200) DEFAULT NULL, `ITEM_列显示提示文字` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列格式` -- LOCK TABLES `tlk_列格式` WRITE; /*!40000 ALTER TABLE `tlk_列格式` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列格式` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列格式_类型` -- DROP TABLE IF EXISTS `tlk_列格式_类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列格式_类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_作者` varchar(200) DEFAULT NULL, `ITEM_创建时间` datetime DEFAULT NULL, `ITEM_物品` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_数量` decimal(22,10) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列格式_类型` -- LOCK TABLES `tlk_列格式_类型` WRITE; /*!40000 ALTER TABLE `tlk_列格式_类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列格式_类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列类型` -- DROP TABLE IF EXISTS `tlk_列类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_列字段` varchar(200) DEFAULT NULL, `ITEM_列脚本` varchar(200) DEFAULT NULL, `ITEM_列图标` varchar(200) DEFAULT NULL, `ITEM_列序号` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列类型` -- LOCK TABLES `tlk_列类型` WRITE; /*!40000 ALTER TABLE `tlk_列类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列表视图_新表单` -- DROP TABLE IF EXISTS `tlk_列表视图_新表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列表视图_新表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_登记人` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_职位` varchar(200) DEFAULT NULL, `ITEM_所属部门` varchar(200) DEFAULT NULL, `ITEM_入职简介` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列表视图_新表单` -- LOCK TABLES `tlk_列表视图_新表单` WRITE; /*!40000 ALTER TABLE `tlk_列表视图_新表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列表视图_新表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列_多语言标签` -- DROP TABLE IF EXISTS `tlk_列_多语言标签`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列_多语言标签` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_简体中文` varchar(200) DEFAULT NULL, `ITEM_繁体中文` varchar(200) DEFAULT NULL, `ITEM_英文` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列_多语言标签` -- LOCK TABLES `tlk_列_多语言标签` WRITE; /*!40000 ALTER TABLE `tlk_列_多语言标签` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列_多语言标签` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_列_默认排序` -- DROP TABLE IF EXISTS `tlk_列_默认排序`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_列_默认排序` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_默认不排序` varchar(200) DEFAULT NULL, `ITEM_数据库升序` varchar(200) DEFAULT NULL, `ITEM_数据库降序` varchar(200) DEFAULT NULL, `ITEM_中文升序` varchar(200) DEFAULT NULL, `ITEM_中文降序` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_列_默认排序` -- LOCK TABLES `tlk_列_默认排序` WRITE; /*!40000 ALTER TABLE `tlk_列_默认排序` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_列_默认排序` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_到达协办时触发通知` -- DROP TABLE IF EXISTS `tlk_到达协办时触发通知`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_到达协办时触发通知` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_到达协办时触发通知` -- LOCK TABLES `tlk_到达协办时触发通知` WRITE; /*!40000 ALTER TABLE `tlk_到达协办时触发通知` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_到达协办时触发通知` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_到达时触发通知` -- DROP TABLE IF EXISTS `tlk_到达时触发通知`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_到达时触发通知` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_到达时触发通知` -- LOCK TABLES `tlk_到达时触发通知` WRITE; /*!40000 ALTER TABLE `tlk_到达时触发通知` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_到达时触发通知` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_加签主办` -- DROP TABLE IF EXISTS `tlk_加签主办`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_加签主办` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_加签主办` -- LOCK TABLES `tlk_加签主办` WRITE; /*!40000 ALTER TABLE `tlk_加签主办` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_加签主办` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_加签协办` -- DROP TABLE IF EXISTS `tlk_加签协办`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_加签协办` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_加签协办` -- LOCK TABLES `tlk_加签协办` WRITE; /*!40000 ALTER TABLE `tlk_加签协办` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_加签协办` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素中的选项卡` -- DROP TABLE IF EXISTS `tlk_包含元素中的选项卡`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素中的选项卡` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_下拉框` varchar(200) DEFAULT NULL, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_描述` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素中的选项卡` -- LOCK TABLES `tlk_包含元素中的选项卡` WRITE; /*!40000 ALTER TABLE `tlk_包含元素中的选项卡` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素中的选项卡` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_主表` -- DROP TABLE IF EXISTS `tlk_包含元素_主表`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_主表` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_备注` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_主表` -- LOCK TABLES `tlk_包含元素_主表` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_主表` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_主表` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_列操作按钮` -- DROP TABLE IF EXISTS `tlk_包含元素_列操作按钮`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_列操作按钮` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_列操作按钮` -- LOCK TABLES `tlk_包含元素_列操作按钮` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_列操作按钮` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_列操作按钮` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_刷新重计算` -- DROP TABLE IF EXISTS `tlk_包含元素_刷新重计算`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_刷新重计算` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ITEM_当前页重计算文本` varchar(200) DEFAULT NULL, `ITEM_弹出层重计算文本` varchar(200) DEFAULT NULL, `ITEM_网格重计算文本` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_刷新重计算` -- LOCK TABLES `tlk_包含元素_刷新重计算` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_刷新重计算` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_刷新重计算` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_子表` -- DROP TABLE IF EXISTS `tlk_包含元素_子表`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_子表` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_规格` varchar(200) DEFAULT NULL, `ITEM_数量` varchar(200) DEFAULT NULL, `ITEM_价格` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_子表` -- LOCK TABLES `tlk_包含元素_子表` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_子表` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_子表` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_总计小计` -- DROP TABLE IF EXISTS `tlk_包含元素_总计小计`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_总计小计` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_总计小计` -- LOCK TABLES `tlk_包含元素_总计小计` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_总计小计` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_总计小计` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_打开类型` -- DROP TABLE IF EXISTS `tlk_包含元素_打开类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_打开类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_打开类型` -- LOCK TABLES `tlk_包含元素_打开类型` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_打开类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_打开类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_网格_操作列脚本` -- DROP TABLE IF EXISTS `tlk_包含元素_网格_操作列脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_网格_操作列脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_标识` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_网格_操作列脚本` -- LOCK TABLES `tlk_包含元素_网格_操作列脚本` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_网格_操作列脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_网格_操作列脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_选项卡` -- DROP TABLE IF EXISTS `tlk_包含元素_选项卡`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_选项卡` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_选项卡` -- LOCK TABLES `tlk_包含元素_选项卡` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_选项卡` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_选项卡` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素_高度设置` -- DROP TABLE IF EXISTS `tlk_包含元素_高度设置`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素_高度设置` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素_高度设置` -- LOCK TABLES `tlk_包含元素_高度设置` WRITE; /*!40000 ALTER TABLE `tlk_包含元素_高度设置` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素_高度设置` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_包含元素__选项卡` -- DROP TABLE IF EXISTS `tlk_包含元素__选项卡`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_包含元素__选项卡` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_毕业时间` datetime DEFAULT NULL, `ITEM_性别` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_包含元素__选项卡` -- LOCK TABLES `tlk_包含元素__选项卡` WRITE; /*!40000 ALTER TABLE `tlk_包含元素__选项卡` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_包含元素__选项卡` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_区局督办` -- DROP TABLE IF EXISTS `tlk_区局督办`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_区局督办` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_任务编码` varchar(200) DEFAULT NULL, `ITEM_办理人` longtext, `ITEM_任务名称` varchar(200) DEFAULT NULL, `ITEM_完成详情` longtext, `ITEM_评价` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_区局督办` -- LOCK TABLES `tlk_区局督办` WRITE; /*!40000 ALTER TABLE `tlk_区局督办` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_区局督办` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_协办设置_脚本` -- DROP TABLE IF EXISTS `tlk_协办设置_脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_协办设置_脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_协办设置_脚本` -- LOCK TABLES `tlk_协办设置_脚本` WRITE; /*!40000 ALTER TABLE `tlk_协办设置_脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_协办设置_脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_协办设置_角色` -- DROP TABLE IF EXISTS `tlk_协办设置_角色`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_协办设置_角色` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_协办设置_角色` -- LOCK TABLES `tlk_协办设置_角色` WRITE; /*!40000 ALTER TABLE `tlk_协办设置_角色` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_协办设置_角色` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_单行文本框_即时校验` -- DROP TABLE IF EXISTS `tlk_单行文本框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_单行文本框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号码即时校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_单行文本框_即时校验` -- LOCK TABLES `tlk_单行文本框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_单行文本框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_单行文本框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_单行文本_基础` -- DROP TABLE IF EXISTS `tlk_单行文本_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_单行文本_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_文本` varchar(200) DEFAULT NULL, `ITEM_数字` decimal(22,10) DEFAULT NULL, `ITEM_格式` decimal(22,10) DEFAULT NULL, `ITEM_手机` varchar(200) DEFAULT NULL, `ITEM_密码` varchar(200) DEFAULT NULL, `ITEM_只读` varchar(200) DEFAULT NULL, `ITEM_隐藏` varchar(200) DEFAULT NULL, `ITEM_只读显示样式` varchar(200) DEFAULT NULL, `ITEM_只读显示样式_手机` varchar(200) DEFAULT NULL, `ITEM_只读显示样式_密码` varchar(200) DEFAULT NULL, `ITEM_只读显示样式_只读` varchar(200) DEFAULT NULL, `ITEM_只读显示样式_数字` decimal(22,10) DEFAULT NULL, `ITEM_只读仅显示值_普通` varchar(200) DEFAULT NULL, `ITEM_只读仅显示值_手机` varchar(200) DEFAULT NULL, `ITEM_只读仅显示值_密码` varchar(200) DEFAULT NULL, `ITEM_只读仅显示值_只读` varchar(200) DEFAULT NULL, `ITEM_只读仅显示值_数字` decimal(22,10) DEFAULT NULL, `ITEM_TAB` varchar(200) DEFAULT NULL, `ITEM_TAB_ENTER` varchar(200) DEFAULT NULL, `ITEM_计数` decimal(22,10) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用` varchar(200) DEFAULT NULL, `ITEM_手机不可用` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_单行文本_基础` -- LOCK TABLES `tlk_单行文本_基础` WRITE; /*!40000 ALTER TABLE `tlk_单行文本_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_单行文本_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_单行文本_校验` -- DROP TABLE IF EXISTS `tlk_单行文本_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_单行文本_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_帐号` varchar(200) DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ITEM_邮箱` varchar(200) DEFAULT NULL, `ITEM_手机号` varchar(200) DEFAULT NULL, `ITEM_身份证` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_工号` decimal(22,10) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_单行文本_校验` -- LOCK TABLES `tlk_单行文本_校验` WRITE; /*!40000 ALTER TABLE `tlk_单行文本_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_单行文本_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_单选框_基础` -- DROP TABLE IF EXISTS `tlk_单选框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_单选框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` varchar(200) DEFAULT NULL, `ITEM_布局_垂直` varchar(200) DEFAULT NULL, `ITEM_显示_只读` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_单选框_基础` -- LOCK TABLES `tlk_单选框_基础` WRITE; /*!40000 ALTER TABLE `tlk_单选框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_单选框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_单选框_校验` -- DROP TABLE IF EXISTS `tlk_单选框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_单选框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_单选框_校验` -- LOCK TABLES `tlk_单选框_校验` WRITE; /*!40000 ALTER TABLE `tlk_单选框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_单选框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_回撤_可回撤` -- DROP TABLE IF EXISTS `tlk_回撤_可回撤`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_回撤_可回撤` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_回撤_可回撤` -- LOCK TABLES `tlk_回撤_可回撤` WRITE; /*!40000 ALTER TABLE `tlk_回撤_可回撤` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_回撤_可回撤` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_回撤_脚本` -- DROP TABLE IF EXISTS `tlk_回撤_脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_回撤_脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_回撤_脚本` -- LOCK TABLES `tlk_回撤_脚本` WRITE; /*!40000 ALTER TABLE `tlk_回撤_脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_回撤_脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_回退_后台指定` -- DROP TABLE IF EXISTS `tlk_回退_后台指定`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_回退_后台指定` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_回退_后台指定` -- LOCK TABLES `tlk_回退_后台指定` WRITE; /*!40000 ALTER TABLE `tlk_回退_后台指定` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_回退_后台指定` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_回退_用户指定` -- DROP TABLE IF EXISTS `tlk_回退_用户指定`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_回退_用户指定` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_回退_用户指定` -- LOCK TABLES `tlk_回退_用户指定` WRITE; /*!40000 ALTER TABLE `tlk_回退_用户指定` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_回退_用户指定` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_图片上传_基础` -- DROP TABLE IF EXISTS `tlk_图片上传_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_图片上传_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示大小_默认` longtext, `ITEM_自定义大小` longtext, `ITEM_限制大小_无` longtext, `ITEM_限制大小_1M` longtext, `ITEM_默认上传数量` longtext, `ITEM_上传数量_1` longtext, `ITEM_上传数量_11` longtext, `ITEM_默认路径` longtext, `ITEM_自定义路径` longtext, `ITEM_计数` decimal(22,10) DEFAULT NULL, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true_显示样式` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读条件_true_仅显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_图片上传_基础` -- LOCK TABLES `tlk_图片上传_基础` WRITE; /*!40000 ALTER TABLE `tlk_图片上传_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_图片上传_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_在线拍照_基础` -- DROP TABLE IF EXISTS `tlk_在线拍照_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_在线拍照_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示大小_默认` longtext, `ITEM_自定义大小` longtext, `ITEM_允许选择手机相册` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_在线拍照_基础` -- LOCK TABLES `tlk_在线拍照_基础` WRITE; /*!40000 ALTER TABLE `tlk_在线拍照_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_在线拍照_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_地图表单` -- DROP TABLE IF EXISTS `tlk_地图表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_地图表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_标题列` varchar(200) DEFAULT NULL, `ITEM_详细地址列` longtext, `ITEM_内容列` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_地图表单` -- LOCK TABLES `tlk_地图表单` WRITE; /*!40000 ALTER TABLE `tlk_地图表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_地图表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_地图视图_新表单` -- DROP TABLE IF EXISTS `tlk_地图视图_新表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_地图视图_新表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_地图标题` varchar(200) DEFAULT NULL, `ITEM_地图详细地址` varchar(200) DEFAULT NULL, `ITEM_详细内容` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_地图视图_新表单` -- LOCK TABLES `tlk_地图视图_新表单` WRITE; /*!40000 ALTER TABLE `tlk_地图视图_新表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_地图视图_新表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_地图_百度地图` -- DROP TABLE IF EXISTS `tlk_地图_百度地图`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_地图_百度地图` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_打开类型_默认` longtext, `ITEM_打开类型_弹出层` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true` longtext, `ITEM_打印时隐藏条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_地图_百度地图` -- LOCK TABLES `tlk_地图_百度地图` WRITE; /*!40000 ALTER TABLE `tlk_地图_百度地图` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_地图_百度地图` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_地图_arcgis` -- DROP TABLE IF EXISTS `tlk_地图_arcgis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_地图_arcgis` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_打开类型_默认` longtext, `ITEM_打开类型_弹出层` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true` longtext, `ITEM_打印时隐藏条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_地图_arcgis` -- LOCK TABLES `tlk_地图_arcgis` WRITE; /*!40000 ALTER TABLE `tlk_地图_arcgis` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_地图_arcgis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_复选框_基础` -- DROP TABLE IF EXISTS `tlk_复选框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_复选框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` longtext, `ITEM_布局_垂直` longtext, `ITEM_显示_只读` longtext, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_全局刷新_重计算` longtext, `ITEM_局部刷新_重计算` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ITEM_显示隐藏_选择` varchar(200) DEFAULT NULL, `ITEM_显示隐藏_选项` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_复选框_基础` -- LOCK TABLES `tlk_复选框_基础` WRITE; /*!40000 ALTER TABLE `tlk_复选框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_复选框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_复选框_校验` -- DROP TABLE IF EXISTS `tlk_复选框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_复选框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号校验` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_邮箱校验` longtext, `ITEM_身份证校验` longtext, `ITEM_自定义校验` longtext, `ITEM_必填项` longtext, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_复选框_校验` -- LOCK TABLES `tlk_复选框_校验` WRITE; /*!40000 ALTER TABLE `tlk_复选框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_复选框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_多行文本框_即时校验` -- DROP TABLE IF EXISTS `tlk_多行文本框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_多行文本框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号码即时校验` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_邮箱校验` longtext, `ITEM_身份证校验` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_多行文本框_即时校验` -- LOCK TABLES `tlk_多行文本框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_多行文本框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_多行文本框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_多行文本_基础` -- DROP TABLE IF EXISTS `tlk_多行文本_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_多行文本_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_计数` decimal(22,10) DEFAULT NULL, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_全局刷新_计数` longtext, `ITEM_局部刷新_计数` longtext, `ITEM_手机可用` longtext, `ITEM_手机不可用` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_打印时隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读时仅显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_多行文本_基础` -- LOCK TABLES `tlk_多行文本_基础` WRITE; /*!40000 ALTER TABLE `tlk_多行文本_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_多行文本_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_多行文本_校验` -- DROP TABLE IF EXISTS `tlk_多行文本_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_多行文本_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_校验_手机号` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_邮箱校验` longtext, `ITEM_身份证校验` longtext, `ITEM_自定义校验` longtext, `ITEM_是否通过` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_多行文本_校验` -- LOCK TABLES `tlk_多行文本_校验` WRITE; /*!40000 ALTER TABLE `tlk_多行文本_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_多行文本_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程串行` -- DROP TABLE IF EXISTS `tlk_子流程串行`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程串行` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程串行` -- LOCK TABLES `tlk_子流程串行` WRITE; /*!40000 ALTER TABLE `tlk_子流程串行` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程串行` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程参数传递为共享主流程表单数据` -- DROP TABLE IF EXISTS `tlk_子流程参数传递为共享主流程表单数据`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程参数传递为共享主流程表单数据` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程参数传递为共享主流程表单数据` -- LOCK TABLES `tlk_子流程参数传递为共享主流程表单数据` WRITE; /*!40000 ALTER TABLE `tlk_子流程参数传递为共享主流程表单数据` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程参数传递为共享主流程表单数据` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程参数传递_复制主流程表单数据到子流程表单` -- DROP TABLE IF EXISTS `tlk_子流程参数传递_复制主流程表单数据到子流程表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程参数传递_复制主流程表单数据到子流程表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程参数传递_复制主流程表单数据到子流程表单` -- LOCK TABLES `tlk_子流程参数传递_复制主流程表单数据到子流程表单` WRITE; /*!40000 ALTER TABLE `tlk_子流程参数传递_复制主流程表单数据到子流程表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程参数传递_复制主流程表单数据到子流程表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程参数传递_通过脚本传递` -- DROP TABLE IF EXISTS `tlk_子流程参数传递_通过脚本传递`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程参数传递_通过脚本传递` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程参数传递_通过脚本传递` -- LOCK TABLES `tlk_子流程参数传递_通过脚本传递` WRITE; /*!40000 ALTER TABLE `tlk_子流程参数传递_通过脚本传递` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程参数传递_通过脚本传递` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程启动通过脚本启动实例数` -- DROP TABLE IF EXISTS `tlk_子流程启动通过脚本启动实例数`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程启动通过脚本启动实例数` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程启动通过脚本启动实例数` -- LOCK TABLES `tlk_子流程启动通过脚本启动实例数` WRITE; /*!40000 ALTER TABLE `tlk_子流程启动通过脚本启动实例数` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程启动通过脚本启动实例数` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点` -- DROP TABLE IF EXISTS `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点` -- LOCK TABLES `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点` WRITE; /*!40000 ALTER TABLE `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程回调等待_启动子流程后父流程立即启动下一节点` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点` -- DROP TABLE IF EXISTS `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点` -- LOCK TABLES `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点` WRITE; /*!40000 ALTER TABLE `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程回调等待_当全部子流程执行完成后父流程才启动下一节点` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程并行` -- DROP TABLE IF EXISTS `tlk_子流程并行`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程并行` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程并行` -- LOCK TABLES `tlk_子流程并行` WRITE; /*!40000 ALTER TABLE `tlk_子流程并行` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程并行` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程并行聚合` -- DROP TABLE IF EXISTS `tlk_子流程并行聚合`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程并行聚合` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程并行聚合` -- LOCK TABLES `tlk_子流程并行聚合` WRITE; /*!40000 ALTER TABLE `tlk_子流程并行聚合` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程并行聚合` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_子流程并行非聚合` -- DROP TABLE IF EXISTS `tlk_子流程并行非聚合`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_子流程并行非聚合` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_子流程并行非聚合` -- LOCK TABLES `tlk_子流程并行非聚合` WRITE; /*!40000 ALTER TABLE `tlk_子流程并行非聚合` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_子流程并行非聚合` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_学生表` -- DROP TABLE IF EXISTS `tlk_学生表`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_学生表` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_学生编号` varchar(200) DEFAULT NULL, `ITEM_学生姓名` varchar(200) DEFAULT NULL, `ITEM_部门编号` varchar(200) DEFAULT NULL, `ITEM_性别` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_学生表` -- LOCK TABLES `tlk_学生表` WRITE; /*!40000 ALTER TABLE `tlk_学生表` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_学生表` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批人设置_脚本` -- DROP TABLE IF EXISTS `tlk_审批人设置_脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批人设置_脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批人设置_脚本` -- LOCK TABLES `tlk_审批人设置_脚本` WRITE; /*!40000 ALTER TABLE `tlk_审批人设置_脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批人设置_脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批人设置_角色` -- DROP TABLE IF EXISTS `tlk_审批人设置_角色`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批人设置_角色` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批人设置_角色` -- LOCK TABLES `tlk_审批人设置_角色` WRITE; /*!40000 ALTER TABLE `tlk_审批人设置_角色` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批人设置_角色` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批人设置_部门` -- DROP TABLE IF EXISTS `tlk_审批人设置_部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批人设置_部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批人设置_部门` -- LOCK TABLES `tlk_审批人设置_部门` WRITE; /*!40000 ALTER TABLE `tlk_审批人设置_部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批人设置_部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批到达_聚合` -- DROP TABLE IF EXISTS `tlk_审批到达_聚合`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批到达_聚合` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_功能名称` varchar(200) DEFAULT NULL, `ITEM_类型` varchar(200) DEFAULT NULL, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_功能定义` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批到达_聚合` -- LOCK TABLES `tlk_审批到达_聚合` WRITE; /*!40000 ALTER TABLE `tlk_审批到达_聚合` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批到达_聚合` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批到达_非聚合` -- DROP TABLE IF EXISTS `tlk_审批到达_非聚合`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批到达_非聚合` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_功能名称` varchar(200) DEFAULT NULL, `ITEM_类型` varchar(200) DEFAULT NULL, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_功能定义` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批到达_非聚合` -- LOCK TABLES `tlk_审批到达_非聚合` WRITE; /*!40000 ALTER TABLE `tlk_审批到达_非聚合` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批到达_非聚合` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批时限_分钟` -- DROP TABLE IF EXISTS `tlk_审批时限_分钟`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批时限_分钟` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批时限_分钟` -- LOCK TABLES `tlk_审批时限_分钟` WRITE; /*!40000 ALTER TABLE `tlk_审批时限_分钟` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批时限_分钟` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批时限_天` -- DROP TABLE IF EXISTS `tlk_审批时限_天`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批时限_天` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批时限_天` -- LOCK TABLES `tlk_审批时限_天` WRITE; /*!40000 ALTER TABLE `tlk_审批时限_天` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批时限_天` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批时限_小时` -- DROP TABLE IF EXISTS `tlk_审批时限_小时`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批时限_小时` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批时限_小时` -- LOCK TABLES `tlk_审批时限_小时` WRITE; /*!40000 ALTER TABLE `tlk_审批时限_小时` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批时限_小时` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_审批时限_脚本` -- DROP TABLE IF EXISTS `tlk_审批时限_脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_审批时限_脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_审批时限_脚本` -- LOCK TABLES `tlk_审批时限_脚本` WRITE; /*!40000 ALTER TABLE `tlk_审批时限_脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_审批时限_脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_导出导入数据` -- DROP TABLE IF EXISTS `tlk_导出导入数据`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_导出导入数据` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_采集人员` varchar(200) DEFAULT NULL, `ITEM_采集时间` datetime DEFAULT NULL, `ITEM_所属区县` varchar(200) DEFAULT NULL, `ITEM_所属网格_` varchar(200) DEFAULT NULL, `ITEM_商铺名称_` varchar(200) DEFAULT NULL, `ITEM_商铺ID` varchar(200) DEFAULT NULL, `ITEM_商铺成员数量_` varchar(200) DEFAULT NULL, `ITEM_具体地址` varchar(200) DEFAULT NULL, `ITEM_代表人姓名_` varchar(200) DEFAULT NULL, `ITEM_代表人联系方式_` varchar(200) DEFAULT NULL, `ITEM_联系人姓名_` varchar(200) DEFAULT NULL, `ITEM_联系人手机号码_` varchar(200) DEFAULT NULL, `ITEM_行业类别_` varchar(200) DEFAULT NULL, `ITEM_商铺拍照_` longtext, `ITEM_商铺状态_` varchar(200) DEFAULT NULL, `ITEM_成员号码_` varchar(200) DEFAULT NULL, `ITEM_号卡需求判断` varchar(200) DEFAULT NULL, `ITEM_宽带运营商_` varchar(200) DEFAULT NULL, `ITEM_宽带到期时间` datetime DEFAULT NULL, `ITEM_宽带需求判断` varchar(200) DEFAULT NULL, `ITEM_房间数` decimal(22,10) DEFAULT NULL, `ITEM_大屏产品信息_` varchar(200) DEFAULT NULL, `ITEM_摄像头数量_` decimal(22,10) DEFAULT NULL, `ITEM_组网或安防需求判断` varchar(200) DEFAULT NULL, `ITEM_家庭组网信息_` varchar(200) DEFAULT NULL, `ITEM_企业宽带` varchar(200) DEFAULT NULL, `ITEM_集团V网` varchar(200) DEFAULT NULL, `ITEM_彩铃彩印` varchar(200) DEFAULT NULL, `ITEM_其他需求` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_导出导入数据` -- LOCK TABLES `tlk_导出导入数据` WRITE; /*!40000 ALTER TABLE `tlk_导出导入数据` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_导出导入数据` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_左右选择_基础` -- DROP TABLE IF EXISTS `tlk_左右选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_左右选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_左右选择_基础` -- LOCK TABLES `tlk_左右选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_左右选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_左右选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_左右选择_校验` -- DROP TABLE IF EXISTS `tlk_左右选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_左右选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_手机号校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_左右选择_校验` -- LOCK TABLES `tlk_左右选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_左右选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_左右选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_市局督办` -- DROP TABLE IF EXISTS `tlk_市局督办`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_市局督办` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_任务名称` varchar(200) DEFAULT NULL, `ITEM_分派任务计数` decimal(22,10) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_市局督办` -- LOCK TABLES `tlk_市局督办` WRITE; /*!40000 ALTER TABLE `tlk_市局督办` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_市局督办` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_市局督办明细` -- DROP TABLE IF EXISTS `tlk_市局督办明细`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_市局督办明细` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_任务编码` varchar(200) DEFAULT NULL, `ITEM_任务名称` varchar(200) DEFAULT NULL, `ITEM_办理人` longtext, `ITEM_完成详情` longtext, `ITEM_评价` varchar(200) DEFAULT NULL, `ITEM_是否退回` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_市局督办明细` -- LOCK TABLES `tlk_市局督办明细` WRITE; /*!40000 ALTER TABLE `tlk_市局督办明细` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_市局督办明细` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_布局_水印` -- DROP TABLE IF EXISTS `tlk_布局_水印`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_布局_水印` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_布局_水印` -- LOCK TABLES `tlk_布局_水印` WRITE; /*!40000 ALTER TABLE `tlk_布局_水印` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_布局_水印` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_并行流程_默认不选中` -- DROP TABLE IF EXISTS `tlk_并行流程_默认不选中`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_并行流程_默认不选中` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_功能名称` varchar(200) DEFAULT NULL, `ITEM_类型` varchar(200) DEFAULT NULL, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_功能定义` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_并行流程_默认不选中` -- LOCK TABLES `tlk_并行流程_默认不选中` WRITE; /*!40000 ALTER TABLE `tlk_并行流程_默认不选中` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_并行流程_默认不选中` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_并行流程_默认选中` -- DROP TABLE IF EXISTS `tlk_并行流程_默认选中`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_并行流程_默认选中` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_功能名称` varchar(200) DEFAULT NULL, `ITEM_类型` varchar(200) DEFAULT NULL, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_功能定义` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_并行流程_默认选中` -- LOCK TABLES `tlk_并行流程_默认选中` WRITE; /*!40000 ALTER TABLE `tlk_并行流程_默认选中` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_并行流程_默认选中` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_并行流程_默认选中且锁定` -- DROP TABLE IF EXISTS `tlk_并行流程_默认选中且锁定`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_并行流程_默认选中且锁定` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_功能名称` varchar(200) DEFAULT NULL, `ITEM_类型` varchar(200) DEFAULT NULL, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_功能定义` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_并行流程_默认选中且锁定` -- LOCK TABLES `tlk_并行流程_默认选中且锁定` WRITE; /*!40000 ALTER TABLE `tlk_并行流程_默认选中且锁定` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_并行流程_默认选中且锁定` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_微信录音_基础` -- DROP TABLE IF EXISTS `tlk_微信录音_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_微信录音_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机可用_是` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_微信录音_基础` -- LOCK TABLES `tlk_微信录音_基础` WRITE; /*!40000 ALTER TABLE `tlk_微信录音_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_微信录音_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_微信gps定位_基础` -- DROP TABLE IF EXISTS `tlk_微信gps定位_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_微信gps定位_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_GPS定位_名称` varchar(200) DEFAULT NULL, `ITEM_GPS定位_描述` varchar(200) DEFAULT NULL, `ITEM_GPS定位_隐藏时显示值` varchar(200) DEFAULT NULL, `ITEM_GPS定位_打印隐藏时显示值` varchar(200) DEFAULT NULL, `ITEM_刷新` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_微信gps定位_基础` -- LOCK TABLES `tlk_微信gps定位_基础` WRITE; /*!40000 ALTER TABLE `tlk_微信gps定位_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_微信gps定位_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_抄送审批人` -- DROP TABLE IF EXISTS `tlk_抄送审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_抄送审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_抄送审批人` -- LOCK TABLES `tlk_抄送审批人` WRITE; /*!40000 ALTER TABLE `tlk_抄送审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_抄送审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_抄送时触发通知` -- DROP TABLE IF EXISTS `tlk_抄送时触发通知`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_抄送时触发通知` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_抄送时触发通知` -- LOCK TABLES `tlk_抄送时触发通知` WRITE; /*!40000 ALTER TABLE `tlk_抄送时触发通知` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_抄送时触发通知` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_折叠测试` -- DROP TABLE IF EXISTS `tlk_折叠测试`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_折叠测试` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_单行文本一` varchar(200) DEFAULT NULL, `ITEM_多行文本二` longtext, `ITEM_数字金额` decimal(22,10) DEFAULT NULL, `ITEM_日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_折叠测试` -- LOCK TABLES `tlk_折叠测试` WRITE; /*!40000 ALTER TABLE `tlk_折叠测试` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_折叠测试` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_折叠表单` -- DROP TABLE IF EXISTS `tlk_折叠表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_折叠表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_单行文本一` varchar(200) DEFAULT NULL, `ITEM_多行文本二` longtext, `ITEM_数字金额` decimal(22,10) DEFAULT NULL, `ITEM_日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_折叠表单` -- LOCK TABLES `tlk_折叠表单` WRITE; /*!40000 ALTER TABLE `tlk_折叠表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_折叠表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_折叠视图_新表单` -- DROP TABLE IF EXISTS `tlk_折叠视图_新表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_折叠视图_新表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_所属类型` varchar(200) DEFAULT NULL, `ITEM_所用比例` varchar(200) DEFAULT NULL, `ITEM_注意事项` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_折叠视图_新表单` -- LOCK TABLES `tlk_折叠视图_新表单` WRITE; /*!40000 ALTER TABLE `tlk_折叠视图_新表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_折叠视图_新表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_报表示例` -- DROP TABLE IF EXISTS `tlk_报表示例`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_报表示例` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_所属公司` varchar(200) DEFAULT NULL, `ITEM_代收公司` varchar(200) DEFAULT NULL, `ITEM_类型` varchar(200) DEFAULT NULL, `ITEM_金额` varchar(200) DEFAULT NULL, `ITEM_代收` varchar(200) DEFAULT NULL, `ITEM_代付` varchar(200) DEFAULT NULL, `ITEM_合计` varchar(200) DEFAULT NULL, `ITEM_总合计` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_报表示例` -- LOCK TABLES `tlk_报表示例` WRITE; /*!40000 ALTER TABLE `tlk_报表示例` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_报表示例` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_挂起_可挂起` -- DROP TABLE IF EXISTS `tlk_挂起_可挂起`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_挂起_可挂起` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_挂起_可挂起` -- LOCK TABLES `tlk_挂起_可挂起` WRITE; /*!40000 ALTER TABLE `tlk_挂起_可挂起` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_挂起_可挂起` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_挂起_脚本` -- DROP TABLE IF EXISTS `tlk_挂起_脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_挂起_脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_挂起_脚本` -- LOCK TABLES `tlk_挂起_脚本` WRITE; /*!40000 ALTER TABLE `tlk_挂起_脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_挂起_脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_指定审批人` -- DROP TABLE IF EXISTS `tlk_指定审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_指定审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_指定审批人` -- LOCK TABLES `tlk_指定审批人` WRITE; /*!40000 ALTER TABLE `tlk_指定审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_指定审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_指定抄送审批人` -- DROP TABLE IF EXISTS `tlk_指定抄送审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_指定抄送审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_指定抄送审批人` -- LOCK TABLES `tlk_指定抄送审批人` WRITE; /*!40000 ALTER TABLE `tlk_指定抄送审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_指定抄送审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_按钮_动作` -- DROP TABLE IF EXISTS `tlk_按钮_动作`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_按钮_动作` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_意见` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_按钮_动作` -- LOCK TABLES `tlk_按钮_动作` WRITE; /*!40000 ALTER TABLE `tlk_按钮_动作` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_按钮_动作` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_按钮_基础` -- DROP TABLE IF EXISTS `tlk_按钮_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_按钮_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_计数` decimal(22,10) DEFAULT NULL, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_按钮_基础` -- LOCK TABLES `tlk_按钮_基础` WRITE; /*!40000 ALTER TABLE `tlk_按钮_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_按钮_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交时触发通知_接收对象_当前节点原处理人` -- DROP TABLE IF EXISTS `tlk_提交时触发通知_接收对象_当前节点原处理人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交时触发通知_接收对象_当前节点原处理人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交时触发通知_接收对象_当前节点原处理人` -- LOCK TABLES `tlk_提交时触发通知_接收对象_当前节点原处理人` WRITE; /*!40000 ALTER TABLE `tlk_提交时触发通知_接收对象_当前节点原处理人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交时触发通知_接收对象_当前节点原处理人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交时触发通知_接收对象_表单创建人` -- DROP TABLE IF EXISTS `tlk_提交时触发通知_接收对象_表单创建人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交时触发通知_接收对象_表单创建人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交时触发通知_接收对象_表单创建人` -- LOCK TABLES `tlk_提交时触发通知_接收对象_表单创建人` WRITE; /*!40000 ALTER TABLE `tlk_提交时触发通知_接收对象_表单创建人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交时触发通知_接收对象_表单创建人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者自己_自己` -- DROP TABLE IF EXISTS `tlk_提交者自己_自己`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者自己_自己` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者自己_自己` -- LOCK TABLES `tlk_提交者自己_自己` WRITE; /*!40000 ALTER TABLE `tlk_提交者自己_自己` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者自己_自己` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_所有上级用户` -- DROP TABLE IF EXISTS `tlk_提交者_所有上级用户`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_所有上级用户` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_所有上级用户` -- LOCK TABLES `tlk_提交者_所有上级用户` WRITE; /*!40000 ALTER TABLE `tlk_提交者_所有上级用户` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_所有上级用户` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_所有上级部门` -- DROP TABLE IF EXISTS `tlk_提交者_所有上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_所有上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_所有上级部门` -- LOCK TABLES `tlk_提交者_所有上级部门` WRITE; /*!40000 ALTER TABLE `tlk_提交者_所有上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_所有上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_所有下级用户` -- DROP TABLE IF EXISTS `tlk_提交者_所有下级用户`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_所有下级用户` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_所有下级用户` -- LOCK TABLES `tlk_提交者_所有下级用户` WRITE; /*!40000 ALTER TABLE `tlk_提交者_所有下级用户` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_所有下级用户` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_所有下级部门` -- DROP TABLE IF EXISTS `tlk_提交者_所有下级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_所有下级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_所有下级部门` -- LOCK TABLES `tlk_提交者_所有下级部门` WRITE; /*!40000 ALTER TABLE `tlk_提交者_所有下级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_所有下级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_直属上级部门` -- DROP TABLE IF EXISTS `tlk_提交者_直属上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_直属上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_直属上级部门` -- LOCK TABLES `tlk_提交者_直属上级部门` WRITE; /*!40000 ALTER TABLE `tlk_提交者_直属上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_直属上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_直属下级部门` -- DROP TABLE IF EXISTS `tlk_提交者_直属下级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_直属下级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_直属下级部门` -- LOCK TABLES `tlk_提交者_直属下级部门` WRITE; /*!40000 ALTER TABLE `tlk_提交者_直属下级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_直属下级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_提交者_默认部门` -- DROP TABLE IF EXISTS `tlk_提交者_默认部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_提交者_默认部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_提交者_默认部门` -- LOCK TABLES `tlk_提交者_默认部门` WRITE; /*!40000 ALTER TABLE `tlk_提交者_默认部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_提交者_默认部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_搜索提示_基础` -- DROP TABLE IF EXISTS `tlk_搜索提示_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_搜索提示_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_只读` varchar(200) DEFAULT NULL, `ITEM_显示_隐藏` varchar(200) DEFAULT NULL, `ITEM_本地静态数据` varchar(200) DEFAULT NULL, `ITEM_本地keyword` varchar(200) DEFAULT NULL, `ITEM_服务器动态查询` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_显示样式` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_搜索提示_基础` -- LOCK TABLES `tlk_搜索提示_基础` WRITE; /*!40000 ALTER TABLE `tlk_搜索提示_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_搜索提示_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_搜索提示_校验` -- DROP TABLE IF EXISTS `tlk_搜索提示_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_搜索提示_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_校验_手机号` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_是否通过` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_搜索提示_校验` -- LOCK TABLES `tlk_搜索提示_校验` WRITE; /*!40000 ALTER TABLE `tlk_搜索提示_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_搜索提示_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_操作按钮表单` -- DROP TABLE IF EXISTS `tlk_操作按钮表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_操作按钮表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_操作按钮表单` -- LOCK TABLES `tlk_操作按钮表单` WRITE; /*!40000 ALTER TABLE `tlk_操作按钮表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_操作按钮表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_操作按钮_树形表单` -- DROP TABLE IF EXISTS `tlk_操作按钮_树形表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_操作按钮_树形表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_父节点编号` varchar(200) DEFAULT NULL, `ITEM_本节点编号` varchar(200) DEFAULT NULL, `ITEM_本节点名称` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_操作按钮_树形表单` -- LOCK TABLES `tlk_操作按钮_树形表单` WRITE; /*!40000 ALTER TABLE `tlk_操作按钮_树形表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_操作按钮_树形表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_数据表单` -- DROP TABLE IF EXISTS `tlk_数据表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_数据表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_数据表单` -- LOCK TABLES `tlk_数据表单` WRITE; /*!40000 ALTER TABLE `tlk_数据表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_数据表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_文件上传_校验` -- DROP TABLE IF EXISTS `tlk_文件上传_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_文件上传_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` longtext, `ITEM_自定义校验` longtext, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_文件上传_校验` -- LOCK TABLES `tlk_文件上传_校验` WRITE; /*!40000 ALTER TABLE `tlk_文件上传_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_文件上传_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_文本上传_基础` -- DROP TABLE IF EXISTS `tlk_文本上传_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_文本上传_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_默认文件大小` longtext, `ITEM_限制大小_1M` longtext, `ITEM_限制大小_11M` longtext, `ITEM_文件类型_所有` longtext, `ITEM_文件类型_xls` longtext, `ITEM_默认上传数量` longtext, `ITEM_上传数量_1` longtext, `ITEM_上传数量_11` longtext, `ITEM_默认路径` longtext, `ITEM_指定路径` longtext, `ITEM_选择插件_无` longtext, `ITEM_选择插件_软航` longtext, `ITEM_计数` decimal(22,10) DEFAULT NULL, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_手机可用_否` longtext, `ITEM_预览时可编辑_否` longtext, `ITEM_预览时可编辑_是` longtext, `ITEM_预览时水印` longtext, `ITEM_下载时水印` longtext, `ITEM_打印时水印` longtext, `ITEM_全水印` longtext, `ITEM_文件排序_是` longtext, `ITEM_文件排序_否` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true_显示样式` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读条件_true_仅显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_文本上传_基础` -- LOCK TABLES `tlk_文本上传_基础` WRITE; /*!40000 ALTER TABLE `tlk_文本上传_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_文本上传_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新下拉框_即时校验` -- DROP TABLE IF EXISTS `tlk_新下拉框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新下拉框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号码即时校验` varchar(200) DEFAULT NULL, `ITEM_非空即时校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一即时校验` varchar(200) DEFAULT NULL, `ITEM_邮箱即时校验` varchar(200) DEFAULT NULL, `ITEM_身份证即时校验` varchar(200) DEFAULT NULL, `ITEM_自定义即时校验` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新下拉框_即时校验` -- LOCK TABLES `tlk_新下拉框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_新下拉框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新下拉框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新下拉框_基础` -- DROP TABLE IF EXISTS `tlk_新下拉框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新下拉框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机端_水平布局` varchar(200) DEFAULT NULL, `ITEM_手机端_垂直布局` varchar(200) DEFAULT NULL, `ITEM_普通` varchar(200) DEFAULT NULL, `ITEM_只读` varchar(200) DEFAULT NULL, `ITEM_隐藏` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_多选` varchar(200) DEFAULT NULL, `ITEM_隐藏时显示值` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏显示值` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true` varchar(200) DEFAULT NULL, `ITEM_只读时显示样式` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新下拉框_基础` -- LOCK TABLES `tlk_新下拉框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新下拉框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新下拉框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新下拉框_校验` -- DROP TABLE IF EXISTS `tlk_新下拉框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新下拉框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_电话或手机号码校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新下拉框_校验` -- LOCK TABLES `tlk_新下拉框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新下拉框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新下拉框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新下拉框_联动` -- DROP TABLE IF EXISTS `tlk_新下拉框_联动`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新下拉框_联动` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_a下拉框` varchar(200) DEFAULT NULL, `ITEM_b下拉框` varchar(200) DEFAULT NULL, `ITEM_c文本框` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新下拉框_联动` -- LOCK TABLES `tlk_新下拉框_联动` WRITE; /*!40000 ALTER TABLE `tlk_新下拉框_联动` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新下拉框_联动` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新二维码_基础` -- DROP TABLE IF EXISTS `tlk_新二维码_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新二维码_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新二维码_基础` -- LOCK TABLES `tlk_新二维码_基础` WRITE; /*!40000 ALTER TABLE `tlk_新二维码_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新二维码_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_列宽` -- DROP TABLE IF EXISTS `tlk_新包含元素_列宽`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_列宽` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_数量` varchar(200) DEFAULT NULL, `ITEM_规格` varchar(200) DEFAULT NULL, `ITEM_单价` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_列宽` -- LOCK TABLES `tlk_新包含元素_列宽` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_列宽` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_列宽` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_列宽主表` -- DROP TABLE IF EXISTS `tlk_新包含元素_列宽主表`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_列宽主表` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_列宽主表` -- LOCK TABLES `tlk_新包含元素_列宽主表` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_列宽主表` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_列宽主表` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_列操作按钮` -- DROP TABLE IF EXISTS `tlk_新包含元素_列操作按钮`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_列操作按钮` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_数量` varchar(200) DEFAULT NULL, `ITEM_规模` varchar(200) DEFAULT NULL, `ITEM_价格` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_列操作按钮` -- LOCK TABLES `tlk_新包含元素_列操作按钮` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_列操作按钮` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_列操作按钮` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_刷新重计算` -- DROP TABLE IF EXISTS `tlk_新包含元素_刷新重计算`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_刷新重计算` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ITEM_当前页_刷新` varchar(200) DEFAULT NULL, `ITEM_新标签页_刷新` varchar(200) DEFAULT NULL, `ITEM_弹出层_刷新` varchar(200) DEFAULT NULL, `ITEM_网格视图_刷新` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_刷新重计算` -- LOCK TABLES `tlk_新包含元素_刷新重计算` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_刷新重计算` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_刷新重计算` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_基础` -- DROP TABLE IF EXISTS `tlk_新包含元素_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` longtext, `ITEM_布局_垂直` longtext, `ITEM_刷新` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_手机可用_否` longtext, `ITEM_调查控件_描述` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_打印时隐藏显示值` longtext, `ITEM_只读` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_基础` -- LOCK TABLES `tlk_新包含元素_基础` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_总计小计` -- DROP TABLE IF EXISTS `tlk_新包含元素_总计小计`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_总计小计` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_刷新` varchar(200) DEFAULT NULL, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_总计小计` -- LOCK TABLES `tlk_新包含元素_总计小计` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_总计小计` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_总计小计` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_打开类型` -- DROP TABLE IF EXISTS `tlk_新包含元素_打开类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_打开类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_打开类型` -- LOCK TABLES `tlk_新包含元素_打开类型` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_打开类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_打开类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_选项卡` -- DROP TABLE IF EXISTS `tlk_新包含元素_选项卡`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_选项卡` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_选项卡` -- LOCK TABLES `tlk_新包含元素_选项卡` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_选项卡` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_选项卡` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新包含元素_高度设置` -- DROP TABLE IF EXISTS `tlk_新包含元素_高度设置`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新包含元素_高度设置` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新包含元素_高度设置` -- LOCK TABLES `tlk_新包含元素_高度设置` WRITE; /*!40000 ALTER TABLE `tlk_新包含元素_高度设置` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新包含元素_高度设置` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新单行文本框_即时校验` -- DROP TABLE IF EXISTS `tlk_新单行文本框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新单行文本框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号校验_即时` varchar(200) DEFAULT NULL, `ITEM_非空校验_即时校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一_即时校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验_即时校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验_即时校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验_即时校验` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新单行文本框_即时校验` -- LOCK TABLES `tlk_新单行文本框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_新单行文本框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新单行文本框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新单行文本框_基础` -- DROP TABLE IF EXISTS `tlk_新单行文本框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新单行文本框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机端_水平布局` varchar(200) DEFAULT NULL, `ITEM_手机端_垂直布局` varchar(200) DEFAULT NULL, `ITEM_宽度设置_800px` varchar(200) DEFAULT NULL, `ITEM_文本` varchar(200) DEFAULT NULL, `ITEM_数字_格式` decimal(22,10) DEFAULT NULL, `ITEM_数字` decimal(22,10) DEFAULT NULL, `ITEM_数字_不填默认值为空` decimal(22,10) DEFAULT NULL, `ITEM_普通` varchar(200) DEFAULT NULL, `ITEM_手机` varchar(200) DEFAULT NULL, `ITEM_密码` varchar(200) DEFAULT NULL, `ITEM_隐藏` varchar(200) DEFAULT NULL, `ITEM_只读_仅显示值` varchar(200) DEFAULT NULL, `ITEM_只读_显示样式` varchar(200) DEFAULT NULL, `ITEM_Tab切换` varchar(200) DEFAULT NULL, `ITEM_Tab_Enter切换` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_是` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_describe` varchar(200) DEFAULT NULL, `ITEM_值设计01` decimal(22,10) DEFAULT NULL, `ITEM_值设计02` decimal(22,10) DEFAULT NULL, `ITEM_值设计_和` varchar(200) DEFAULT NULL, `ITEM_值脚本` varchar(200) DEFAULT NULL, `ITEM_值_仅创建时计算` varchar(200) DEFAULT NULL, `ITEM_隐藏条件` varchar(200) DEFAULT NULL, `ITEM_隐藏时显示值` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏显示值` varchar(200) DEFAULT NULL, `ITEM_只读条件_仅显示值` varchar(200) DEFAULT NULL, `ITEM_只读条件_显示样式` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新单行文本框_基础` -- LOCK TABLES `tlk_新单行文本框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新单行文本框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新单行文本框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新单行文本框_校验` -- DROP TABLE IF EXISTS `tlk_新单行文本框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新单行文本框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号电话校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一性校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新单行文本框_校验` -- LOCK TABLES `tlk_新单行文本框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新单行文本框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新单行文本框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新单选框_即时校验` -- DROP TABLE IF EXISTS `tlk_新单选框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新单选框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号电话即时校验` varchar(200) DEFAULT NULL, `ITEM_非空即时校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一即时校验` varchar(200) DEFAULT NULL, `ITEM_邮箱即时校验` varchar(200) DEFAULT NULL, `ITEM_身份证即时校验` varchar(200) DEFAULT NULL, `ITEM_自定义即时校验` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新单选框_即时校验` -- LOCK TABLES `tlk_新单选框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_新单选框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新单选框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新单选框_基础` -- DROP TABLE IF EXISTS `tlk_新单选框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新单选框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` varchar(200) DEFAULT NULL, `ITEM_布局_垂直` varchar(200) DEFAULT NULL, `ITEM_普通` varchar(200) DEFAULT NULL, `ITEM_只读` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_true` varchar(200) DEFAULT NULL, `ITEM_手机可用_false` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新单选框_基础` -- LOCK TABLES `tlk_新单选框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新单选框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新单选框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新单选框_校验` -- DROP TABLE IF EXISTS `tlk_新单选框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新单选框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号电话校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新单选框_校验` -- LOCK TABLES `tlk_新单选框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新单选框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新单选框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新图片上传_基础` -- DROP TABLE IF EXISTS `tlk_新图片上传_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新图片上传_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_默认100x100` longtext, `ITEM_自定义200x200` longtext, `ITEM_默认无限制` longtext, `ITEM_限制1M` longtext, `ITEM_默认上传数量10` longtext, `ITEM_上传数量1` longtext, `ITEM_上传数量11` longtext, `ITEM_默认路径` longtext, `ITEM_自定义路径_new_photo` longtext, `ITEM_全局刷新_计数` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_控制显示隐藏` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_true__隐藏时显示值` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true_打印隐藏时显示值` longtext, `ITEM_打印时隐藏条件_false` longtext, `ITEM_只读条件_true__只读时显示样式` longtext, `ITEM_只读条件_true__只读时仅显示值` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新图片上传_基础` -- LOCK TABLES `tlk_新图片上传_基础` WRITE; /*!40000 ALTER TABLE `tlk_新图片上传_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新图片上传_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新在线拍照_基础` -- DROP TABLE IF EXISTS `tlk_新在线拍照_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新在线拍照_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_在线拍照1` longtext, `ITEM_在线拍照14` longtext, `ITEM_在线拍照16` longtext, `ITEM_控制显示隐藏` varchar(200) DEFAULT NULL, `ITEM_在线拍照18` longtext, `ITEM_在线拍照70` longtext, `ITEM_在线拍照71` longtext, `ITEM_在线拍照73` longtext, `ITEM_在线拍照74` longtext, `ITEM_在线拍照76` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新在线拍照_基础` -- LOCK TABLES `tlk_新在线拍照_基础` WRITE; /*!40000 ALTER TABLE `tlk_新在线拍照_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新在线拍照_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新地图_arcgis` -- DROP TABLE IF EXISTS `tlk_新地图_arcgis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新地图_arcgis` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_默认` longtext, `ITEM_弹出窗口` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏显示值` longtext, `ITEM_打印时隐藏_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新地图_arcgis` -- LOCK TABLES `tlk_新地图_arcgis` WRITE; /*!40000 ALTER TABLE `tlk_新地图_arcgis` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新地图_arcgis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新复选框_即时校验` -- DROP TABLE IF EXISTS `tlk_新复选框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新复选框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号电话即时校验` longtext, `ITEM_非空即时校验` longtext, `ITEM_数据唯一即时校验` longtext, `ITEM_邮箱即时校验` longtext, `ITEM_身份证即时校验` longtext, `ITEM_自定义即时校验` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新复选框_即时校验` -- LOCK TABLES `tlk_新复选框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_新复选框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新复选框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新复选框_基础` -- DROP TABLE IF EXISTS `tlk_新复选框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新复选框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` longtext, `ITEM_布局_垂直` longtext, `ITEM_显示_普通` longtext, `ITEM_显示_只读` longtext, `ITEM_全局刷新` longtext, `ITEM_重计算` longtext, `ITEM_局部刷新` longtext, `ITEM_局部刷新_重计算` longtext, `ITEM_手机可用_true` longtext, `ITEM_手机可用_false` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新复选框_基础` -- LOCK TABLES `tlk_新复选框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新复选框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新复选框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新复选框_校验` -- DROP TABLE IF EXISTS `tlk_新复选框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新复选框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号电话校验` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_邮箱校验` longtext, `ITEM_身份证校验` longtext, `ITEM_自定义校验` longtext, `ITEM_必填项` longtext, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新复选框_校验` -- LOCK TABLES `tlk_新复选框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新复选框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新复选框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新多行文本框_即时校验` -- DROP TABLE IF EXISTS `tlk_新多行文本框_即时校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新多行文本框_即时校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号或电话_即时检验` longtext, `ITEM_非空检验_即时检验` longtext, `ITEM_数据唯一校验_即时检验` longtext, `ITEM_邮箱校验_即时检验` longtext, `ITEM_身份证校验_即时检验` longtext, `ITEM_自定义校验_即时检验` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新多行文本框_即时校验` -- LOCK TABLES `tlk_新多行文本框_即时校验` WRITE; /*!40000 ALTER TABLE `tlk_新多行文本框_即时校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新多行文本框_即时校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新多行文本框_基础` -- DROP TABLE IF EXISTS `tlk_新多行文本框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新多行文本框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机端_水平布局` longtext, `ITEM_手机端_垂直布局` longtext, `ITEM_高度设置_50px` longtext, `ITEM_只读_仅显示值` longtext, `ITEM_只读_显示样式` longtext, `ITEM_全局刷新` longtext, `ITEM_全局刷新_重计算` longtext, `ITEM_局部刷新` longtext, `ITEM_局部刷新_重计算` longtext, `ITEM_手机可用_是` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_打印时隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true` longtext, `ITEM_打印时隐藏条件显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新多行文本框_基础` -- LOCK TABLES `tlk_新多行文本框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新多行文本框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新多行文本框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新多行文本框_校验` -- DROP TABLE IF EXISTS `tlk_新多行文本框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新多行文本框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号或电话校验` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_邮箱校验` longtext, `ITEM_身份证校验` longtext, `ITEM_自定义校验脚本` longtext, `ITEM_是否通过` longtext, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新多行文本框_校验` -- LOCK TABLES `tlk_新多行文本框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新多行文本框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新多行文本框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新左右选择_基础` -- DROP TABLE IF EXISTS `tlk_新左右选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新左右选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新左右选择_基础` -- LOCK TABLES `tlk_新左右选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_新左右选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新左右选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新左右选择_校验` -- DROP TABLE IF EXISTS `tlk_新左右选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新左右选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_手机号电话校验` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新左右选择_校验` -- LOCK TABLES `tlk_新左右选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_新左右选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新左右选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新微信录音控件_基础` -- DROP TABLE IF EXISTS `tlk_新微信录音控件_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新微信录音控件_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机不可用` longtext, `ITEM_微信录音` longtext, `ITEM_隐藏条件true` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_打印时隐藏true` longtext, `ITEM_打印隐藏时显示值` longtext, `ITEM_只读true` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新微信录音控件_基础` -- LOCK TABLES `tlk_新微信录音控件_基础` WRITE; /*!40000 ALTER TABLE `tlk_新微信录音控件_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新微信录音控件_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新按钮_动作` -- DROP TABLE IF EXISTS `tlk_新按钮_动作`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新按钮_动作` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新按钮_动作` -- LOCK TABLES `tlk_新按钮_动作` WRITE; /*!40000 ALTER TABLE `tlk_新按钮_动作` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新按钮_动作` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新按钮_基础` -- DROP TABLE IF EXISTS `tlk_新按钮_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新按钮_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新按钮_基础` -- LOCK TABLES `tlk_新按钮_基础` WRITE; /*!40000 ALTER TABLE `tlk_新按钮_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新按钮_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新文件上传_基础` -- DROP TABLE IF EXISTS `tlk_新文件上传_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新文件上传_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` longtext, `ITEM_布局_垂直` longtext, `ITEM_默认10M` longtext, `ITEM_限制单个文件上传大小1M` longtext, `ITEM_限制单个文件上传大小11M` longtext, `ITEM_所有类型` longtext, `ITEM_xls` longtext, `ITEM_doc` longtext, `ITEM_ppt` longtext, `ITEM_默认上传数量10` longtext, `ITEM_上传数量1` longtext, `ITEM_上传数量11` longtext, `ITEM_默认路径` longtext, `ITEM_自定义路径` longtext, `ITEM_计数` varchar(200) DEFAULT NULL, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_控件显示隐藏` longtext, `ITEM_手机可用_否` longtext, `ITEM_预览时可编辑_否` longtext, `ITEM_预览时可编辑_是` longtext, `ITEM_下载时水印` longtext, `ITEM_打印时水印` longtext, `ITEM_全部水印` longtext, `ITEM_文件排序_否` longtext, `ITEM_文件排序_是` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏显示值` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读时显示样式` longtext, `ITEM_预览时水印` longtext, `ITEM_文件上传刷新` longtext, `ITEM_显示文件大小` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新文件上传_基础` -- LOCK TABLES `tlk_新文件上传_基础` WRITE; /*!40000 ALTER TABLE `tlk_新文件上传_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新文件上传_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新文件上传_校验` -- DROP TABLE IF EXISTS `tlk_新文件上传_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新文件上传_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` longtext, `ITEM_自定义校验` longtext, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新文件上传_校验` -- LOCK TABLES `tlk_新文件上传_校验` WRITE; /*!40000 ALTER TABLE `tlk_新文件上传_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新文件上传_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新日期选择框_基础` -- DROP TABLE IF EXISTS `tlk_新日期选择框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新日期选择框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` datetime DEFAULT NULL, `ITEM_布局_垂直` datetime DEFAULT NULL, `ITEM_普通` datetime DEFAULT NULL, `ITEM_只读` datetime DEFAULT NULL, `ITEM_隐藏` datetime DEFAULT NULL, `ITEM_格式_年` datetime DEFAULT NULL, `ITEM_格式_年月` datetime DEFAULT NULL, `ITEM_格式_年月日` datetime DEFAULT NULL, `ITEM_格式_年月日时分` datetime DEFAULT NULL, `ITEM_格式_年月日时分秒` datetime DEFAULT NULL, `ITEM_日期选择框357` datetime DEFAULT NULL, `ITEM_日期选择框358` datetime DEFAULT NULL, `ITEM_全局刷新` datetime DEFAULT NULL, `ITEM_全局刷新_重计算` datetime DEFAULT NULL, `ITEM_局部刷新` datetime DEFAULT NULL, `ITEM_局部刷新_重计算` datetime DEFAULT NULL, `ITEM_手机可用_true` datetime DEFAULT NULL, `ITEM_手机可用_false` datetime DEFAULT NULL, `ITEM_隐藏条件_true` datetime DEFAULT NULL, `ITEM_隐藏条件_false` datetime DEFAULT NULL, `ITEM_打印时隐藏_true` datetime DEFAULT NULL, `ITEM_打印时隐藏_false` datetime DEFAULT NULL, `ITEM_只读_true_显示样式` datetime DEFAULT NULL, `ITEM_只读_true_仅显示值` datetime DEFAULT NULL, `ITEM_只读_false` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新日期选择框_基础` -- LOCK TABLES `tlk_新日期选择框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新日期选择框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新日期选择框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新日期选择框_校验` -- DROP TABLE IF EXISTS `tlk_新日期选择框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新日期选择框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` datetime DEFAULT NULL, `ITEM_非空即时校验` datetime DEFAULT NULL, `ITEM_数据唯一校验` datetime DEFAULT NULL, `ITEM_数据唯一即时校验` datetime DEFAULT NULL, `ITEM_自定义校验` datetime DEFAULT NULL, `ITEM_自定义即时校验` datetime DEFAULT NULL, `ITEM_必填项` datetime DEFAULT NULL, `ITEM_隐藏控件` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新日期选择框_校验` -- LOCK TABLES `tlk_新日期选择框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新日期选择框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新日期选择框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新智能搜索提示框_校验` -- DROP TABLE IF EXISTS `tlk_新智能搜索提示框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新智能搜索提示框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机号电话校验` varchar(200) DEFAULT NULL, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一性` varchar(200) DEFAULT NULL, `ITEM_邮箱校验` varchar(200) DEFAULT NULL, `ITEM_身份证校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新智能搜索提示框_校验` -- LOCK TABLES `tlk_新智能搜索提示框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新智能搜索提示框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新智能搜索提示框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新智能搜索框_基础` -- DROP TABLE IF EXISTS `tlk_新智能搜索框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新智能搜索框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机端_水平布局` varchar(200) DEFAULT NULL, `ITEM_手机端_垂直布局` varchar(200) DEFAULT NULL, `ITEM_普通` varchar(200) DEFAULT NULL, `ITEM_隐藏` varchar(200) DEFAULT NULL, `ITEM_只读_显示样式` varchar(200) DEFAULT NULL, `ITEM_只读_仅显示值` varchar(200) DEFAULT NULL, `ITEM_本地静态数据` varchar(200) DEFAULT NULL, `ITEM_本地静态数据_keyword` varchar(200) DEFAULT NULL, `ITEM_服务器动态查询` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_是` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_智能搜索框描述` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true__隐藏时显示值` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏显示值` varchar(200) DEFAULT NULL, `ITEM_只读条件_仅显示值` varchar(200) DEFAULT NULL, `ITEM_只读条件_显示样式` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新智能搜索框_基础` -- LOCK TABLES `tlk_新智能搜索框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新智能搜索框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新智能搜索框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新树形部门选择框_基础` -- DROP TABLE IF EXISTS `tlk_新树形部门选择框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新树形部门选择框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_手机端水平布局显示` longtext, `ITEM_手机端垂直布局显示` longtext, `ITEM_显示_普通` longtext, `ITEM_显示_只读` longtext, `ITEM_显示_只读仅显示值` longtext, `ITEM_显示_隐藏` longtext, `ITEM_最多可选3项` longtext, `ITEM_全局刷新` longtext, `ITEM_全局刷新_重计算` longtext, `ITEM_局部刷新` longtext, `ITEM_局部刷新_重计算` longtext, `ITEM_手机可用_是` longtext, `ITEM_手机可用_否` longtext, `ITEM_树形部门描述` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印隐藏时显示值` longtext, `ITEM_只读_true` longtext, `ITEM_只读true_只读时仅显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新树形部门选择框_基础` -- LOCK TABLES `tlk_新树形部门选择框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新树形部门选择框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新树形部门选择框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新树形部门选择框_校验` -- DROP TABLE IF EXISTS `tlk_新树形部门选择框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新树形部门选择框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一性校验` longtext, `ITEM_自定义校验` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新树形部门选择框_校验` -- LOCK TABLES `tlk_新树形部门选择框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新树形部门选择框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新树形部门选择框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新流程催办历史_基础` -- DROP TABLE IF EXISTS `tlk_新流程催办历史_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新流程催办历史_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_意见` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新流程催办历史_基础` -- LOCK TABLES `tlk_新流程催办历史_基础` WRITE; /*!40000 ALTER TABLE `tlk_新流程催办历史_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新流程催办历史_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新流程历史_基础` -- DROP TABLE IF EXISTS `tlk_新流程历史_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新流程历史_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_意见` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新流程历史_基础` -- LOCK TABLES `tlk_新流程历史_基础` WRITE; /*!40000 ALTER TABLE `tlk_新流程历史_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新流程历史_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新用户选择框_基础` -- DROP TABLE IF EXISTS `tlk_新用户选择框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新用户选择框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_布局_水平` longtext, `ITEM_布局_垂直` longtext, `ITEM_普通` longtext, `ITEM_只读` longtext, `ITEM_隐藏` longtext, `ITEM_单选` longtext, `ITEM_多选` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏显示值` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_手机可用_否` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新用户选择框_基础` -- LOCK TABLES `tlk_新用户选择框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新用户选择框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新用户选择框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新用户选择框_校验` -- DROP TABLE IF EXISTS `tlk_新用户选择框_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新用户选择框_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` longtext, `ITEM_非空即时校验` longtext, `ITEM_自定义校验` longtext, `ITEM_自定义即时校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_数据唯一即时校验` longtext, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新用户选择框_校验` -- LOCK TABLES `tlk_新用户选择框_校验` WRITE; /*!40000 ALTER TABLE `tlk_新用户选择框_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新用户选择框_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新视图选择框_基础` -- DROP TABLE IF EXISTS `tlk_新视图选择框_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新视图选择框_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_说明文字映射字段` varchar(200) DEFAULT NULL, `ITEM_显示大小映射字段` varchar(200) DEFAULT NULL, `ITEM_计数` varchar(200) DEFAULT NULL, `ITEM_全局刷新映射字段` varchar(200) DEFAULT NULL, `ITEM_局部刷新映射字段` varchar(200) DEFAULT NULL, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_单选模式映射字段` varchar(200) DEFAULT NULL, `ITEM_拼接模式映射字段` varchar(200) DEFAULT NULL, `ITEM_多选模式映射字段` varchar(200) DEFAULT NULL, `ITEM_树形视图映射字段` varchar(200) DEFAULT NULL, `ITEM_折叠视图映射字段` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新视图选择框_基础` -- LOCK TABLES `tlk_新视图选择框_基础` WRITE; /*!40000 ALTER TABLE `tlk_新视图选择框_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新视图选择框_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新辅助测试_包含元素` -- DROP TABLE IF EXISTS `tlk_新辅助测试_包含元素`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新辅助测试_包含元素` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_单行文本框` varchar(200) DEFAULT NULL, `ITEM_多行文本框` longtext, `ITEM_单选框` varchar(200) DEFAULT NULL, `ITEM_下拉框` varchar(200) DEFAULT NULL, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_日期选择框` datetime DEFAULT NULL, `ITEM_用户选择框` longtext, `ITEM_左右选择框` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新辅助测试_包含元素` -- LOCK TABLES `tlk_新辅助测试_包含元素` WRITE; /*!40000 ALTER TABLE `tlk_新辅助测试_包含元素` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新辅助测试_包含元素` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新辅助测试_包含元素_总计小计` -- DROP TABLE IF EXISTS `tlk_新辅助测试_包含元素_总计小计`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新辅助测试_包含元素_总计小计` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_数量` varchar(200) DEFAULT NULL, `ITEM_规格` varchar(200) DEFAULT NULL, `ITEM_价格` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新辅助测试_包含元素_总计小计` -- LOCK TABLES `tlk_新辅助测试_包含元素_总计小计` WRITE; /*!40000 ALTER TABLE `tlk_新辅助测试_包含元素_总计小计` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新辅助测试_包含元素_总计小计` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新辅助测试__刷新重计算` -- DROP TABLE IF EXISTS `tlk_新辅助测试__刷新重计算`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新辅助测试__刷新重计算` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_单价` varchar(200) DEFAULT NULL, `ITEM_数量` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新辅助测试__刷新重计算` -- LOCK TABLES `tlk_新辅助测试__刷新重计算` WRITE; /*!40000 ALTER TABLE `tlk_新辅助测试__刷新重计算` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新辅助测试__刷新重计算` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新选项卡_刷新重计算相关` -- DROP TABLE IF EXISTS `tlk_新选项卡_刷新重计算相关`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新选项卡_刷新重计算相关` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_部门` varchar(200) DEFAULT NULL, `ITEM_总额` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新选项卡_刷新重计算相关` -- LOCK TABLES `tlk_新选项卡_刷新重计算相关` WRITE; /*!40000 ALTER TABLE `tlk_新选项卡_刷新重计算相关` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新选项卡_刷新重计算相关` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新选项卡_基础` -- DROP TABLE IF EXISTS `tlk_新选项卡_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新选项卡_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_描述` longtext, `ITEM_单行文本框G` varchar(200) DEFAULT NULL, `ITEM_下拉框G` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新选项卡_基础` -- LOCK TABLES `tlk_新选项卡_基础` WRITE; /*!40000 ALTER TABLE `tlk_新选项卡_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新选项卡_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新选项卡_视图查询` -- DROP TABLE IF EXISTS `tlk_新选项卡_视图查询`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新选项卡_视图查询` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新选项卡_视图查询` -- LOCK TABLES `tlk_新选项卡_视图查询` WRITE; /*!40000 ALTER TABLE `tlk_新选项卡_视图查询` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新选项卡_视图查询` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新通用word_基础` -- DROP TABLE IF EXISTS `tlk_新通用word_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新通用word_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_通用WORD编辑器45` longtext, `ITEM_通用WORD编辑器3` longtext, `ITEM_下拉框` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true_隐藏时显示值` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true_打印隐藏时显示值` longtext, `ITEM_通用WORD编辑器65` longtext, `ITEM_打印时隐藏条件_false` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读条件_true` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新通用word_基础` -- LOCK TABLES `tlk_新通用word_基础` WRITE; /*!40000 ALTER TABLE `tlk_新通用word_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新通用word_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新部门选择_基础` -- DROP TABLE IF EXISTS `tlk_新部门选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新部门选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_普通` varchar(200) DEFAULT NULL, `ITEM_显示_只读` varchar(200) DEFAULT NULL, `ITEM_显示_隐藏` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算_不为第一级则隐藏` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算_不为第一级则隐藏` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_可选_所有部门` varchar(200) DEFAULT NULL, `ITEM_可选_一级部门` varchar(200) DEFAULT NULL, `ITEM_可选_二级部门` varchar(200) DEFAULT NULL, `ITEM_可选_三级部门` varchar(200) DEFAULT NULL, `ITEM_可选_四级部门` varchar(200) DEFAULT NULL, `ITEM_可选_五级部门` varchar(200) DEFAULT NULL, `ITEM_上级部门` varchar(200) DEFAULT NULL, `ITEM_下级部门` varchar(200) DEFAULT NULL, `ITEM_默认值_第一个选项` varchar(200) DEFAULT NULL, `ITEM_默认值_用户所属部门` varchar(200) DEFAULT NULL, `ITEM_选项_包含空值` varchar(200) DEFAULT NULL, `ITEM_选项_不包含空值` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_只读时显示样式` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_只读时仅显示值` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新部门选择_基础` -- LOCK TABLES `tlk_新部门选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_新部门选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新部门选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新部门选择_校验` -- DROP TABLE IF EXISTS `tlk_新部门选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新部门选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新部门选择_校验` -- LOCK TABLES `tlk_新部门选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_新部门选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新部门选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新_微信gps定位` -- DROP TABLE IF EXISTS `tlk_新_微信gps定位`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新_微信gps定位` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_GPS定位_名称` varchar(200) DEFAULT NULL, `ITEM_GPS定位_描述` varchar(200) DEFAULT NULL, `ITEM_GPS定位_隐藏时显示值` varchar(200) DEFAULT NULL, `ITEM_微信GPS定位22` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新_微信gps定位` -- LOCK TABLES `tlk_新_微信gps定位` WRITE; /*!40000 ALTER TABLE `tlk_新_微信gps定位` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新_微信gps定位` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新html编辑器_基础` -- DROP TABLE IF EXISTS `tlk_新html编辑器_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新html编辑器_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_HTML编辑器大小_宽1000_高300` longtext, `ITEM_手机可用_否` longtext, `ITEM_重计算文本` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true` longtext, `ITEM_打印时隐藏条件_false` longtext, `ITEM_只读_true` longtext, `ITEM_只读_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新html编辑器_基础` -- LOCK TABLES `tlk_新html编辑器_基础` WRITE; /*!40000 ALTER TABLE `tlk_新html编辑器_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新html编辑器_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_新km资料库_基础` -- DROP TABLE IF EXISTS `tlk_新km资料库_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_新km资料库_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_最大上传数量为5` longtext, `ITEM_只读时显示样式` longtext, `ITEM_只读时仅显示值` longtext, `ITEM_km资料库刷新` longtext, `ITEM_计算文件大小` varchar(200) DEFAULT NULL, `ITEM_控制是否隐藏` varchar(200) DEFAULT NULL, `ITEM_是否隐藏` longtext, `ITEM_手机不可用` longtext, `ITEM_预览时水印` longtext, `ITEM_下载时水印` longtext, `ITEM_打印时水印` longtext, `ITEM_文件排序` longtext, `ITEM_描述显示` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_自定义校验` longtext, `ITEM_非空校验_即时` longtext, `ITEM_数据唯一校验_即时` longtext, `ITEM_自定义校验_即时` longtext, `ITEM_隐藏条件为true` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_打印时隐藏true` longtext, `ITEM_打印隐藏时显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_新km资料库_基础` -- LOCK TABLES `tlk_新km资料库_基础` WRITE; /*!40000 ALTER TABLE `tlk_新km资料库_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_新km资料库_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_日期选择_基础` -- DROP TABLE IF EXISTS `tlk_日期选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_日期选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_只读` datetime DEFAULT NULL, `ITEM_显示_隐藏` datetime DEFAULT NULL, `ITEM_格式_年` datetime DEFAULT NULL, `ITEM_格式_年月` datetime DEFAULT NULL, `ITEM_格式_年月日` datetime DEFAULT NULL, `ITEM_格式_年月日时分` datetime DEFAULT NULL, `ITEM_格式_年月日时分秒` datetime DEFAULT NULL, `ITEM_格式_时分秒` datetime DEFAULT NULL, `ITEM_限制_开始时间` datetime DEFAULT NULL, `ITEM_限制_结束时间` datetime DEFAULT NULL, `ITEM_全局刷新` datetime DEFAULT NULL, `ITEM_局部刷新` datetime DEFAULT NULL, `ITEM_全局刷新_重计算` datetime DEFAULT NULL, `ITEM_局部刷新_重计算` datetime DEFAULT NULL, `ITEM_手机可用_否` datetime DEFAULT NULL, `ITEM_隐藏条件_true` datetime DEFAULT NULL, `ITEM_隐藏条件_false` datetime DEFAULT NULL, `ITEM_打印时隐藏_true` datetime DEFAULT NULL, `ITEM_打印时隐藏_false` datetime DEFAULT NULL, `ITEM_只读条件_true` datetime DEFAULT NULL, `ITEM_只读条件_true_仅显示值` datetime DEFAULT NULL, `ITEM_只读条件_false` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_日期选择_基础` -- LOCK TABLES `tlk_日期选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_日期选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_日期选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_日期选择_校验` -- DROP TABLE IF EXISTS `tlk_日期选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_日期选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` datetime DEFAULT NULL, `ITEM_数据唯一校验` datetime DEFAULT NULL, `ITEM_自定义校验` datetime DEFAULT NULL, `ITEM_必填项` datetime DEFAULT NULL, `ITEM_隐藏控件` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_日期选择_校验` -- LOCK TABLES `tlk_日期选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_日期选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_日期选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_是否可打开_false` -- DROP TABLE IF EXISTS `tlk_是否可打开_false`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_是否可打开_false` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_是否可打开_false` -- LOCK TABLES `tlk_是否可打开_false` WRITE; /*!40000 ALTER TABLE `tlk_是否可打开_false` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_是否可打开_false` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_是否可打开_true` -- DROP TABLE IF EXISTS `tlk_是否可打开_true`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_是否可打开_true` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_是否可打开_true` -- LOCK TABLES `tlk_是否可打开_true` WRITE; /*!40000 ALTER TABLE `tlk_是否可打开_true` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_是否可打开_true` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_是否可编辑_false` -- DROP TABLE IF EXISTS `tlk_是否可编辑_false`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_是否可编辑_false` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_是否可编辑_false` -- LOCK TABLES `tlk_是否可编辑_false` WRITE; /*!40000 ALTER TABLE `tlk_是否可编辑_false` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_是否可编辑_false` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_是否可编辑_true` -- DROP TABLE IF EXISTS `tlk_是否可编辑_true`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_是否可编辑_true` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_是否可编辑_true` -- LOCK TABLES `tlk_是否可编辑_true` WRITE; /*!40000 ALTER TABLE `tlk_是否可编辑_true` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_是否可编辑_true` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_所有上级用户` -- DROP TABLE IF EXISTS `tlk_最后处理人_所有上级用户`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_所有上级用户` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_所有上级用户` -- LOCK TABLES `tlk_最后处理人_所有上级用户` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_所有上级用户` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_所有上级用户` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_所有上级部门` -- DROP TABLE IF EXISTS `tlk_最后处理人_所有上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_所有上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_所有上级部门` -- LOCK TABLES `tlk_最后处理人_所有上级部门` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_所有上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_所有上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_所有下级用户` -- DROP TABLE IF EXISTS `tlk_最后处理人_所有下级用户`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_所有下级用户` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_所有下级用户` -- LOCK TABLES `tlk_最后处理人_所有下级用户` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_所有下级用户` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_所有下级用户` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_所有下级部门` -- DROP TABLE IF EXISTS `tlk_最后处理人_所有下级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_所有下级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_所有下级部门` -- LOCK TABLES `tlk_最后处理人_所有下级部门` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_所有下级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_所有下级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_直属上级部门` -- DROP TABLE IF EXISTS `tlk_最后处理人_直属上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_直属上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_直属上级部门` -- LOCK TABLES `tlk_最后处理人_直属上级部门` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_直属上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_直属上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_直属下级部门` -- DROP TABLE IF EXISTS `tlk_最后处理人_直属下级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_直属下级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_直属下级部门` -- LOCK TABLES `tlk_最后处理人_直属下级部门` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_直属下级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_直属下级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_自己` -- DROP TABLE IF EXISTS `tlk_最后处理人_自己`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_自己` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_自己` -- LOCK TABLES `tlk_最后处理人_自己` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_自己` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_自己` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_最后处理人_默认部门` -- DROP TABLE IF EXISTS `tlk_最后处理人_默认部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_最后处理人_默认部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_最后处理人_默认部门` -- LOCK TABLES `tlk_最后处理人_默认部门` WRITE; /*!40000 ALTER TABLE `tlk_最后处理人_默认部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_最后处理人_默认部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_标签页_选项卡` -- DROP TABLE IF EXISTS `tlk_标签页_选项卡`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_标签页_选项卡` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_标签页_选项卡` -- LOCK TABLES `tlk_标签页_选项卡` WRITE; /*!40000 ALTER TABLE `tlk_标签页_选项卡` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_标签页_选项卡` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_树形视图` -- DROP TABLE IF EXISTS `tlk_树形视图`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_树形视图` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_父节点编号` varchar(200) DEFAULT NULL, `ITEM_本节点编号` varchar(200) DEFAULT NULL, `ITEM_本节点名称` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_树形视图` -- LOCK TABLES `tlk_树形视图` WRITE; /*!40000 ALTER TABLE `tlk_树形视图` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_树形视图` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_树形视图链接视图` -- DROP TABLE IF EXISTS `tlk_树形视图链接视图`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_树形视图链接视图` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_pid` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_树形视图链接视图` -- LOCK TABLES `tlk_树形视图链接视图` WRITE; /*!40000 ALTER TABLE `tlk_树形视图链接视图` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_树形视图链接视图` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_树形视图_新表单` -- DROP TABLE IF EXISTS `tlk_树形视图_新表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_树形视图_新表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_上级地区` varchar(200) DEFAULT NULL, `ITEM_当前地区` varchar(200) DEFAULT NULL, `ITEM_当前地区名称` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_树形视图_新表单` -- LOCK TABLES `tlk_树形视图_新表单` WRITE; /*!40000 ALTER TABLE `tlk_树形视图_新表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_树形视图_新表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_树形部门选择_基础` -- DROP TABLE IF EXISTS `tlk_树形部门选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_树形部门选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_只读` longtext, `ITEM_显示_隐藏` longtext, `ITEM_最多可选三项` longtext, `ITEM_全局刷新` longtext, `ITEM_全局刷新_重计算` longtext, `ITEM_局部刷新_重计算` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true_显示样式` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读条件_true_仅显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_树形部门选择_基础` -- LOCK TABLES `tlk_树形部门选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_树形部门选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_树形部门选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_树形部门选择_校验` -- DROP TABLE IF EXISTS `tlk_树形部门选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_树形部门选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_自定义校验` longtext, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_树形部门选择_校验` -- LOCK TABLES `tlk_树形部门选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_树形部门选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_树形部门选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_模板表单_源表单` -- DROP TABLE IF EXISTS `tlk_模板表单_源表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_模板表单_源表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_模板表单_源表单` -- LOCK TABLES `tlk_模板表单_源表单` WRITE; /*!40000 ALTER TABLE `tlk_模板表单_源表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_模板表单_源表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程催办历史_基础` -- DROP TABLE IF EXISTS `tlk_流程催办历史_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程催办历史_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_意见` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程催办历史_基础` -- LOCK TABLES `tlk_流程催办历史_基础` WRITE; /*!40000 ALTER TABLE `tlk_流程催办历史_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程催办历史_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程历史_基础` -- DROP TABLE IF EXISTS `tlk_流程历史_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程历史_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_意见` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程历史_基础` -- LOCK TABLES `tlk_流程历史_基础` WRITE; /*!40000 ALTER TABLE `tlk_流程历史_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程历史_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_所有上级用户` -- DROP TABLE IF EXISTS `tlk_流程发起人_所有上级用户`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_所有上级用户` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_所有上级用户` -- LOCK TABLES `tlk_流程发起人_所有上级用户` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_所有上级用户` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_所有上级用户` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_所有上级部门` -- DROP TABLE IF EXISTS `tlk_流程发起人_所有上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_所有上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_所有上级部门` -- LOCK TABLES `tlk_流程发起人_所有上级部门` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_所有上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_所有上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_所有下级用户` -- DROP TABLE IF EXISTS `tlk_流程发起人_所有下级用户`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_所有下级用户` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_所有下级用户` -- LOCK TABLES `tlk_流程发起人_所有下级用户` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_所有下级用户` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_所有下级用户` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_所有下级部门` -- DROP TABLE IF EXISTS `tlk_流程发起人_所有下级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_所有下级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_所有下级部门` -- LOCK TABLES `tlk_流程发起人_所有下级部门` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_所有下级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_所有下级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_直属上级部门` -- DROP TABLE IF EXISTS `tlk_流程发起人_直属上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_直属上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_直属上级部门` -- LOCK TABLES `tlk_流程发起人_直属上级部门` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_直属上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_直属上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_直属下级部门` -- DROP TABLE IF EXISTS `tlk_流程发起人_直属下级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_直属下级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_直属下级部门` -- LOCK TABLES `tlk_流程发起人_直属下级部门` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_直属下级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_直属下级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_自己` -- DROP TABLE IF EXISTS `tlk_流程发起人_自己`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_自己` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_自己` -- LOCK TABLES `tlk_流程发起人_自己` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_自己` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_自己` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程发起人_默认部门` -- DROP TABLE IF EXISTS `tlk_流程发起人_默认部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程发起人_默认部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程发起人_默认部门` -- LOCK TABLES `tlk_流程发起人_默认部门` WRITE; /*!40000 ALTER TABLE `tlk_流程发起人_默认部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程发起人_默认部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程干预_子流程干预` -- DROP TABLE IF EXISTS `tlk_流程干预_子流程干预`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程干预_子流程干预` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程干预_子流程干预` -- LOCK TABLES `tlk_流程干预_子流程干预` WRITE; /*!40000 ALTER TABLE `tlk_流程干预_子流程干预` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程干预_子流程干预` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_流程干预_正常流程` -- DROP TABLE IF EXISTS `tlk_流程干预_正常流程`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_流程干预_正常流程` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_流程干预_正常流程` -- LOCK TABLES `tlk_流程干预_正常流程` WRITE; /*!40000 ALTER TABLE `tlk_流程干预_正常流程` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_流程干预_正常流程` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_测试1` -- DROP TABLE IF EXISTS `tlk_测试1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_测试1` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, `ITEM_单行文本框1` varchar(200) DEFAULT NULL, `ITEM_多行文本框18` longtext, `ITEM_部门选择框19` varchar(200) DEFAULT NULL, `ITEM_左右选择框16` varchar(200) DEFAULT NULL, `ITEM_日期选择框17` datetime DEFAULT NULL, `ITEM_多行文本框2` longtext, `ITEM_智能提示搜索框15` varchar(200) DEFAULT NULL, `ITEM_树形部门选择框3` longtext, `ITEM_在线拍照11` longtext, `ITEM_KM资料库12` longtext, `ITEM_调查控件13` longtext, `ITEM_微信录音控件9` longtext, `ITEM_微信GPS定位5` varchar(200) DEFAULT NULL, `ITEM_HTML编辑器6` longtext, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_测试1` -- LOCK TABLES `tlk_测试1` WRITE; /*!40000 ALTER TABLE `tlk_测试1` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_测试1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_测试查询表单` -- DROP TABLE IF EXISTS `tlk_测试查询表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_测试查询表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_性别` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_测试查询表单` -- LOCK TABLES `tlk_测试查询表单` WRITE; /*!40000 ALTER TABLE `tlk_测试查询表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_测试查询表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_添加补签意见` -- DROP TABLE IF EXISTS `tlk_添加补签意见`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_添加补签意见` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_添加补签意见` -- LOCK TABLES `tlk_添加补签意见` WRITE; /*!40000 ALTER TABLE `tlk_添加补签意见` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_添加补签意见` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_甘特视图表单` -- DROP TABLE IF EXISTS `tlk_甘特视图表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_甘特视图表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_任务名称` varchar(200) DEFAULT NULL, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_完成度` varchar(200) DEFAULT NULL, `ITEM_颜色` varchar(200) DEFAULT NULL, `ITEM_上级任务ID` varchar(200) DEFAULT NULL, `ITEM_依赖任务` varchar(200) DEFAULT NULL, `ITEM_标题` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_甘特视图表单` -- LOCK TABLES `tlk_甘特视图表单` WRITE; /*!40000 ALTER TABLE `tlk_甘特视图表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_甘特视图表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_甘特视图_新表单` -- DROP TABLE IF EXISTS `tlk_甘特视图_新表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_甘特视图_新表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_任务名称` varchar(200) DEFAULT NULL, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_完成度` decimal(22,10) DEFAULT NULL, `ITEM_颜色` varchar(200) DEFAULT NULL, `ITEM_上级任务ID` varchar(200) DEFAULT NULL, `ITEM_依赖任务` varchar(200) DEFAULT NULL, `ITEM_标题` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_甘特视图_新表单` -- LOCK TABLES `tlk_甘特视图_新表单` WRITE; /*!40000 ALTER TABLE `tlk_甘特视图_新表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_甘特视图_新表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_用户选择_基础` -- DROP TABLE IF EXISTS `tlk_用户选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_用户选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_只读` longtext, `ITEM_显示_隐藏` longtext, `ITEM_选择模式_多选` longtext, `ITEM_多选模式_单选` longtext, `ITEM_全局刷新` longtext, `ITEM_局部刷新` longtext, `ITEM_全局刷新_重计算` longtext, `ITEM_局部刷新_重计算` longtext, `ITEM_手机可用_否` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true_显示样式` longtext, `ITEM_只读条件_false` longtext, `ITEM_只读条件_true_仅显示值` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_用户选择_基础` -- LOCK TABLES `tlk_用户选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_用户选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_用户选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_用户选择_校验` -- DROP TABLE IF EXISTS `tlk_用户选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_用户选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` longtext, `ITEM_数据唯一校验` longtext, `ITEM_自定义校验` longtext, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_用户选择_校验` -- LOCK TABLES `tlk_用户选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_用户选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_用户选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_由子流程审批人设置子流程的第一个审批人` -- DROP TABLE IF EXISTS `tlk_由子流程审批人设置子流程的第一个审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_由子流程审批人设置子流程的第一个审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_由子流程审批人设置子流程的第一个审批人` -- LOCK TABLES `tlk_由子流程审批人设置子流程的第一个审批人` WRITE; /*!40000 ALTER TABLE `tlk_由子流程审批人设置子流程的第一个审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_由子流程审批人设置子流程的第一个审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_百度地图_基础` -- DROP TABLE IF EXISTS `tlk_百度地图_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_百度地图_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_50测试地图` longtext, `ITEM_布局_水平` longtext, `ITEM_1111111111111111111111` longtext, `ITEM_布局_垂直` longtext, `ITEM_默认` longtext, `ITEM_弹出窗口` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_地图_重计算` longtext, `ITEM_隐藏时显示值` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏显示值` longtext, `ITEM_打印时隐藏条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_百度地图_基础` -- LOCK TABLES `tlk_百度地图_基础` WRITE; /*!40000 ALTER TABLE `tlk_百度地图_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_百度地图_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_类型_普通表单` -- DROP TABLE IF EXISTS `tlk_类型_普通表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_类型_普通表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_类型_普通表单` -- LOCK TABLES `tlk_类型_普通表单` WRITE; /*!40000 ALTER TABLE `tlk_类型_普通表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_类型_普通表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_网格视图多列显示` -- DROP TABLE IF EXISTS `tlk_网格视图多列显示`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_网格视图多列显示` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_公司名称` varchar(200) DEFAULT NULL, `ITEM_子公司` varchar(200) DEFAULT NULL, `ITEM_编号` varchar(200) DEFAULT NULL, `ITEM_日期` datetime DEFAULT NULL, `ITEM_物品` varchar(200) DEFAULT NULL, `ITEM_数量` varchar(200) DEFAULT NULL, `ITEM_规格` varchar(200) DEFAULT NULL, `ITEM_大小` varchar(200) DEFAULT NULL, `ITEM_重量` varchar(200) DEFAULT NULL, `ITEM_金额` varchar(200) DEFAULT NULL, `ITEM_地址` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_网格视图多列显示` -- LOCK TABLES `tlk_网格视图多列显示` WRITE; /*!40000 ALTER TABLE `tlk_网格视图多列显示` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_网格视图多列显示` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_网格视图多控件` -- DROP TABLE IF EXISTS `tlk_网格视图多控件`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_网格视图多控件` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_个人相片` longtext, `ITEM_申请日期` datetime DEFAULT NULL, `ITEM_所属项目申请人` varchar(200) DEFAULT NULL, `ITEM_上级部门` longtext, `ITEM_所属部门` varchar(200) DEFAULT NULL, `ITEM_上级用户` longtext, `ITEM_职位` varchar(200) DEFAULT NULL, `ITEM_爱好` longtext, `ITEM_申请理由` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ITEM_确认是否申请` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_网格视图多控件` -- LOCK TABLES `tlk_网格视图多控件` WRITE; /*!40000 ALTER TABLE `tlk_网格视图多控件` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_网格视图多控件` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_网格视图_确认移除脚本` -- DROP TABLE IF EXISTS `tlk_网格视图_确认移除脚本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_网格视图_确认移除脚本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_申请时间` datetime DEFAULT NULL, `ITEM_申请内容` longtext, `ITEM_申请类型` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_网格视图_确认移除脚本` -- LOCK TABLES `tlk_网格视图_确认移除脚本` WRITE; /*!40000 ALTER TABLE `tlk_网格视图_确认移除脚本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_网格视图_确认移除脚本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_脚本_发起人上级` -- DROP TABLE IF EXISTS `tlk_脚本_发起人上级`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_脚本_发起人上级` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_脚本_发起人上级` -- LOCK TABLES `tlk_脚本_发起人上级` WRITE; /*!40000 ALTER TABLE `tlk_脚本_发起人上级` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_脚本_发起人上级` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_脚本_发起人上级部门` -- DROP TABLE IF EXISTS `tlk_脚本_发起人上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_脚本_发起人上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_脚本_发起人上级部门` -- LOCK TABLES `tlk_脚本_发起人上级部门` WRITE; /*!40000 ALTER TABLE `tlk_脚本_发起人上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_脚本_发起人上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_脚本_指定审批人` -- DROP TABLE IF EXISTS `tlk_脚本_指定审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_脚本_指定审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_脚本_指定审批人` -- LOCK TABLES `tlk_脚本_指定审批人` WRITE; /*!40000 ALTER TABLE `tlk_脚本_指定审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_脚本_指定审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_自由流程` -- DROP TABLE IF EXISTS `tlk_自由流程`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_自由流程` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_自由流程` -- LOCK TABLES `tlk_自由流程` WRITE; /*!40000 ALTER TABLE `tlk_自由流程` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_自由流程` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_节点通过_任意` -- DROP TABLE IF EXISTS `tlk_节点通过_任意`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_节点通过_任意` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_节点通过_任意` -- LOCK TABLES `tlk_节点通过_任意` WRITE; /*!40000 ALTER TABLE `tlk_节点通过_任意` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_节点通过_任意` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_节点通过_所有人` -- DROP TABLE IF EXISTS `tlk_节点通过_所有人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_节点通过_所有人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_节点通过_所有人` -- LOCK TABLES `tlk_节点通过_所有人` WRITE; /*!40000 ALTER TABLE `tlk_节点通过_所有人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_节点通过_所有人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_节点通过_所有人按顺序` -- DROP TABLE IF EXISTS `tlk_节点通过_所有人按顺序`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_节点通过_所有人按顺序` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_费用产生日期` datetime DEFAULT NULL, `ITEM_费用` decimal(22,10) DEFAULT NULL, `ITEM_说明` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_节点通过_所有人按顺序` -- LOCK TABLES `tlk_节点通过_所有人按顺序` WRITE; /*!40000 ALTER TABLE `tlk_节点通过_所有人按顺序` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_节点通过_所有人按顺序` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_获取文档item值` -- DROP TABLE IF EXISTS `tlk_获取文档item值`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_获取文档item值` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_值1` varchar(200) DEFAULT NULL, `ITEM_值2` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_获取文档item值` -- LOCK TABLES `tlk_获取文档item值` WRITE; /*!40000 ALTER TABLE `tlk_获取文档item值` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_获取文档item值` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_获取文档item值_1` -- DROP TABLE IF EXISTS `tlk_获取文档item值_1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_获取文档item值_1` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_值1` varchar(200) DEFAULT NULL, `ITEM_值2` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_获取文档item值_1` -- LOCK TABLES `tlk_获取文档item值_1` WRITE; /*!40000 ALTER TABLE `tlk_获取文档item值_1` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_获取文档item值_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_菜单表单` -- DROP TABLE IF EXISTS `tlk_菜单表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_菜单表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_菜单表单` -- LOCK TABLES `tlk_菜单表单` WRITE; /*!40000 ALTER TABLE `tlk_菜单表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_菜单表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单操作_保存类型` -- DROP TABLE IF EXISTS `tlk_表单操作_保存类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单操作_保存类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单操作_保存类型` -- LOCK TABLES `tlk_表单操作_保存类型` WRITE; /*!40000 ALTER TABLE `tlk_表单操作_保存类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单操作_保存类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单操作_其他类型` -- DROP TABLE IF EXISTS `tlk_表单操作_其他类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单操作_其他类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单操作_其他类型` -- LOCK TABLES `tlk_表单操作_其他类型` WRITE; /*!40000 ALTER TABLE `tlk_表单操作_其他类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单操作_其他类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单操作_流程类型` -- DROP TABLE IF EXISTS `tlk_表单操作_流程类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单操作_流程类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单操作_流程类型` -- LOCK TABLES `tlk_表单操作_流程类型` WRITE; /*!40000 ALTER TABLE `tlk_表单操作_流程类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单操作_流程类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单操作_跳转类型` -- DROP TABLE IF EXISTS `tlk_表单操作_跳转类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单操作_跳转类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单操作_跳转类型` -- LOCK TABLES `tlk_表单操作_跳转类型` WRITE; /*!40000 ALTER TABLE `tlk_表单操作_跳转类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单操作_跳转类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单显示操作日志` -- DROP TABLE IF EXISTS `tlk_表单显示操作日志`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单显示操作日志` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_文本框` varchar(200) DEFAULT NULL, `ITEM_日期选择框` datetime DEFAULT NULL, `ITEM_文件上传` longtext, `ITEM_多行文本框` longtext, `ITEM_sd` decimal(22,10) DEFAULT NULL, `ITEM_a` varchar(200) DEFAULT NULL, `ITEM_日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单显示操作日志` -- LOCK TABLES `tlk_表单显示操作日志` WRITE; /*!40000 ALTER TABLE `tlk_表单显示操作日志` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单显示操作日志` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单_仅授权` -- DROP TABLE IF EXISTS `tlk_表单_仅授权`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单_仅授权` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单_仅授权` -- LOCK TABLES `tlk_表单_仅授权` WRITE; /*!40000 ALTER TABLE `tlk_表单_仅授权` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单_仅授权` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_表单_样式库` -- DROP TABLE IF EXISTS `tlk_表单_样式库`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_表单_样式库` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_表单_样式库` -- LOCK TABLES `tlk_表单_样式库` WRITE; /*!40000 ALTER TABLE `tlk_表单_样式库` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_表单_样式库` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_被回退时触发通知_接收对象_当前节点原处理人` -- DROP TABLE IF EXISTS `tlk_被回退时触发通知_接收对象_当前节点原处理人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_被回退时触发通知_接收对象_当前节点原处理人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_被回退时触发通知_接收对象_当前节点原处理人` -- LOCK TABLES `tlk_被回退时触发通知_接收对象_当前节点原处理人` WRITE; /*!40000 ALTER TABLE `tlk_被回退时触发通知_接收对象_当前节点原处理人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_被回退时触发通知_接收对象_当前节点原处理人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_被回退时触发通知_接收对象_当前节点提交人` -- DROP TABLE IF EXISTS `tlk_被回退时触发通知_接收对象_当前节点提交人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_被回退时触发通知_接收对象_当前节点提交人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_被回退时触发通知_接收对象_当前节点提交人` -- LOCK TABLES `tlk_被回退时触发通知_接收对象_当前节点提交人` WRITE; /*!40000 ALTER TABLE `tlk_被回退时触发通知_接收对象_当前节点提交人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_被回退时触发通知_接收对象_当前节点提交人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_被回退时触发通知_接收对象_表单创建人` -- DROP TABLE IF EXISTS `tlk_被回退时触发通知_接收对象_表单创建人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_被回退时触发通知_接收对象_表单创建人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_被回退时触发通知_接收对象_表单创建人` -- LOCK TABLES `tlk_被回退时触发通知_接收对象_表单创建人` WRITE; /*!40000 ALTER TABLE `tlk_被回退时触发通知_接收对象_表单创建人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_被回退时触发通知_接收对象_表单创建人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_视图类型` -- DROP TABLE IF EXISTS `tlk_视图类型`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_视图类型` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_请假原因` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_视图类型` -- LOCK TABLES `tlk_视图类型` WRITE; /*!40000 ALTER TABLE `tlk_视图类型` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_视图类型` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_视图表单` -- DROP TABLE IF EXISTS `tlk_视图表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_视图表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_性别` varchar(200) DEFAULT NULL, `ITEM_爱好` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_视图表单` -- LOCK TABLES `tlk_视图表单` WRITE; /*!40000 ALTER TABLE `tlk_视图表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_视图表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_视图表单过滤条件表单` -- DROP TABLE IF EXISTS `tlk_视图表单过滤条件表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_视图表单过滤条件表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_视图表单过滤条件表单` -- LOCK TABLES `tlk_视图表单过滤条件表单` WRITE; /*!40000 ALTER TABLE `tlk_视图表单过滤条件表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_视图表单过滤条件表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_视图选择框` -- DROP TABLE IF EXISTS `tlk_视图选择框`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_视图选择框` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_视图选择框` -- LOCK TABLES `tlk_视图选择框` WRITE; /*!40000 ALTER TABLE `tlk_视图选择框` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_视图选择框` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_视图选择框_树形视图` -- DROP TABLE IF EXISTS `tlk_视图选择框_树形视图`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_视图选择框_树形视图` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_父节点编号` varchar(200) DEFAULT NULL, `ITEM_本节点编号` varchar(200) DEFAULT NULL, `ITEM_本节点名称` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_视图选择框_树形视图` -- LOCK TABLES `tlk_视图选择框_树形视图` WRITE; /*!40000 ALTER TABLE `tlk_视图选择框_树形视图` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_视图选择框_树形视图` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_视图选择_基础` -- DROP TABLE IF EXISTS `tlk_视图选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_视图选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_计数` decimal(22,10) DEFAULT NULL, `ITEM_全局刷新_映射字段` varchar(200) DEFAULT NULL, `ITEM_局部刷新_映射字段` varchar(200) DEFAULT NULL, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_单选模式_映射字段` varchar(200) DEFAULT NULL, `ITEM_拼接模式_映射字段` varchar(200) DEFAULT NULL, `ITEM_多选模式_映射字段` varchar(200) DEFAULT NULL, `ITEM_树形_单选映射字段` varchar(200) DEFAULT NULL, `ITEM_树形_多项映射字段` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_视图选择_基础` -- LOCK TABLES `tlk_视图选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_视图选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_视图选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_角色_发起人上级` -- DROP TABLE IF EXISTS `tlk_角色_发起人上级`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_角色_发起人上级` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_角色_发起人上级` -- LOCK TABLES `tlk_角色_发起人上级` WRITE; /*!40000 ALTER TABLE `tlk_角色_发起人上级` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_角色_发起人上级` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_角色_发起人上级部门` -- DROP TABLE IF EXISTS `tlk_角色_发起人上级部门`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_角色_发起人上级部门` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_角色_发起人上级部门` -- LOCK TABLES `tlk_角色_发起人上级部门` WRITE; /*!40000 ALTER TABLE `tlk_角色_发起人上级部门` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_角色_发起人上级部门` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_角色_指定审批人` -- DROP TABLE IF EXISTS `tlk_角色_指定审批人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_角色_指定审批人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_角色_指定审批人` -- LOCK TABLES `tlk_角色_指定审批人` WRITE; /*!40000 ALTER TABLE `tlk_角色_指定审批人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_角色_指定审批人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_设置表单权限` -- DROP TABLE IF EXISTS `tlk_设置表单权限`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_设置表单权限` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ITEM_人事备案` longtext, `ITEM_申请人` varchar(200) DEFAULT NULL, `ITEM_主管意见` longtext, `ITEM_人事意见` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_设置表单权限` -- LOCK TABLES `tlk_设置表单权限` WRITE; /*!40000 ALTER TABLE `tlk_设置表单权限` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_设置表单权限` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_调查控件_基础` -- DROP TABLE IF EXISTS `tlk_调查控件_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_调查控件_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_调查问卷_名称` longtext, `ITEM_单行文本刷新` varchar(200) DEFAULT NULL, `ITEM_调查问卷_重计算` longtext, `ITEM_调查问卷_描述` longtext, `ITEM_调查问卷_隐藏时显示值` longtext, `ITEM_调查问卷_打印隐藏时显示值` longtext, `ITEM_调查问卷_只读条件` longtext, `ITEM_手机不可见` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_调查控件_基础` -- LOCK TABLES `tlk_调查控件_基础` WRITE; /*!40000 ALTER TABLE `tlk_调查控件_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_调查控件_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_辅助子表单` -- DROP TABLE IF EXISTS `tlk_辅助子表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_辅助子表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_作者` varchar(200) DEFAULT NULL, `ITEM_创建时间` datetime DEFAULT NULL, `ITEM_物品` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_数量` decimal(22,10) DEFAULT NULL, `ITEM_进度` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_辅助子表单` -- LOCK TABLES `tlk_辅助子表单` WRITE; /*!40000 ALTER TABLE `tlk_辅助子表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_辅助子表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_辅助测试_包含元素` -- DROP TABLE IF EXISTS `tlk_辅助测试_包含元素`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_辅助测试_包含元素` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_列表视图_单行文本框` varchar(200) DEFAULT NULL, `ITEM_列表视图_多行文本框` longtext, `ITEM_列表视图_单选框` varchar(200) DEFAULT NULL, `ITEM_列表视图_多选框` longtext, `ITEM_列表视图_下拉框` varchar(200) DEFAULT NULL, `ITEM_列表视图_日期选择框` datetime DEFAULT NULL, `ITEM_列表视图_部门选择框` varchar(200) DEFAULT NULL, `ITEM_列表视图_树形视图选择框` longtext, `ITEM_列表视图_用户选择框` longtext, `ITEM_列表视图_左右选择框` varchar(200) DEFAULT NULL, `ITEM_列表视图_智能提示选择框` varchar(200) DEFAULT NULL, `ITEM_列表视图_文件上传` longtext, `ITEM_列表视图_图片上传` longtext, `ITEM_列表视图_在线拍照` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_辅助测试_包含元素` -- LOCK TABLES `tlk_辅助测试_包含元素` WRITE; /*!40000 ALTER TABLE `tlk_辅助测试_包含元素` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_辅助测试_包含元素` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_辅助测试_总计小计` -- DROP TABLE IF EXISTS `tlk_辅助测试_总计小计`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_辅助测试_总计小计` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_辅助测试_总计小计` -- LOCK TABLES `tlk_辅助测试_总计小计` WRITE; /*!40000 ALTER TABLE `tlk_辅助测试_总计小计` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_辅助测试_总计小计` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_辅助测试_跳转` -- DROP TABLE IF EXISTS `tlk_辅助测试_跳转`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_辅助测试_跳转` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_辅助测试_跳转` -- LOCK TABLES `tlk_辅助测试_跳转` WRITE; /*!40000 ALTER TABLE `tlk_辅助测试_跳转` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_辅助测试_跳转` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_辅助_视图列` -- DROP TABLE IF EXISTS `tlk_辅助_视图列`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_辅助_视图列` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_辅助_视图列` -- LOCK TABLES `tlk_辅助_视图列` WRITE; /*!40000 ALTER TABLE `tlk_辅助_视图列` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_辅助_视图列` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_过期时触发通知_设计名称` -- DROP TABLE IF EXISTS `tlk_过期时触发通知_设计名称`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_过期时触发通知_设计名称` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_过期时触发通知_设计名称` -- LOCK TABLES `tlk_过期时触发通知_设计名称` WRITE; /*!40000 ALTER TABLE `tlk_过期时触发通知_设计名称` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_过期时触发通知_设计名称` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_选项卡_刷新重计算相关` -- DROP TABLE IF EXISTS `tlk_选项卡_刷新重计算相关`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_选项卡_刷新重计算相关` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_部门` varchar(200) DEFAULT NULL, `ITEM_总额` varchar(200) DEFAULT NULL, `ITEM_说明` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_选项卡_刷新重计算相关` -- LOCK TABLES `tlk_选项卡_刷新重计算相关` WRITE; /*!40000 ALTER TABLE `tlk_选项卡_刷新重计算相关` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_选项卡_刷新重计算相关` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_选项卡_基础` -- DROP TABLE IF EXISTS `tlk_选项卡_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_选项卡_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ITEM_名称` varchar(200) DEFAULT NULL, `ITEM_单价` decimal(22,10) DEFAULT NULL, `ITEM_库存` decimal(22,10) DEFAULT NULL, `ITEM_描述` longtext, `ITEM_单行文本框G` varchar(200) DEFAULT NULL, `ITEM_下拉框G` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_选项卡_基础` -- LOCK TABLES `tlk_选项卡_基础` WRITE; /*!40000 ALTER TABLE `tlk_选项卡_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_选项卡_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_选项卡_视图` -- DROP TABLE IF EXISTS `tlk_选项卡_视图`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_选项卡_视图` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_选项卡_视图` -- LOCK TABLES `tlk_选项卡_视图` WRITE; /*!40000 ALTER TABLE `tlk_选项卡_视图` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_选项卡_视图` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_选项卡_视图查询` -- DROP TABLE IF EXISTS `tlk_选项卡_视图查询`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_选项卡_视图查询` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_选项卡_视图查询` -- LOCK TABLES `tlk_选项卡_视图查询` WRITE; /*!40000 ALTER TABLE `tlk_选项卡_视图查询` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_选项卡_视图查询` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_通用word_基础` -- DROP TABLE IF EXISTS `tlk_通用word_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_通用word_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示方式_弹出层` longtext, `ITEM_显示方式_嵌入页面` longtext, `ITEM_选择插件_软航` longtext, `ITEM_显示控制` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_通用word_基础` -- LOCK TABLES `tlk_通用word_基础` WRITE; /*!40000 ALTER TABLE `tlk_通用word_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_通用word_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_通过父表单字段值指定` -- DROP TABLE IF EXISTS `tlk_通过父表单字段值指定`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_通过父表单字段值指定` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_通过父表单字段值指定` -- LOCK TABLES `tlk_通过父表单字段值指定` WRITE; /*!40000 ALTER TABLE `tlk_通过父表单字段值指定` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_通过父表单字段值指定` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_通过脚本指定子流程` -- DROP TABLE IF EXISTS `tlk_通过脚本指定子流程`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_通过脚本指定子流程` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_通过脚本指定子流程` -- LOCK TABLES `tlk_通过脚本指定子流程` WRITE; /*!40000 ALTER TABLE `tlk_通过脚本指定子流程` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_通过脚本指定子流程` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_通过脚本指定抄送人` -- DROP TABLE IF EXISTS `tlk_通过脚本指定抄送人`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_通过脚本指定抄送人` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_通过脚本指定抄送人` -- LOCK TABLES `tlk_通过脚本指定抄送人` WRITE; /*!40000 ALTER TABLE `tlk_通过脚本指定抄送人` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_通过脚本指定抄送人` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_部门表` -- DROP TABLE IF EXISTS `tlk_部门表`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_部门表` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_部门编号` varchar(200) DEFAULT NULL, `ITEM_部门名称` varchar(200) DEFAULT NULL, `ITEM_性别` varchar(200) DEFAULT NULL, `ITEM_子文档数量` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_部门表` -- LOCK TABLES `tlk_部门表` WRITE; /*!40000 ALTER TABLE `tlk_部门表` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_部门表` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_部门选择_基础` -- DROP TABLE IF EXISTS `tlk_部门选择_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_部门选择_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_显示_只读` varchar(200) DEFAULT NULL, `ITEM_显示_隐藏` varchar(200) DEFAULT NULL, `ITEM_全局刷新` varchar(200) DEFAULT NULL, `ITEM_局部刷新` varchar(200) DEFAULT NULL, `ITEM_全局刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_局部刷新_重计算` varchar(200) DEFAULT NULL, `ITEM_手机可用_否` varchar(200) DEFAULT NULL, `ITEM_可选_所有部门` varchar(200) DEFAULT NULL, `ITEM_可选_一级部门` varchar(200) DEFAULT NULL, `ITEM_可选_二级部门` varchar(200) DEFAULT NULL, `ITEM_可选_三级部门` varchar(200) DEFAULT NULL, `ITEM_可选_四级部门` varchar(200) DEFAULT NULL, `ITEM_可选_五级部门` varchar(200) DEFAULT NULL, `ITEM_联动_上级部门` varchar(200) DEFAULT NULL, `ITEM_联动_下级部门` varchar(200) DEFAULT NULL, `ITEM_当前用户所属及下属` varchar(200) DEFAULT NULL, `ITEM_默认_第一个` varchar(200) DEFAULT NULL, `ITEM_默认_用户所属` varchar(200) DEFAULT NULL, `ITEM_选项包含空值` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_true` varchar(200) DEFAULT NULL, `ITEM_隐藏条件_false` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_true` varchar(200) DEFAULT NULL, `ITEM_打印时隐藏_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_显示样式` varchar(200) DEFAULT NULL, `ITEM_只读条件_false` varchar(200) DEFAULT NULL, `ITEM_只读条件_true_仅显示值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_部门选择_基础` -- LOCK TABLES `tlk_部门选择_基础` WRITE; /*!40000 ALTER TABLE `tlk_部门选择_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_部门选择_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_部门选择_校验` -- DROP TABLE IF EXISTS `tlk_部门选择_校验`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_部门选择_校验` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_非空校验` varchar(200) DEFAULT NULL, `ITEM_数据唯一校验` varchar(200) DEFAULT NULL, `ITEM_自定义校验` varchar(200) DEFAULT NULL, `ITEM_必填项` varchar(200) DEFAULT NULL, `ITEM_隐藏控件` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_部门选择_校验` -- LOCK TABLES `tlk_部门选择_校验` WRITE; /*!40000 ALTER TABLE `tlk_部门选择_校验` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_部门选择_校验` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_金格word控件` -- DROP TABLE IF EXISTS `tlk_金格word控件`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_金格word控件` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_金格word控件` -- LOCK TABLES `tlk_金格word控件` WRITE; /*!40000 ALTER TABLE `tlk_金格word控件` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_金格word控件` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_预定义启动子流程实例数` -- DROP TABLE IF EXISTS `tlk_预定义启动子流程实例数`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_预定义启动子流程实例数` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_预定义启动子流程实例数` -- LOCK TABLES `tlk_预定义启动子流程实例数` WRITE; /*!40000 ALTER TABLE `tlk_预定义启动子流程实例数` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_预定义启动子流程实例数` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_催办时触发通知` -- DROP TABLE IF EXISTS `tlk_催办时触发通知`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_催办时触发通知` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ITEM_请假天数` varchar(200) DEFAULT NULL, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_催办时触发通知` -- LOCK TABLES `tlk_催办时触发通知` WRITE; /*!40000 ALTER TABLE `tlk_催办时触发通知` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_催办时触发通知` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_accepetance` -- DROP TABLE IF EXISTS `tlk_accepetance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_accepetance` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_LICENSING_UNIT_PRICE` varchar(200) DEFAULT NULL COMMENT '许可单位名称', `ITEM_holdareaallName` varchar(200) DEFAULT NULL COMMENT '活动举办地区全称', `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_activityareas` varchar(200) DEFAULT NULL, `ITEM_activityid` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_holdsite` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_organizer_company` varchar(200) DEFAULT NULL COMMENT '举办单位', `ITEM_udertack_company` varchar(200) DEFAULT NULL COMMENT '承办单位', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finiall_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_max_people` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_assessment_report` varchar(200) DEFAULT NULL COMMENT '评估报告', `ITEM_License_materials` varchar(200) DEFAULT NULL COMMENT '许可审批材料', `ITEM_safety_permit_form` varchar(200) DEFAULT NULL COMMENT '安全许可申请表', `ITEM_safety_permit_certificate` varchar(200) DEFAULT NULL COMMENT '安全许可申请受理材料', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_accepetance` -- LOCK TABLES `tlk_accepetance` WRITE; /*!40000 ALTER TABLE `tlk_accepetance` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_accepetance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activities_safetyplan` -- DROP TABLE IF EXISTS `tlk_activities_safetyplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activities_safetyplan` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL, `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activities_safetyplan` -- LOCK TABLES `tlk_activities_safetyplan` WRITE; /*!40000 ALTER TABLE `tlk_activities_safetyplan` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activities_safetyplan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activitiy_apply_checkmessge` -- DROP TABLE IF EXISTS `tlk_activitiy_apply_checkmessge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activitiy_apply_checkmessge` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_idactivity` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动举办时间', `ITEM_activity_type` varchar(200) DEFAULT NULL, `ITEM_is_profitable` varchar(200) DEFAULT NULL, `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_licensing_unit` varchar(200) DEFAULT NULL, `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动场地名称', `ITEM_site_type` varchar(200) DEFAULT NULL, `ITEM_outdoor_site_type` varchar(200) DEFAULT NULL, `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '当日参加最大人数', `ITEM_activity_start_time` varchar(200) DEFAULT NULL, `ITEM_activity_over_time` varchar(200) DEFAULT NULL, `ITEM_people_num` varchar(200) DEFAULT NULL COMMENT '预计每日高峰人数', `ITEM_approvalarea` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activitiy_apply_checkmessge` -- LOCK TABLES `tlk_activitiy_apply_checkmessge` WRITE; /*!40000 ALTER TABLE `tlk_activitiy_apply_checkmessge` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activitiy_apply_checkmessge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activitiy_report_checkmessge` -- DROP TABLE IF EXISTS `tlk_activitiy_report_checkmessge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activitiy_report_checkmessge` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_idactivity` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动举办时间', `ITEM_activity_type` varchar(200) DEFAULT NULL, `ITEM_is_profitable` varchar(200) DEFAULT NULL, `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_licensing_unit` varchar(200) DEFAULT NULL, `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动场地名称', `ITEM_site_type` varchar(200) DEFAULT NULL, `ITEM_outdoor_site_type` varchar(200) DEFAULT NULL, `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '当日参加最大人数', `ITEM_activity_start_time` varchar(200) DEFAULT NULL, `ITEM_activity_over_time` varchar(200) DEFAULT NULL, `ITEM_approvalarea` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activitiy_report_checkmessge` -- LOCK TABLES `tlk_activitiy_report_checkmessge` WRITE; /*!40000 ALTER TABLE `tlk_activitiy_report_checkmessge` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activitiy_report_checkmessge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_apply` -- DROP TABLE IF EXISTS `tlk_activity_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_apply` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '承办方(执行)单位名称', `ITEM_tianjiadanwei` varchar(200) DEFAULT NULL COMMENT '添加单位', `ITEM_company` longtext COMMENT '添加其他的单位', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_zhanhuileixing` varchar(200) DEFAULT NULL COMMENT '展会类型', `ITEM_gaofenrenshu` varchar(200) DEFAULT NULL COMMENT '预计每日高峰人数', `ITEM_is_profitable` varchar(200) DEFAULT NULL COMMENT '是否为盈利性演出', `ITEM_activity_hold_province` varchar(200) DEFAULT NULL COMMENT '活动举办省份', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_licensing_unit` varchar(200) DEFAULT NULL COMMENT '许可单位', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动场地名称', `ITEM_site_type` varchar(200) DEFAULT NULL COMMENT '场地类型', `ITEM_outdoor_site_type` varchar(200) DEFAULT NULL COMMENT '室外场地类型', `ITEM_activity_start_time` datetime DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` datetime DEFAULT NULL COMMENT '活动结束时间', `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_activitystep` varchar(200) DEFAULT NULL COMMENT '活动材料提交进度记录', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_province_city_area` varchar(200) DEFAULT NULL COMMENT '拼接省+市+区', `ITEM_licensing_unit_price` varchar(200) DEFAULT NULL COMMENT '许可单位名称', `ITEM_upload` varchar(200) DEFAULT NULL COMMENT '补充状态', `ITEM_need_up` varchar(200) DEFAULT NULL COMMENT '是否需要补充', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_apply` -- LOCK TABLES `tlk_activity_apply` WRITE; /*!40000 ALTER TABLE `tlk_activity_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_apply_form` -- DROP TABLE IF EXISTS `tlk_activity_apply_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_apply_form` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_approval_time` varchar(200) DEFAULT NULL COMMENT '报批时间', `ITEM_activity_time` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_undertake` varchar(200) DEFAULT NULL COMMENT '承办单位名称', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_apply_form` -- LOCK TABLES `tlk_activity_apply_form` WRITE; /*!40000 ALTER TABLE `tlk_activity_apply_form` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_apply_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_detail` -- DROP TABLE IF EXISTS `tlk_activity_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_detail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_detail` -- LOCK TABLES `tlk_activity_detail` WRITE; /*!40000 ALTER TABLE `tlk_activity_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_detail_list` -- DROP TABLE IF EXISTS `tlk_activity_detail_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_detail_list` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_create_date` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activity_no` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_source` varchar(200) DEFAULT NULL COMMENT '活动来源', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_detail_list` -- LOCK TABLES `tlk_activity_detail_list` WRITE; /*!40000 ALTER TABLE `tlk_activity_detail_list` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_detail_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_detail_two` -- DROP TABLE IF EXISTS `tlk_activity_detail_two`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_detail_two` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_s` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activitysetp` varchar(200) DEFAULT NULL, `ITEM_stages_number` varchar(200) DEFAULT NULL COMMENT '舞台数量', `ITEM_totle_floor_area` varchar(200) DEFAULT NULL COMMENT '舞台占地总面积', `ITEM_stage_size_des` longtext COMMENT '舞台尺寸描述', `ITEM_main_structure_stage` varchar(200) DEFAULT NULL COMMENT '舞台主体结构', `ITEM_stage_design` longtext COMMENT '舞台设计图', `ITEM_standard_booths_num` varchar(200) DEFAULT NULL COMMENT '标准展台数量', `ITEM_floor_area_stand` varchar(200) DEFAULT NULL COMMENT '展台占地面积', `ITEM_special_booth_area` varchar(200) DEFAULT NULL COMMENT '特装展台光地面积', `ITEM_booth_design` longtext COMMENT '展台设计图', `ITEM_area_number` varchar(200) DEFAULT NULL COMMENT '擂台数量', `ITEM_challenge_area` varchar(200) DEFAULT NULL COMMENT '擂台占地面积', `ITEM_desc_challenge_area` longtext COMMENT '擂台尺寸描述', `ITEM_challenge_design` longtext COMMENT '擂台设计图', `ITEM_main_challenge_arena` longtext COMMENT '擂台主体结构', `ITEM_stalls_number` varchar(200) DEFAULT NULL COMMENT '摊位数量', `ITEM_stalls_area` varchar(200) DEFAULT NULL COMMENT '摊位占地面积', `ITEM_desc_stalls_area` longtext COMMENT '摊位尺寸描述', `ITEM_stalls_area_desige` longtext COMMENT '摊位设计图', `ITEM_temp_build_desc` varchar(200) DEFAULT NULL COMMENT '临建描述', `ITEM_temp_build_design` longtext COMMENT '临建设计图', `ITEM_temp_build_area` varchar(200) DEFAULT NULL COMMENT '临建占地面积', `ITEM_temp_build_structure` longtext COMMENT '临建主体结构', `ITEM_build_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_build_conten` longtext COMMENT '搭建内容', `ITEM_build_com_license` longtext COMMENT '营业执照', `ITEM_build_qualify` longtext COMMENT '资质证明', `ITEM_construction_plan` longtext COMMENT '临建设施搭建平面图', `ITEM_legal_identification` longtext COMMENT '法人身份证明', `ITEM_safty_license` longtext COMMENT '安全生产许可证', `ITEM_service_agreement` longtext COMMENT '服务协议', `ITEM_desc_construction_plan` longtext COMMENT '临建设施搭建平面图说明', `ITEM_electronic_policy` longtext COMMENT '电子保单/保单复印件', `ITEM_construction_scheme` longtext COMMENT '搭建方案', `ITEM_supervision_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_supervision_qualify_proof` longtext COMMENT '资质、资格证明文件', `ITEM_supervision_service_protol` longtext COMMENT '服务协议', `ITEM_promise_choose_qualified` longtext COMMENT '我承诺选择具有资质的保安公司', `ITEM_securiry_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_company_qualification` longtext COMMENT '资质、资格证明文件', `ITEM_security_certificate` longtext COMMENT '聘请保安证明材料', `ITEM_safety_responsibility` longtext COMMENT '安全责任制度', `ITEM_support_scheme` longtext COMMENT '指挥调度及通讯保障方案', `ITEM_safety_command` longtext COMMENT '安全指挥体系、安全工作人员的数量、任务分配和识别标识', `ITEM_route_arrangement` longtext COMMENT '人员、车辆进出路线安排', `ITEM_safety_measures` longtext COMMENT '活动场所消防安全措施', `ITEM_security_buffer` longtext COMMENT '治安缓冲区的设定及其标识', `ITEM_guarantee_safety_facilities` longtext COMMENT '安全设施设备保障情况', `ITEM_traffic_safety` longtext COMMENT '交通安全组织措施', `ITEM_traffic_diagram` longtext COMMENT '交通组织示意图', `ITEM_order_maintenance` longtext COMMENT '现场秩序维护、人员疏导措施', `ITEM_personnel_training_plan` longtext COMMENT '安保人员培训计划', `ITEM_safety_plan_drill` longtext COMMENT '安全方案预案演练', `ITEM_medical_aid_settings` longtext COMMENT '医疗救护设置情况', `ITEM_medical_rescue_agreement` longtext COMMENT '医疗救护协议书', `ITEM_dangerous_goods_manager` longtext COMMENT '贵重物品、危险物品管理', `ITEM_explosion_proof_measures` longtext COMMENT '防爆措施', `ITEM_exit_open_activities` longtext COMMENT '活动开放的出入口', `ITEM_restricted_articles` longtext COMMENT '禁限带物品管理', `ITEM_notice_setting` longtext COMMENT '活动入场须知设置', `ITEM_security_work_plan` longtext COMMENT '安全保卫工作方案', `ITEM_checkpoint_setting_desc` longtext COMMENT '安检口设置说明', `ITEM_entrance_security` longtext COMMENT '入场安检措施', `ITEM_csafty_corporate_name` varchar(200) DEFAULT NULL COMMENT '安检公司', `ITEM_csecrity_certificate` longtext COMMENT '资质、资格证明文件', `ITEM_cservice_agreement` longtext COMMENT '服务协议', `ITEM_explosion_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_explosion_qualify` longtext COMMENT '资质、资格证明文件', `ITEM_explosion_service_protal` longtext COMMENT '服务协议', `ITEM_explosion_proof` longtext COMMENT '防爆安检人员资格证明', `ITEM_evacuation_plan` longtext COMMENT '应急疏散预案', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_detail_two` -- LOCK TABLES `tlk_activity_detail_two` WRITE; /*!40000 ALTER TABLE `tlk_activity_detail_two` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_detail_two` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_detail_upload` -- DROP TABLE IF EXISTS `tlk_activity_detail_upload`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_detail_upload` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activitysetp` varchar(200) DEFAULT NULL COMMENT '活动进行步骤', `ITEM_name_of_organizer` varchar(200) DEFAULT NULL COMMENT '承办单位名称', `ITEM_nature_of_undertaker` varchar(200) DEFAULT NULL COMMENT '承办单位性质', `ITEM_experience_organizing` varchar(200) DEFAULT NULL COMMENT '承办单位活动举办经验', `ITEM_years_of_experience` varchar(200) DEFAULT NULL COMMENT '活动承办经验年限', `ITEM_hold_times_everyear` varchar(200) DEFAULT NULL COMMENT '每年承办活动场次', `ITEM_types_activities_held` longtext COMMENT '曾办活动类型', `ITEM_people_activities_held` varchar(200) DEFAULT NULL COMMENT '曾办活动名称及人数', `ITEM_brief_introduction_organizer` longtext COMMENT '单位简介', `ITEM_business_license` longtext, `ITEM_safety_permit` longtext COMMENT '大型群众性活动安全许可申请表', `ITEM_certificate_public_institution` longtext, `ITEM_joint_agreement` longtext COMMENT '联合承办协议', `ITEM_Identity_certificate` longtext COMMENT '安全责任人身份证明', `ITEM_business_performance_license` longtext COMMENT '营业性演出许可证', `ITEM_act_approval_documents` longtext COMMENT '营业性演出批准文件', `ITEM_other_supporting` longtext COMMENT '其他证明文件', `ITEM_cert_social_organization` longtext COMMENT '社会团体法人登记证书', `ITEM_approval_documents` longtext COMMENT '批准文件', `ITEM_undertake_electronic_insurance` longtext COMMENT '电子保单/保单复印件', `ITEM_undertaking_risk_assessment` longtext COMMENT '风险评估说明', `ITEM_performing_groups_and_actors` longtext COMMENT '文艺表演团体、演员同意参加演出的书面函件', `ITEM_cooperation_agreements_signed` longtext COMMENT '与参加演出的文艺表演团体、演员签订的合作协议', `ITEM_security_application` longtext COMMENT '大型群众性活动安全许可申请表', `ITEM_is_main_unit_same` varchar(200) DEFAULT NULL COMMENT '主承办是否为同一单位', `ITEM_name_of_the_sponsor` varchar(200) DEFAULT NULL COMMENT '单位性质', `ITEM_mame_of_main_unit` varchar(200) DEFAULT NULL COMMENT '单位性质', `ITEM_main_brief_introduction` longtext COMMENT '单位简介', `ITEM_main_business_license` longtext COMMENT '营业执照', `ITEM_main_cert_social_organ` longtext COMMENT '社会团体法人登记证书', `ITEM_main_certi_public_institue` longtext COMMENT '事业单位法人证书', `ITEM_name_of_co_organizer` varchar(200) DEFAULT NULL COMMENT '单位名称', `ITEM_company_type` varchar(200) DEFAULT NULL COMMENT '单位性质', `ITEM_co_brief_introduction` longtext COMMENT '单位简介', `ITEM_certificate_qualification` longtext COMMENT '资质证明文件', `ITEM_name_of_guidance_unit` varchar(200) DEFAULT NULL COMMENT '单位名称', `ITEM_guidance_introduction` longtext COMMENT '单位简介', `ITEM_catering_company_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_qualification_certificate` longtext COMMENT '资质、资格证明文件', `ITEM_catering_company_service` longtext COMMENT '服务协议', `ITEM_service_management` longtext COMMENT '食品、餐饮服务管理措施', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_holdstart_time` datetime DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_holdfinish_time` datetime DEFAULT NULL COMMENT '活动举办结束时间', `ITEM_competition_mode` longtext COMMENT '参赛方式', `ITEM_opening_hours` datetime DEFAULT NULL COMMENT '开放入场时间', `ITEM_activity_content` longtext COMMENT '活动内容', `ITEM_item_description` longtext COMMENT '道具描述', `ITEM_desc_props_security` longtext COMMENT '道具安全保障说明', `ITEM_media_publicity` longtext COMMENT '媒体宣传', `ITEM_exhibition_guide` longtext COMMENT '参展指南', `ITEM_logistics_planning` longtext COMMENT '物流规划', `ITEM_competition_order` longtext COMMENT '赛事秩序册', `ITEM_activity_planning_scheme` longtext COMMENT '活动策划方案', `ITEM_program_list` longtext COMMENT '节目清单、演出内容及其视听资料等', `ITEM_total_number_participants` varchar(200) DEFAULT NULL COMMENT '现场参加总人数', `ITEM_expected_attendance` varchar(200) DEFAULT NULL COMMENT '预计到场观众数', `ITEM_total_staff` varchar(200) DEFAULT NULL COMMENT '工作人员总数', `ITEM_security_personnel_num` varchar(200) DEFAULT NULL COMMENT '保安人员总数', `ITEM_num_volunteers` varchar(200) DEFAULT NULL COMMENT '志愿者总数', `ITEM_num_participants` varchar(200) DEFAULT NULL COMMENT '参赛人员总数', `ITEM_celebrities_invited` varchar(200) DEFAULT NULL COMMENT '是否邀请政界领导/明星/商界名人等', `ITEM_celebrities_invited_name` varchar(200) DEFAULT NULL COMMENT '政界领导/明星/商界名人姓名', `ITEM_security_scheme` longtext COMMENT '要人警卫方案', `ITEM_include_star` varchar(200) DEFAULT NULL COMMENT '是否包含涉及外籍、港澳人员作为活动参加主体(不作为观众)', `ITEM_people_participating_summary` longtext COMMENT '所有参加活动的外籍人士以及港澳台人士的信息汇总', `ITEM_include_minors` varchar(200) DEFAULT NULL COMMENT '是否包含未成年人', `ITEM_consent_letter` longtext COMMENT '未成年人家长(监护人)同意函', `ITEM_estimat_number_tickets` varchar(200) DEFAULT NULL COMMENT '预计门票发放数量', `ITEM_selling_channels` varchar(200) DEFAULT NULL COMMENT '门票发放/售票渠道', `ITEM_enter_audience_method` longtext COMMENT '观众入场方式', `ITEM_numbe_certificates` varchar(200) DEFAULT NULL COMMENT '预计证件发放数量', `ITEM_ticket_manage_scheme` longtext, `ITEM_corporate_name` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_ticket_business_license` longtext COMMENT '营业执照', `ITEM_site_type` varchar(200) DEFAULT NULL COMMENT '场地类型', `ITEM_site_name` varchar(200) DEFAULT NULL COMMENT '场地名称', `ITEM_site_intro` longtext COMMENT '场地介绍', `ITEM_site_manager_name` varchar(200) DEFAULT NULL COMMENT '场所管理单位名称', `ITEM_site_user_proof` longtext COMMENT '场地使用证明/服务协议', `ITEM_site_manager_identy` longtext COMMENT '管理者身份证明', `ITEM_site_usearea` varchar(200) DEFAULT NULL COMMENT '场地面积', `ITEM_site_capacity` varchar(200) DEFAULT NULL COMMENT '场地容量', `ITEM_site_plan` longtext COMMENT '场地平面图', `ITEM_audience_seats` varchar(200) DEFAULT NULL COMMENT '观众座位数', `ITEM_audience_seat_map` longtext COMMENT '观众座位图', `ITEM_acceptance_opinion` longtext COMMENT '场地消防验收意见书', `ITEM_support_related_documents` longtext COMMENT '场地应急广播、照明、监控系统保障有关文件', `ITEM_relevant_guarantee` longtext COMMENT '活动区域安全防范设施、安检系统运行有关保障文件', `ITEM_documents_operation` longtext COMMENT '场地供热、水、电、气系统运行保障有关文件', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_detail_upload` -- LOCK TABLES `tlk_activity_detail_upload` WRITE; /*!40000 ALTER TABLE `tlk_activity_detail_upload` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_detail_upload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activity_reporting` -- DROP TABLE IF EXISTS `tlk_activity_reporting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activity_reporting` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activity_name` varchar(200) DEFAULT NULL, `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_activity_intro` longtext COMMENT '活动简介', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finiall_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_hold_days` varchar(200) DEFAULT NULL COMMENT '活动举办天数', `ITEM_audience_num` varchar(200) DEFAULT NULL COMMENT '观众总数', `ITEM_day_audience` varchar(200) DEFAULT NULL COMMENT '日均观众', `ITEM_police_num` varchar(200) DEFAULT NULL COMMENT '警力总数', `ITEM_day_police` varchar(200) DEFAULT NULL COMMENT '日均警力', `ITEM_security_num` varchar(200) DEFAULT NULL COMMENT '保安员总数', `ITEM_day_security` varchar(200) DEFAULT NULL COMMENT '日均保安员', `ITEM_volunteer_num` varchar(200) DEFAULT NULL COMMENT '志愿者总数', `ITEM_security_organs_name` varchar(200) DEFAULT NULL COMMENT '地级市公安机关负责人姓名', `ITEM_security_organs_post` varchar(200) DEFAULT NULL COMMENT '地级市公安机关负责人职务', `ITEM_security_organs_phone` varchar(200) DEFAULT NULL COMMENT '地级市公安机关负责人联系方式', `ITEM_site_commander_name` varchar(200) DEFAULT NULL COMMENT '现场指挥人信息', `ITEM_sitecommander_post` varchar(200) DEFAULT NULL COMMENT '现场指挥人员信息职务', `ITEM_sitecommander_phone` varchar(200) DEFAULT NULL COMMENT '现场指挥人员信息联系方式', `ITEM_contact_person_name` varchar(200) DEFAULT NULL COMMENT '活动承办方联系人姓名', `ITEM_contact_person_post` varchar(200) DEFAULT NULL COMMENT '活动承办方联系人职务', `ITEM_contact_person_phone` varchar(200) DEFAULT NULL COMMENT '活动承办方联系人联系方式', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activity_reporting` -- LOCK TABLES `tlk_activity_reporting` WRITE; /*!40000 ALTER TABLE `tlk_activity_reporting` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activity_reporting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_activitydetail` -- DROP TABLE IF EXISTS `tlk_activitydetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_activitydetail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_activitydetail` -- LOCK TABLES `tlk_activitydetail` WRITE; /*!40000 ALTER TABLE `tlk_activitydetail` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_activitydetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_adjustday` -- DROP TABLE IF EXISTS `tlk_adjustday`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_adjustday` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_增加前日期` datetime DEFAULT NULL, `ITEM_增加数值` decimal(22,10) DEFAULT NULL, `ITEM_调整后的日期` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_adjustday` -- LOCK TABLES `tlk_adjustday` WRITE; /*!40000 ALTER TABLE `tlk_adjustday` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_adjustday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_adjustmonth` -- DROP TABLE IF EXISTS `tlk_adjustmonth`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_adjustmonth` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_增加前日期` datetime DEFAULT NULL, `ITEM_增加数值` decimal(22,10) DEFAULT NULL, `ITEM_调整后的日期` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_adjustmonth` -- LOCK TABLES `tlk_adjustmonth` WRITE; /*!40000 ALTER TABLE `tlk_adjustmonth` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_adjustmonth` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_adjustyear` -- DROP TABLE IF EXISTS `tlk_adjustyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_adjustyear` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_增加前日期` datetime DEFAULT NULL, `ITEM_增加数值` decimal(22,10) DEFAULT NULL, `ITEM_调整后的日期` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_adjustyear` -- LOCK TABLES `tlk_adjustyear` WRITE; /*!40000 ALTER TABLE `tlk_adjustyear` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_adjustyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_apply_config` -- DROP TABLE IF EXISTS `tlk_apply_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_apply_config` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_area_choose` varchar(200) DEFAULT NULL COMMENT '省份选择按钮', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_apply_config` -- LOCK TABLES `tlk_apply_config` WRITE; /*!40000 ALTER TABLE `tlk_apply_config` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_apply_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_approval` -- DROP TABLE IF EXISTS `tlk_approval`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_approval` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_LICENSING_UNIT_PRICE` varchar(200) DEFAULT NULL COMMENT '许可单位名称', `ITEM_holdareaallName` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityareas` varchar(200) DEFAULT NULL COMMENT '许可单位id', `ITEM_activityid` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_holdarea` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_holdsite` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_organizer_company` varchar(200) DEFAULT NULL COMMENT '举办单位', `ITEM_udertack_company` varchar(200) DEFAULT NULL COMMENT '承办单位', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finiall_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_max_people` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_assessment_report` varchar(200) DEFAULT NULL COMMENT '评估报告', `ITEM_License_materials` varchar(200) DEFAULT NULL COMMENT '许可审批材料', `ITEM_safety_permit_form` varchar(200) DEFAULT NULL COMMENT '安全许可申请表', `ITEM_safety_permit_certificate` varchar(200) DEFAULT NULL COMMENT '安全许可申请受理材料', `ITEM_cchecktme` datetime DEFAULT NULL COMMENT '检查时间', `ITEM_check_status` longtext COMMENT '检查情况', `ITEM_check_materail` longtext COMMENT '检查材料', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_approval` -- LOCK TABLES `tlk_approval` WRITE; /*!40000 ALTER TABLE `tlk_approval` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_approval` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_approval_level_setting` -- DROP TABLE IF EXISTS `tlk_approval_level_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_approval_level_setting` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_setting_area` varchar(200) DEFAULT NULL COMMENT '当前配置地区', `ITEM_acceptance_level` varchar(200) DEFAULT NULL COMMENT '受理等级设定', `ITEM_getdepartent` varchar(200) DEFAULT NULL COMMENT '获取用户部门', `ITEM_set_approval_level` varchar(200) DEFAULT NULL COMMENT '审批级数设定', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_approval_level_setting` -- LOCK TABLES `tlk_approval_level_setting` WRITE; /*!40000 ALTER TABLE `tlk_approval_level_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_approval_level_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_back_record` -- DROP TABLE IF EXISTS `tlk_back_record`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_back_record` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_back_start` varchar(200) DEFAULT NULL COMMENT '退回时间', `ITEM_back` varchar(200) DEFAULT NULL COMMENT '退回原因', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_back_record` -- LOCK TABLES `tlk_back_record` WRITE; /*!40000 ALTER TABLE `tlk_back_record` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_back_record` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_check_applymsg` -- DROP TABLE IF EXISTS `tlk_check_applymsg`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_check_applymsg` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activity_names` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finialltime` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_holdprovience` varchar(200) DEFAULT NULL, `ITEM_holdcity` varchar(200) DEFAULT NULL, `ITEM_holdarea` varchar(200) DEFAULT NULL, `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_holdin` varchar(200) DEFAULT NULL COMMENT '活动审批所在地区', `ITEM_activitysetp` varchar(200) DEFAULT NULL COMMENT '获取活动状态', `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '举办活动id', `ITEM_pa_sure` varchar(200) DEFAULT NULL COMMENT '大型活动审批表材料确认', `ITEM_is_holdproof` varchar(200) DEFAULT NULL COMMENT '承办者合法成立的证明及安全责任人身份证明确认', `ITEM_is_lookplanexplain` varchar(200) DEFAULT NULL COMMENT '大型群众活动方案及说明确认', `ITEM_is_activitysaftyplan` varchar(200) DEFAULT NULL COMMENT '大型群众性活动安全方案确认', `ITEM_is_lease_certificate` varchar(200) DEFAULT NULL COMMENT '租赁证明确认', `ITEM_is_protal` varchar(200) DEFAULT NULL COMMENT '保安雇佣协议确认', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_check_applymsg` -- LOCK TABLES `tlk_check_applymsg` WRITE; /*!40000 ALTER TABLE `tlk_check_applymsg` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_check_applymsg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_company_info` -- DROP TABLE IF EXISTS `tlk_company_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_company_info` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_cuscc` varchar(200) DEFAULT NULL, `ITEM_cpname` varchar(200) DEFAULT NULL, `ITEM_cpuser` varchar(200) DEFAULT NULL, `ITEM_cpphone` varchar(200) DEFAULT NULL, `ITEM_import` varchar(200) DEFAULT NULL, `ITEM_cptype` varchar(200) DEFAULT NULL, `ITEM_cpstatus` varchar(200) DEFAULT NULL, `ITEM_cpusead` longtext, `ITEM_cpcodept` varchar(200) DEFAULT NULL, `ITEM_Address` varchar(200) DEFAULT NULL, `ITEM_cpdo` varchar(200) DEFAULT NULL, `ITEM_addname` varchar(200) DEFAULT NULL, `ITEM_addnum` varchar(200) DEFAULT NULL, `ITEM_isaddc` varchar(200) DEFAULT NULL, `ITEM_fj` longtext, `ITEM_remarks` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_company_info` -- LOCK TABLES `tlk_company_info` WRITE; /*!40000 ALTER TABLE `tlk_company_info` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_company_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_countbydql` -- DROP TABLE IF EXISTS `tlk_countbydql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_countbydql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单文档个数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_countbydql` -- LOCK TABLES `tlk_countbydql` WRITE; /*!40000 ALTER TABLE `tlk_countbydql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_countbydql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_countbysql` -- DROP TABLE IF EXISTS `tlk_countbysql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_countbysql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单文档个数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_countbysql` -- LOCK TABLES `tlk_countbysql` WRITE; /*!40000 ALTER TABLE `tlk_countbysql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_countbysql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_countnext` -- DROP TABLE IF EXISTS `tlk_countnext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_countnext` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_序号` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_countnext` -- LOCK TABLES `tlk_countnext` WRITE; /*!40000 ALTER TABLE `tlk_countnext` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_countnext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_countnext2` -- DROP TABLE IF EXISTS `tlk_countnext2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_countnext2` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_自动编号` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_countnext2` -- LOCK TABLES `tlk_countnext2` WRITE; /*!40000 ALTER TABLE `tlk_countnext2` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_countnext2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_countsubdocument` -- DROP TABLE IF EXISTS `tlk_countsubdocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_countsubdocument` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_子文档数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_countsubdocument` -- LOCK TABLES `tlk_countsubdocument` WRITE; /*!40000 ALTER TABLE `tlk_countsubdocument` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_countsubdocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_create_department` -- DROP TABLE IF EXISTS `tlk_create_department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_create_department` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_provience` varchar(200) DEFAULT NULL COMMENT '省份', `ITEM_provienceName` varchar(200) DEFAULT NULL COMMENT '省份名称', `ITEM_city` varchar(200) DEFAULT NULL COMMENT '市级部门', `ITEM_cityName` varchar(200) DEFAULT NULL COMMENT '城市名称', `ITEM_area` varchar(200) DEFAULT NULL COMMENT '县级部门', `ITEM_areaName` varchar(200) DEFAULT NULL COMMENT '区/县名称', `ITEM_police_department` varchar(200) DEFAULT NULL COMMENT '公安分局部门', `ITEM_policdepatementName` varchar(200) DEFAULT NULL COMMENT '公安分局名称', `ITEM_superid` varchar(200) DEFAULT NULL COMMENT '上级部门名称', `ITEM_areaid` varchar(200) DEFAULT NULL COMMENT '当前部门id', `ITEM_name` varchar(200) DEFAULT NULL COMMENT '当前部门名称', `ITEM_parentdeptId` varchar(200) DEFAULT NULL COMMENT '父级部门id', `ITEM_parentdeptName` varchar(200) DEFAULT NULL COMMENT '上级部门名称', `ITEM_deptId` varchar(200) DEFAULT NULL COMMENT '部门id', `ITEM_ispolicedepatment` varchar(200) DEFAULT NULL COMMENT '判断是否为公安局,0为地区,1为公安局', `ITEM_superFaterDepatmentId` varchar(200) DEFAULT NULL COMMENT '当前部门上两级部门id', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_create_department` -- LOCK TABLES `tlk_create_department` WRITE; /*!40000 ALTER TABLE `tlk_create_department` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_create_department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_createobject` -- DROP TABLE IF EXISTS `tlk_createobject`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_createobject` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_下拉选项` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_createobject` -- LOCK TABLES `tlk_createobject` WRITE; /*!40000 ALTER TABLE `tlk_createobject` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_createobject` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_createprocess` -- DROP TABLE IF EXISTS `tlk_createprocess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_createprocess` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取部门` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_createprocess` -- LOCK TABLES `tlk_createprocess` WRITE; /*!40000 ALTER TABLE `tlk_createprocess` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_createprocess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_createuser` -- DROP TABLE IF EXISTS `tlk_createuser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_createuser` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_userName` varchar(200) DEFAULT NULL COMMENT '用户姓名', `ITEM_phone` varchar(200) DEFAULT NULL COMMENT '手机号', `ITEM_password` varchar(200) DEFAULT NULL COMMENT '密码', `ITEM_userrole` varchar(200) DEFAULT NULL COMMENT '用户角色', `ITEM_provience` varchar(200) DEFAULT NULL COMMENT '省份名称', `ITEM_city` varchar(200) DEFAULT NULL COMMENT '城市名称', `ITEM_cityarea` varchar(200) DEFAULT NULL COMMENT '城市中的区', `ITEM_policedepatment` varchar(200) DEFAULT NULL COMMENT '所在公安局部门', `ITEM_policeDeptId` varchar(200) DEFAULT NULL COMMENT '用户部门id', `ITEM_areadetail` varchar(200) DEFAULT NULL COMMENT '地区详细地址', `ITEM_userRealName` varchar(200) DEFAULT NULL COMMENT '用户真实姓名', `ITEM_policeNo` varchar(200) DEFAULT NULL COMMENT '警号', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_createuser` -- LOCK TABLES `tlk_createuser` WRITE; /*!40000 ALTER TABLE `tlk_createuser` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_createuser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_diffdays` -- DROP TABLE IF EXISTS `tlk_diffdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_diffdays` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_相隔天数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_diffdays` -- LOCK TABLES `tlk_diffdays` WRITE; /*!40000 ALTER TABLE `tlk_diffdays` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_diffdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_diffhours` -- DROP TABLE IF EXISTS `tlk_diffhours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_diffhours` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_相隔小时数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_diffhours` -- LOCK TABLES `tlk_diffhours` WRITE; /*!40000 ALTER TABLE `tlk_diffhours` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_diffhours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_diffmonths` -- DROP TABLE IF EXISTS `tlk_diffmonths`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_diffmonths` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_相隔月份` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_diffmonths` -- LOCK TABLES `tlk_diffmonths` WRITE; /*!40000 ALTER TABLE `tlk_diffmonths` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_diffmonths` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_diffyears` -- DROP TABLE IF EXISTS `tlk_diffyears`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_diffyears` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_相隔年份` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_diffyears` -- LOCK TABLES `tlk_diffyears` WRITE; /*!40000 ALTER TABLE `tlk_diffyears` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_diffyears` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_findbydql` -- DROP TABLE IF EXISTS `tlk_findbydql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_findbydql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单字段值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_findbydql` -- LOCK TABLES `tlk_findbydql` WRITE; /*!40000 ALTER TABLE `tlk_findbydql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_findbydql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_findbysql` -- DROP TABLE IF EXISTS `tlk_findbysql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_findbysql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单字段值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_findbysql` -- LOCK TABLES `tlk_findbysql` WRITE; /*!40000 ALTER TABLE `tlk_findbysql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_findbysql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_finddocument` -- DROP TABLE IF EXISTS `tlk_finddocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_finddocument` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取文档对象` varchar(200) DEFAULT NULL, `ITEM_获取文档对象id` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_finddocument` -- LOCK TABLES `tlk_finddocument` WRITE; /*!40000 ALTER TABLE `tlk_finddocument` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_finddocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_form` -- DROP TABLE IF EXISTS `tlk_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_form` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_REQUESTCODE` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_form` -- LOCK TABLES `tlk_form` WRITE; /*!40000 ALTER TABLE `tlk_form` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_format` -- DROP TABLE IF EXISTS `tlk_format`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_format` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_format` -- LOCK TABLES `tlk_format` WRITE; /*!40000 ALTER TABLE `tlk_format` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getapplication` -- DROP TABLE IF EXISTS `tlk_getapplication`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getapplication` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_当前软件Id` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getapplication` -- LOCK TABLES `tlk_getapplication` WRITE; /*!40000 ALTER TABLE `tlk_getapplication` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getapplication` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getcurdate` -- DROP TABLE IF EXISTS `tlk_getcurdate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getcurdate` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_当前日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getcurdate` -- LOCK TABLES `tlk_getcurdate` WRITE; /*!40000 ALTER TABLE `tlk_getcurdate` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getcurdate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getcurrentdocument` -- DROP TABLE IF EXISTS `tlk_getcurrentdocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getcurrentdocument` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_返回当前文档对象` varchar(200) DEFAULT NULL, `ITEM_返回当前文档对象id` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getcurrentdocument` -- LOCK TABLES `tlk_getcurrentdocument` WRITE; /*!40000 ALTER TABLE `tlk_getcurrentdocument` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getcurrentdocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getday` -- DROP TABLE IF EXISTS `tlk_getday`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getday` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_日期` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getday` -- LOCK TABLES `tlk_getday` WRITE; /*!40000 ALTER TABLE `tlk_getday` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getdocitemvalue` -- DROP TABLE IF EXISTS `tlk_getdocitemvalue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getdocitemvalue` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_值1` varchar(200) DEFAULT NULL, `ITEM_值2` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getdocitemvalue` -- LOCK TABLES `tlk_getdocitemvalue` WRITE; /*!40000 ALTER TABLE `tlk_getdocitemvalue` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getdocitemvalue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getdocitemvalueasdate` -- DROP TABLE IF EXISTS `tlk_getdocitemvalueasdate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getdocitemvalueasdate` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_文档日期1` datetime DEFAULT NULL, `ITEM_文档日期2` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getdocitemvalueasdate` -- LOCK TABLES `tlk_getdocitemvalueasdate` WRITE; /*!40000 ALTER TABLE `tlk_getdocitemvalueasdate` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getdocitemvalueasdate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getdocitemvalueasint` -- DROP TABLE IF EXISTS `tlk_getdocitemvalueasint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getdocitemvalueasint` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_金额` decimal(22,10) DEFAULT NULL, `ITEM_数量` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getdocitemvalueasint` -- LOCK TABLES `tlk_getdocitemvalueasint` WRITE; /*!40000 ALTER TABLE `tlk_getdocitemvalueasint` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getdocitemvalueasint` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getdomainid` -- DROP TABLE IF EXISTS `tlk_getdomainid`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getdomainid` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取部门` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getdomainid` -- LOCK TABLES `tlk_getdomainid` WRITE; /*!40000 ALTER TABLE `tlk_getdomainid` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getdomainid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getequipment` -- DROP TABLE IF EXISTS `tlk_getequipment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getequipment` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_当前用户` varchar(200) DEFAULT NULL, `ITEM_登录设备` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getequipment` -- LOCK TABLES `tlk_getequipment` WRITE; /*!40000 ALTER TABLE `tlk_getequipment` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getequipment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getid` -- DROP TABLE IF EXISTS `tlk_getid`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getid` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_当前文档id` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getid` -- LOCK TABLES `tlk_getid` WRITE; /*!40000 ALTER TABLE `tlk_getid` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getitemvalue` -- DROP TABLE IF EXISTS `tlk_getitemvalue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getitemvalue` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_当前文档item值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getitemvalue` -- LOCK TABLES `tlk_getitemvalue` WRITE; /*!40000 ALTER TABLE `tlk_getitemvalue` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getitemvalue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getitemvalueasdate` -- DROP TABLE IF EXISTS `tlk_getitemvalueasdate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getitemvalueasdate` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始时间` datetime DEFAULT NULL, `ITEM_结束时间` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getitemvalueasdate` -- LOCK TABLES `tlk_getitemvalueasdate` WRITE; /*!40000 ALTER TABLE `tlk_getitemvalueasdate` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getitemvalueasdate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getitemvalueasdouble` -- DROP TABLE IF EXISTS `tlk_getitemvalueasdouble`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getitemvalueasdouble` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_数字1` varchar(200) DEFAULT NULL, `ITEM_数字2` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getitemvalueasdouble` -- LOCK TABLES `tlk_getitemvalueasdouble` WRITE; /*!40000 ALTER TABLE `tlk_getitemvalueasdouble` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getitemvalueasdouble` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getitemvalueasint` -- DROP TABLE IF EXISTS `tlk_getitemvalueasint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getitemvalueasint` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_金额` decimal(22,10) DEFAULT NULL, `ITEM_数量` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getitemvalueasint` -- LOCK TABLES `tlk_getitemvalueasint` WRITE; /*!40000 ALTER TABLE `tlk_getitemvalueasint` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getitemvalueasint` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getitemvalueasstring` -- DROP TABLE IF EXISTS `tlk_getitemvalueasstring`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getitemvalueasstring` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_备注` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getitemvalueasstring` -- LOCK TABLES `tlk_getitemvalueasstring` WRITE; /*!40000 ALTER TABLE `tlk_getitemvalueasstring` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getitemvalueasstring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getlastcount` -- DROP TABLE IF EXISTS `tlk_getlastcount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getlastcount` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_序号` varchar(200) DEFAULT NULL, `ITEM_最后编号` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getlastcount` -- LOCK TABLES `tlk_getlastcount` WRITE; /*!40000 ALTER TABLE `tlk_getlastcount` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getlastcount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getlastcount2` -- DROP TABLE IF EXISTS `tlk_getlastcount2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getlastcount2` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_商品编号` varchar(200) DEFAULT NULL, `ITEM_最后编号` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getlastcount2` -- LOCK TABLES `tlk_getlastcount2` WRITE; /*!40000 ALTER TABLE `tlk_getlastcount2` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getlastcount2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getmonth` -- DROP TABLE IF EXISTS `tlk_getmonth`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getmonth` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_日期` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getmonth` -- LOCK TABLES `tlk_getmonth` WRITE; /*!40000 ALTER TABLE `tlk_getmonth` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getmonth` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getoptionsbydql` -- DROP TABLE IF EXISTS `tlk_getoptionsbydql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getoptionsbydql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_进度` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getoptionsbydql` -- LOCK TABLES `tlk_getoptionsbydql` WRITE; /*!40000 ALTER TABLE `tlk_getoptionsbydql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getoptionsbydql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getparentdocument` -- DROP TABLE IF EXISTS `tlk_getparentdocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getparentdocument` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_完成度` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getparentdocument` -- LOCK TABLES `tlk_getparentdocument` WRITE; /*!40000 ALTER TABLE `tlk_getparentdocument` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getparentdocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getrelatedocument` -- DROP TABLE IF EXISTS `tlk_getrelatedocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getrelatedocument` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_数量筛选` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getrelatedocument` -- LOCK TABLES `tlk_getrelatedocument` WRITE; /*!40000 ALTER TABLE `tlk_getrelatedocument` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getrelatedocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_gettoday` -- DROP TABLE IF EXISTS `tlk_gettoday`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_gettoday` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_gettoday` -- LOCK TABLES `tlk_gettoday` WRITE; /*!40000 ALTER TABLE `tlk_gettoday` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_gettoday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getwebuser` -- DROP TABLE IF EXISTS `tlk_getwebuser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getwebuser` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_当前用户` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getwebuser` -- LOCK TABLES `tlk_getwebuser` WRITE; /*!40000 ALTER TABLE `tlk_getwebuser` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getwebuser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getworkingdaycount` -- DROP TABLE IF EXISTS `tlk_getworkingdaycount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getworkingdaycount` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_相隔工作天数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getworkingdaycount` -- LOCK TABLES `tlk_getworkingdaycount` WRITE; /*!40000 ALTER TABLE `tlk_getworkingdaycount` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getworkingdaycount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getworkingtimescount` -- DROP TABLE IF EXISTS `tlk_getworkingtimescount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getworkingtimescount` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_开始日期` datetime DEFAULT NULL, `ITEM_结束日期` datetime DEFAULT NULL, `ITEM_相隔工作小时数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getworkingtimescount` -- LOCK TABLES `tlk_getworkingtimescount` WRITE; /*!40000 ALTER TABLE `tlk_getworkingtimescount` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getworkingtimescount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_getyear` -- DROP TABLE IF EXISTS `tlk_getyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_getyear` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_日期` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_getyear` -- LOCK TABLES `tlk_getyear` WRITE; /*!40000 ALTER TABLE `tlk_getyear` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_getyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_holdproof` -- DROP TABLE IF EXISTS `tlk_holdproof`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_holdproof` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_holdproof` -- LOCK TABLES `tlk_holdproof` WRITE; /*!40000 ALTER TABLE `tlk_holdproof` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_holdproof` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_html编辑器_基本` -- DROP TABLE IF EXISTS `tlk_html编辑器_基本`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_html编辑器_基本` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_大小` longtext, `ITEM_手机可用_否` longtext, `ITEM_辅助_重计算` varchar(200) DEFAULT NULL, `ITEM_重计算` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏_true` longtext, `ITEM_打印时隐藏_false` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_html编辑器_基本` -- LOCK TABLES `tlk_html编辑器_基本` WRITE; /*!40000 ALTER TABLE `tlk_html编辑器_基本` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_html编辑器_基本` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_isdatetext` -- DROP TABLE IF EXISTS `tlk_isdatetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_isdatetext` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_日期` datetime DEFAULT NULL, `ITEM_是否只读` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_isdatetext` -- LOCK TABLES `tlk_isdatetext` WRITE; /*!40000 ALTER TABLE `tlk_isdatetext` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_isdatetext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_ismailaddresstext` -- DROP TABLE IF EXISTS `tlk_ismailaddresstext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_ismailaddresstext` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_邮箱` varchar(200) DEFAULT NULL, `ITEM_是否只读` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_ismailaddresstext` -- LOCK TABLES `tlk_ismailaddresstext` WRITE; /*!40000 ALTER TABLE `tlk_ismailaddresstext` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_ismailaddresstext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_isnegative` -- DROP TABLE IF EXISTS `tlk_isnegative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_isnegative` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_是否为负数` decimal(22,10) DEFAULT NULL, `ITEM_是否隐藏` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_isnegative` -- LOCK TABLES `tlk_isnegative` WRITE; /*!40000 ALTER TABLE `tlk_isnegative` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_isnegative` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_isnumbertext` -- DROP TABLE IF EXISTS `tlk_isnumbertext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_isnumbertext` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_编号` varchar(200) DEFAULT NULL, `ITEM_是否只读` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_isnumbertext` -- LOCK TABLES `tlk_isnumbertext` WRITE; /*!40000 ALTER TABLE `tlk_isnumbertext` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_isnumbertext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_ispositive` -- DROP TABLE IF EXISTS `tlk_ispositive`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_ispositive` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_是否为正数` decimal(22,10) DEFAULT NULL, `ITEM_是否隐藏` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_ispositive` -- LOCK TABLES `tlk_ispositive` WRITE; /*!40000 ALTER TABLE `tlk_ispositive` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_ispositive` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_jointext` -- DROP TABLE IF EXISTS `tlk_jointext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_jointext` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_球类` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_jointext` -- LOCK TABLES `tlk_jointext` WRITE; /*!40000 ALTER TABLE `tlk_jointext` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_jointext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_km资料库控件_基础` -- DROP TABLE IF EXISTS `tlk_km资料库控件_基础`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_km资料库控件_基础` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_只读时仅显示值` longtext, `ITEM_手机端不可用` longtext, `ITEM_预览时水印` longtext, `ITEM_下载时水印` longtext, `ITEM_打印时水印` longtext, `ITEM_全部水印` longtext, `ITEM_隐藏条件_true` longtext, `ITEM_隐藏条件_false` longtext, `ITEM_打印时隐藏条件_true` longtext, `ITEM_只读条件_true` longtext, `ITEM_只读条件_false` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_km资料库控件_基础` -- LOCK TABLES `tlk_km资料库控件_基础` WRITE; /*!40000 ALTER TABLE `tlk_km资料库控件_基础` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_km资料库控件_基础` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_lease_certificate` -- DROP TABLE IF EXISTS `tlk_lease_certificate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_lease_certificate` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL, `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_lease_certificate` -- LOCK TABLES `tlk_lease_certificate` WRITE; /*!40000 ALTER TABLE `tlk_lease_certificate` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_lease_certificate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_materials` -- DROP TABLE IF EXISTS `tlk_materials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_materials` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '举办活动id', `ITEM_time` varchar(200) DEFAULT NULL COMMENT '提交材料时间', `ITEM_updatetime` varchar(200) DEFAULT NULL COMMENT '更新材料时间', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_materials` -- LOCK TABLES `tlk_materials` WRITE; /*!40000 ALTER TABLE `tlk_materials` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_materials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_mymessage` -- DROP TABLE IF EXISTS `tlk_mymessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_mymessage` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_recivitime` varchar(200) DEFAULT NULL COMMENT '接收时间', `ITEM_recivcetime` varchar(200) DEFAULT NULL COMMENT '接受内容', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_mymessage` -- LOCK TABLES `tlk_mymessage` WRITE; /*!40000 ALTER TABLE `tlk_mymessage` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_mymessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_parsedate` -- DROP TABLE IF EXISTS `tlk_parsedate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_parsedate` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_字符串` datetime DEFAULT NULL, `ITEM_日期` datetime DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_parsedate` -- LOCK TABLES `tlk_parsedate` WRITE; /*!40000 ALTER TABLE `tlk_parsedate` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_parsedate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_pdf签章表单` -- DROP TABLE IF EXISTS `tlk_pdf签章表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_pdf签章表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_个人照片` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_pdf签章表单` -- LOCK TABLES `tlk_pdf签章表单` WRITE; /*!40000 ALTER TABLE `tlk_pdf签章表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_pdf签章表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_pdf签章_新表单` -- DROP TABLE IF EXISTS `tlk_pdf签章_新表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_pdf签章_新表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_头像` longtext, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_所属部门` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_pdf签章_新表单` -- LOCK TABLES `tlk_pdf签章_新表单` WRITE; /*!40000 ALTER TABLE `tlk_pdf签章_新表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_pdf签章_新表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_permit_application` -- DROP TABLE IF EXISTS `tlk_permit_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_permit_application` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_undertaker` varchar(200) DEFAULT NULL COMMENT '承办者', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_apply_time` varchar(200) DEFAULT NULL COMMENT '申请时间', `ITEM_activity_name_next` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_start_time` datetime DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_finialltime` datetime DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_location` varchar(200) DEFAULT NULL COMMENT '活动地点/路线', `ITEM_site_area` varchar(200) DEFAULT NULL COMMENT '场地面积/里程', `ITEM_rated_capacity` varchar(200) DEFAULT NULL COMMENT '额定容量', `ITEM_votes_number` varchar(200) DEFAULT NULL COMMENT '拟发售票数', `ITEM_activity_content` varchar(200) DEFAULT NULL COMMENT '活动内容', `ITEM_upr_name` varchar(200) DEFAULT NULL COMMENT '名 称', `ITEM_upr_safety_undertake` varchar(200) DEFAULT NULL COMMENT '安全责任人', `ITEM_upr_position` varchar(200) DEFAULT NULL COMMENT '职 务', `ITEM_upr_identy` longtext COMMENT '身份证件种类和号码', `ITEM_upr_phone` varchar(200) DEFAULT NULL COMMENT '联系电话', `ITEM_upr_link` varchar(200) DEFAULT NULL COMMENT '承办者联系人', `ITEM_utc_position` varchar(200) DEFAULT NULL COMMENT '承办者联系人职 务', `ITEM_utc_phone` varchar(200) DEFAULT NULL COMMENT '承办者联系人电话', `ITEM_ms_name` varchar(200) DEFAULT NULL COMMENT '场地名 称', `ITEM_ms_main_undertake` varchar(200) DEFAULT NULL COMMENT '场地主要负责人', `ITEM_msc_position` varchar(200) DEFAULT NULL COMMENT '场地负责人职务', `ITEM_msc_phone` varchar(200) DEFAULT NULL COMMENT '场地负责人主要联系电话', `ITEM_ms_link` varchar(200) DEFAULT NULL COMMENT '场地联系人', `ITEM_msl_position` varchar(200) DEFAULT NULL COMMENT '场地联系人职务', `ITEM_msl_phone` varchar(200) DEFAULT NULL COMMENT '场地联系人电话', `ITEM_tfc_name` varchar(200) DEFAULT NULL COMMENT '单位名称', `ITEM_tfc_type` varchar(200) DEFAULT NULL COMMENT '临建企业类型', `ITEM_tfc_regisernum` varchar(200) DEFAULT NULL COMMENT '临建企业注册号', `ITEM_tfc_undertack` varchar(200) DEFAULT NULL COMMENT '临检主要负责人', `ITEM_tfc_position` varchar(200) DEFAULT NULL COMMENT '临建主要负责人职 务', `ITEM_sg_situation` varchar(200) DEFAULT NULL COMMENT '保安人员主要负责人', `ITEM_sg_position` varchar(200) DEFAULT NULL COMMENT '保安主要负责人职务', `ITEM_sg_phone` varchar(200) DEFAULT NULL COMMENT '保安主要负责人联系电话', `ITEM_sg_number` varchar(200) DEFAULT NULL COMMENT '受雇保安员数量', `ITEM_sg_others` longtext COMMENT '备 注', `ITEM_sg_opinions` longtext COMMENT '承 办 者 意 见', `ITEM_sg_manger_opinions` longtext COMMENT '场所管理者意见', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_permit_application` -- LOCK TABLES `tlk_permit_application` WRITE; /*!40000 ALTER TABLE `tlk_permit_application` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_permit_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_planexplain` -- DROP TABLE IF EXISTS `tlk_planexplain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_planexplain` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_planexplain` -- LOCK TABLES `tlk_planexplain` WRITE; /*!40000 ALTER TABLE `tlk_planexplain` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_planexplain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_querybydql` -- DROP TABLE IF EXISTS `tlk_querybydql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_querybydql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_作者` varchar(200) DEFAULT NULL, `ITEM_物品` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_querybydql` -- LOCK TABLES `tlk_querybydql` WRITE; /*!40000 ALTER TABLE `tlk_querybydql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_querybydql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_querybydqldomain` -- DROP TABLE IF EXISTS `tlk_querybydqldomain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_querybydqldomain` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单文档个数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_querybydqldomain` -- LOCK TABLES `tlk_querybydqldomain` WRITE; /*!40000 ALTER TABLE `tlk_querybydqldomain` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_querybydqldomain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_querybydqlwithcache` -- DROP TABLE IF EXISTS `tlk_querybydqlwithcache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_querybydqlwithcache` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_总和` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_querybydqlwithcache` -- LOCK TABLES `tlk_querybydqlwithcache` WRITE; /*!40000 ALTER TABLE `tlk_querybydqlwithcache` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_querybydqlwithcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_ref_detail` -- DROP TABLE IF EXISTS `tlk_ref_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_ref_detail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_ref_detail` -- LOCK TABLES `tlk_ref_detail` WRITE; /*!40000 ALTER TABLE `tlk_ref_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_ref_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_ref_submit` -- DROP TABLE IF EXISTS `tlk_ref_submit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_ref_submit` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ITEM_REF_explain` longtext COMMENT '补充材料说明', `ITEM_REF_upload` longtext COMMENT '补充材料上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_ref_submit` -- LOCK TABLES `tlk_ref_submit` WRITE; /*!40000 ALTER TABLE `tlk_ref_submit` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_ref_submit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_report_apply` -- DROP TABLE IF EXISTS `tlk_report_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_report_apply` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '承办方(执行)单位名称', `ITEM_tianjiadanwei` varchar(200) DEFAULT NULL COMMENT '添加单位', `ITEM_company` longtext COMMENT '添加其他的单位', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_zhanhuileixing` varchar(200) DEFAULT NULL COMMENT '展会类型', `ITEM_gaofenrenshu` varchar(200) DEFAULT NULL COMMENT '预计每日高峰人数', `ITEM_is_profitable` varchar(200) DEFAULT NULL COMMENT '是否为盈利性演出', `ITEM_activity_hold_province` varchar(200) DEFAULT NULL COMMENT '活动举办省份', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_hold_area` varchar(200) DEFAULT NULL COMMENT '活动举办地区', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动期间单日最大参加人数', `ITEM_licensing_unit` varchar(200) DEFAULT NULL COMMENT '许可单位', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动场地名称', `ITEM_site_type` varchar(200) DEFAULT NULL COMMENT '场地类型', `ITEM_outdoor_site_type` varchar(200) DEFAULT NULL COMMENT '室外场地类型', `ITEM_activity_start_time` datetime DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` datetime DEFAULT NULL COMMENT '活动结束时间', `ITEM_activitystatus` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_activitystep` varchar(200) DEFAULT NULL COMMENT '活动材料提交进度记录', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_province_city_area` varchar(200) DEFAULT NULL COMMENT '拼接省+市+区', `ITEM_type` varchar(200) DEFAULT NULL COMMENT '内网活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_report_apply` -- LOCK TABLES `tlk_report_apply` WRITE; /*!40000 ALTER TABLE `tlk_report_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_report_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_report_detail_list` -- DROP TABLE IF EXISTS `tlk_report_detail_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_report_detail_list` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_create_date` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activity_no` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_source` varchar(200) DEFAULT NULL COMMENT '活动来源', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_report_detail_list` -- LOCK TABLES `tlk_report_detail_list` WRITE; /*!40000 ALTER TABLE `tlk_report_detail_list` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_report_detail_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_reportdetail` -- DROP TABLE IF EXISTS `tlk_reportdetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_reportdetail` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activitystatus` varchar(200) DEFAULT NULL, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_create_time` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activityno` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_type` varchar(200) DEFAULT NULL COMMENT '活动类型', `ITEM_actiity_hold_city` varchar(200) DEFAULT NULL COMMENT '活动举办城市', `ITEM_activity_venue_name` varchar(200) DEFAULT NULL COMMENT '活动举办场地', `ITEM_activity_start_time` varchar(200) DEFAULT NULL COMMENT '活动开始时间', `ITEM_activity_over_time` varchar(200) DEFAULT NULL COMMENT '活动结束时间', `ITEM_activity_hold_company_name` varchar(200) DEFAULT NULL COMMENT '活动承办方', `ITEM_participants_num` varchar(200) DEFAULT NULL COMMENT '活动当日最大人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_reportdetail` -- LOCK TABLES `tlk_reportdetail` WRITE; /*!40000 ALTER TABLE `tlk_reportdetail` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_reportdetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_resetcounter` -- DROP TABLE IF EXISTS `tlk_resetcounter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_resetcounter` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_商品编号` varchar(200) DEFAULT NULL, `ITEM_重置编号` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_resetcounter` -- LOCK TABLES `tlk_resetcounter` WRITE; /*!40000 ALTER TABLE `tlk_resetcounter` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_resetcounter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_rfelist` -- DROP TABLE IF EXISTS `tlk_rfelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_rfelist` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_create_date` varchar(200) DEFAULT NULL COMMENT '创建日期', `ITEM_activity_no` varchar(200) DEFAULT NULL COMMENT '活动编号', `ITEM_activity_name` varchar(200) DEFAULT NULL COMMENT '活动名称', `ITEM_activity_source` varchar(200) DEFAULT NULL COMMENT '活动来源', `ITEM_activity_status` varchar(200) DEFAULT NULL COMMENT '活动状态', `ITEM_Added_status` varchar(200) DEFAULT NULL COMMENT '补充状态', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_rfelist` -- LOCK TABLES `tlk_rfelist` WRITE; /*!40000 ALTER TABLE `tlk_rfelist` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_rfelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_round` -- DROP TABLE IF EXISTS `tlk_round`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_round` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_价格` decimal(22,10) DEFAULT NULL, `ITEM_数值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_round` -- LOCK TABLES `tlk_round` WRITE; /*!40000 ALTER TABLE `tlk_round` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_round` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_security_employment_protal` -- DROP TABLE IF EXISTS `tlk_security_employment_protal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_security_employment_protal` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL, `ITEM_picture` longtext COMMENT '图片上传', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_security_employment_protal` -- LOCK TABLES `tlk_security_employment_protal` WRITE; /*!40000 ALTER TABLE `tlk_security_employment_protal` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_security_employment_protal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_securityman` -- DROP TABLE IF EXISTS `tlk_securityman`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_securityman` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_pirture` longtext COMMENT '头像', `ITEM_userID` longtext COMMENT '姓名', `ITEM_securityName` varchar(200) DEFAULT NULL COMMENT '保安员姓名', `ITEM_DeptName` varchar(200) DEFAULT NULL COMMENT '所属部门', `ITEM_DeptID` varchar(200) DEFAULT NULL COMMENT '部门ID', `ITEM_isInMyCompany` varchar(200) DEFAULT NULL COMMENT '用户是否在本企业', `ITEM_isCertified` varchar(200) DEFAULT NULL COMMENT '证件核验', `ITEM_LastAuthTime` datetime DEFAULT NULL COMMENT '最新认证时间', `ITEM_documentType` varchar(200) DEFAULT NULL COMMENT '证件类型', `ITEM_documentID` varchar(200) DEFAULT NULL COMMENT '证件号码', `ITEM_jobType` varchar(200) DEFAULT NULL COMMENT '人员类型', `ITEM_phone` varchar(200) DEFAULT NULL COMMENT '手机号', `ITEM_entryDate` datetime DEFAULT NULL COMMENT '入职日期', `ITEM_domain_id` varchar(200) DEFAULT NULL COMMENT '企业域ID', `ITEM_birthdate` datetime DEFAULT NULL COMMENT '出生日期', `ITEM_sex` varchar(200) DEFAULT NULL COMMENT '性别', `ITEM_nationality` varchar(200) DEFAULT NULL COMMENT '国籍', `ITEM_education` varchar(200) DEFAULT NULL COMMENT '学历', `ITEM_height` decimal(22,10) DEFAULT NULL COMMENT '身高', `ITEM_bloodType` varchar(200) DEFAULT NULL COMMENT '血型', `ITEM_nation` varchar(200) DEFAULT NULL COMMENT '民族', `ITEM_politicalOutlook` varchar(200) DEFAULT NULL COMMENT '政治面貌', `ITEM_maritalStatus` varchar(200) DEFAULT NULL COMMENT '婚姻状况', `ITEM_homeAddress` varchar(200) DEFAULT NULL COMMENT '居住地址', `ITEM_householdType` varchar(200) DEFAULT NULL COMMENT '户籍类型', `ITEM_emergencyContact` varchar(200) DEFAULT NULL COMMENT '紧急联系人', `ITEM_emergencyPhone` varchar(200) DEFAULT NULL COMMENT '紧急联系人手机号', `ITEM_licenseLevel` varchar(200) DEFAULT NULL COMMENT '驾照等级', `ITEM_isVeteran` varchar(200) DEFAULT NULL COMMENT '是否退伍军人', `ITEM_workYears` varchar(200) DEFAULT NULL COMMENT '从业年限', `ITEM_diseaseHistory` longtext COMMENT '疾病史', `ITEM_IDFacePhoto` longtext COMMENT '身份证人像面', `ITEM_IDNationPhoto` longtext COMMENT '身份证国徽面', `ITEM_IDHeaderPhoto` longtext COMMENT '身份证头像', `ITEM_headPhoto` longtext COMMENT '标准一寸免冠白底证件照照片', `ID` varchar(200) NOT NULL, `ITEM_leaveDate` datetime DEFAULT NULL COMMENT '离职时间', `ITEM_companyName` varchar(200) DEFAULT NULL COMMENT '公司名称', `ITEM_insure` varchar(200) DEFAULT NULL COMMENT '是否投保', `ITEM_IDValidationS` varchar(50) DEFAULT NULL COMMENT '身份证有效期开始', `ITEM_IDValidationE` varchar(50) DEFAULT NULL COMMENT '身份证有效期结束', `ITEM_IDAddress` varchar(200) DEFAULT NULL COMMENT '身份证地址', `ITEM_IDAddressPhoto` longtext, `ITEM_IDValidationPhoto` longtext, `ITEM_lastSearchPastTime` datetime DEFAULT NULL, `ITEM_LOCATION` varchar(200) DEFAULT NULL COMMENT '定位经纬度', `ITEM_shiming` varchar(200) DEFAULT NULL COMMENT '实名认证,非证件核验', `ITEM_beizhu` varchar(200) DEFAULT NULL COMMENT '实名认证备注,失败原因', `ITEM_certification` varchar(200) DEFAULT NULL COMMENT '证书', `item_lastCompareTime` datetime DEFAULT NULL COMMENT '上次比对时间', PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_securityman` -- LOCK TABLES `tlk_securityman` WRITE; /*!40000 ALTER TABLE `tlk_securityman` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_securityman` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_set_organization_overviews` -- DROP TABLE IF EXISTS `tlk_set_organization_overviews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_set_organization_overviews` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_is_co_organizer` varchar(200) DEFAULT NULL COMMENT '是否存在协办单位', `ITEM_is_guidance_unit` varchar(200) DEFAULT NULL COMMENT '是否存在指导单位', `ITEM_is_catering_company` varchar(200) DEFAULT NULL COMMENT '是否存在餐饮公司', `ITEM_tickets_involved` varchar(200) DEFAULT NULL COMMENT '涉及门票', `ITEM_part_ticketing_companies` varchar(200) DEFAULT NULL COMMENT '票务公司参与', `ITEM_temporary_facilities` varchar(200) DEFAULT NULL COMMENT '临建设施', `ITEM_temporary_seat` varchar(200) DEFAULT NULL COMMENT '临时座椅', `ITEM_use_props` varchar(200) DEFAULT NULL COMMENT '使用道具', `ITEM_part_supervision_company` varchar(200) DEFAULT NULL COMMENT '监理公司参与', `ITEM_part_construction_company` varchar(200) DEFAULT NULL COMMENT '临建公司参与', `ITEM_part_rental_companies` varchar(200) DEFAULT NULL COMMENT '场租公司参与', `ITEM_build_temporary_facilities` longtext COMMENT '搭建临建设施', `ITEM_entrance_security` varchar(200) DEFAULT NULL COMMENT '入场安检', `ITEM_medical_assistance` varchar(200) DEFAULT NULL COMMENT '医疗救助', `ITEM_buy_insurance` varchar(200) DEFAULT NULL COMMENT '购买保险', `ITEM_security_staff_involved` varchar(200) DEFAULT NULL COMMENT '保安公司参与', `ITEM_security_involved` varchar(200) DEFAULT NULL COMMENT '购买保险', `ITEM_company_fangbao` varchar(200) DEFAULT NULL COMMENT '防爆公司参与', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_set_organization_overviews` -- LOCK TABLES `tlk_set_organization_overviews` WRITE; /*!40000 ALTER TABLE `tlk_set_organization_overviews` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_set_organization_overviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_splitstring` -- DROP TABLE IF EXISTS `tlk_splitstring`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_splitstring` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_球类选项` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_splitstring` -- LOCK TABLES `tlk_splitstring` WRITE; /*!40000 ALTER TABLE `tlk_splitstring` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_splitstring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_splittext` -- DROP TABLE IF EXISTS `tlk_splittext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_splittext` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_球类选项` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_splittext` -- LOCK TABLES `tlk_splittext` WRITE; /*!40000 ALTER TABLE `tlk_splittext` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_splittext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_sql视图表单` -- DROP TABLE IF EXISTS `tlk_sql视图表单`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_sql视图表单` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_姓名` varchar(200) DEFAULT NULL, `ITEM_入职时间` datetime DEFAULT NULL, `ITEM_性别` varchar(200) DEFAULT NULL, `ITEM_爱好` longtext, `ITEM_部门选择框` varchar(200) DEFAULT NULL, `ITEM_职务` varchar(200) DEFAULT NULL, `ITEM_毕业学校` varchar(200) DEFAULT NULL, `ITEM_最高学历` varchar(200) DEFAULT NULL, `ITEM_在校荣誉` longtext, `ITEM_备注` longtext, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_sql视图表单` -- LOCK TABLES `tlk_sql视图表单` WRITE; /*!40000 ALTER TABLE `tlk_sql视图表单` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_sql视图表单` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_sumbydql` -- DROP TABLE IF EXISTS `tlk_sumbydql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_sumbydql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单某字段值总和` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_sumbydql` -- LOCK TABLES `tlk_sumbydql` WRITE; /*!40000 ALTER TABLE `tlk_sumbydql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_sumbydql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_sumbysql` -- DROP TABLE IF EXISTS `tlk_sumbysql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_sumbysql` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_获取A表单某字段值总和` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_sumbysql` -- LOCK TABLES `tlk_sumbysql` WRITE; /*!40000 ALTER TABLE `tlk_sumbysql` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_sumbysql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_sumsubdocument` -- DROP TABLE IF EXISTS `tlk_sumsubdocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_sumsubdocument` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_子文档字段值` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_sumsubdocument` -- LOCK TABLES `tlk_sumsubdocument` WRITE; /*!40000 ALTER TABLE `tlk_sumsubdocument` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_sumsubdocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_tabbars_apply` -- DROP TABLE IF EXISTS `tlk_tabbars_apply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_tabbars_apply` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_geturlparamter` varchar(200) DEFAULT NULL COMMENT '获取路由中的参数', `ITEM_name_of_organizer` varchar(200) DEFAULT NULL COMMENT '承办单位名称d', `ITEM_nature_of_undertaker` varchar(200) DEFAULT NULL COMMENT '承办单位名称', `ITEM_experience_organizing` varchar(200) DEFAULT NULL COMMENT '承办单位活动承办经验', `ITEM_brief_introduction_organizer` varchar(200) DEFAULT NULL COMMENT '承办单位简介', `ITEM_application_organizer` varchar(200) DEFAULT NULL COMMENT '承办单位大型群众性活动安全许可申请表', `ITEM_identity_certificate` varchar(200) DEFAULT NULL COMMENT '安全责任人身份证明', `ITEM_business_performance_license` varchar(200) DEFAULT NULL COMMENT '承办单位营业性演出许可证', `ITEM_act_approval_documents` varchar(200) DEFAULT NULL COMMENT '承办单位营业性演出批准文件', `ITEM_other_supporting` varchar(200) DEFAULT NULL COMMENT '承办商其他证明文件', `ITEM_approval_documents` varchar(200) DEFAULT NULL COMMENT '承办批准文件', `ITEM_undertake_electronic_insurance` varchar(200) DEFAULT NULL COMMENT '承办电子保单/保单复印件', `ITEM_undertaking_purchase_insurance` varchar(200) DEFAULT NULL COMMENT '承办单位购买保险', `ITEM_undertaking_risk_assessment` varchar(200) DEFAULT NULL COMMENT '承办风险评估说明', `ITEM_performing_groups_and_actors` varchar(200) DEFAULT NULL COMMENT '承办文艺表演团体、演员同意参加演出的书面函件', `ITEM_cooperation_agreements_signed` varchar(200) DEFAULT NULL COMMENT '与参加演出的文艺表演团体、演员签订的合作协议', `ITEM_is_main_unit_same` varchar(200) DEFAULT NULL COMMENT '主承办是否为同一单位', `ITEM_mame_of_main_unit` varchar(200) DEFAULT NULL COMMENT '主办单位名称', `ITEM_name_of_the_sponsor` varchar(200) DEFAULT NULL COMMENT '主办单位性质', `ITEM_main_brief_introduction` varchar(200) DEFAULT NULL COMMENT '主办单位简介', `ITEM_name_of_co_organizer` varchar(200) DEFAULT NULL, `ITEM_co_brief_introduction` varchar(200) DEFAULT NULL COMMENT '协办单位简介', `ITEM_certificate_qualification` varchar(200) DEFAULT NULL COMMENT '协办单位资质证明文件', `ITEM_name_of_guidance_unit` varchar(200) DEFAULT NULL COMMENT '指导单位名称', `ITEM_guidance_introduction` varchar(200) DEFAULT NULL COMMENT '指导单位简介', `ITEM_catering_company_name` varchar(200) DEFAULT NULL COMMENT '食品、餐饮服务公司名称', `ITEM_qualification_certificate` varchar(200) DEFAULT NULL COMMENT '资质、资格证明文件', `ITEM_catering_company_service` varchar(200) DEFAULT NULL COMMENT '食品、餐饮服务公司服务协议', `ITEM_types_catering_products` varchar(200) DEFAULT NULL COMMENT '餐饮产品类型', `ITEM_service_management` varchar(200) DEFAULT NULL COMMENT '食品、餐饮服务公司食品、餐饮服务管理措施', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_tabbars_apply` -- LOCK TABLES `tlk_tabbars_apply` WRITE; /*!40000 ALTER TABLE `tlk_tabbars_apply` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_tabbars_apply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_threshold_create` -- DROP TABLE IF EXISTS `tlk_threshold_create`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_threshold_create` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_provience` varchar(200) DEFAULT NULL COMMENT '省份', `ITEM_city` varchar(200) DEFAULT NULL COMMENT '城市', `ITEM_area` varchar(200) DEFAULT NULL COMMENT '地区', `ITEM_areacode` varchar(200) DEFAULT NULL COMMENT '区域编码', `ITEM_areaname` varchar(200) DEFAULT NULL COMMENT '区域名称', `ITEM_people_num` varchar(200) DEFAULT NULL COMMENT '审批人数', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_threshold_create` -- LOCK TABLES `tlk_threshold_create` WRITE; /*!40000 ALTER TABLE `tlk_threshold_create` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_threshold_create` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_threshold_setting` -- DROP TABLE IF EXISTS `tlk_threshold_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_threshold_setting` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_area_code` varchar(200) DEFAULT NULL COMMENT '区域编码', `ITEM_area_name` varchar(200) DEFAULT NULL COMMENT '区域名称', `ITEM_ac_peoplenum` varchar(200) DEFAULT NULL COMMENT '审批人数阈值', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_threshold_setting` -- LOCK TABLES `tlk_threshold_setting` WRITE; /*!40000 ALTER TABLE `tlk_threshold_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_threshold_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_toceil` -- DROP TABLE IF EXISTS `tlk_toceil`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_toceil` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_价格` decimal(22,10) DEFAULT NULL, `ITEM_最小整数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_toceil` -- LOCK TABLES `tlk_toceil` WRITE; /*!40000 ALTER TABLE `tlk_toceil` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_toceil` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_tofloor` -- DROP TABLE IF EXISTS `tlk_tofloor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_tofloor` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHORDEPTID` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `AUTHOR_USER_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `SUBFORMIDS` varchar(200) DEFAULT NULL, `INITIATOR` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(200) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_价格` decimal(22,10) DEFAULT NULL, `ITEM_最大整数` varchar(200) DEFAULT NULL, `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_tofloor` -- LOCK TABLES `tlk_tofloor` WRITE; /*!40000 ALTER TABLE `tlk_tofloor` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_tofloor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tlk_uploading` -- DROP TABLE IF EXISTS `tlk_uploading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tlk_uploading` ( `PARENT` varchar(200) DEFAULT NULL, `LASTMODIFIED` datetime DEFAULT NULL, `FORMNAME` varchar(200) DEFAULT NULL, `STATE` varchar(200) DEFAULT NULL, `AUDITUSER` varchar(200) DEFAULT NULL, `AUDITDATE` datetime DEFAULT NULL, `AUTHOR` varchar(200) DEFAULT NULL, `AUTHOR_DEPT_INDEX` varchar(2000) DEFAULT NULL, `CREATED` datetime DEFAULT NULL, `FORMID` varchar(200) DEFAULT NULL, `ISTMP` bit(1) DEFAULT NULL, `VERSIONS` int(11) DEFAULT NULL, `APPLICATIONID` varchar(200) DEFAULT NULL, `STATEINT` int(11) DEFAULT NULL, `STATELABEL` varchar(2000) DEFAULT NULL, `AUDITORNAMES` longtext, `LASTFLOWOPERATION` varchar(200) DEFAULT NULL, `LASTMODIFIER` varchar(200) DEFAULT NULL, `DOMAINID` varchar(200) DEFAULT NULL, `AUDITORLIST` longtext, `COAUDITORLIST` longtext, `STATELABELINFO` longtext, `PREVAUDITNODE` longtext, `PREVAUDITUSER` longtext, `OPTIONITEM` longtext, `SIGN` longtext, `KINGGRIDSIGNATURE` longtext, `ITEM_activityId` varchar(200) DEFAULT NULL COMMENT '活动id', `ITEM_uploading` longtext COMMENT '上传备案材料', `ITEM_cause` longtext COMMENT '原因', `ID` varchar(200) NOT NULL, PRIMARY KEY (`ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tlk_uploading` -- LOCK TABLES `tlk_uploading` WRITE; /*!40000 ALTER TABLE `tlk_uploading` DISABLE KEYS */; /*!40000 ALTER TABLE `tlk_uploading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_sync_data_queues` -- DROP TABLE IF EXISTS `ts_sync_data_queues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ts_sync_data_queues` ( `id` varchar(255) NOT NULL, `created_time` datetime NOT NULL, `data` longtext NOT NULL, `file_sync_result` longtext, `file_sync_status` int(11) NOT NULL, `form_sync_config` longtext NOT NULL, `last_file_processed_time` datetime DEFAULT NULL, `last_processed_time` datetime DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `need_sync_file` bit(1) NOT NULL, `reference_id` varchar(100) NOT NULL, `result` longtext, `retry_count` int(11) NOT NULL, `status` int(11) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ts_sync_data_queues` -- LOCK TABLES `ts_sync_data_queues` WRITE; /*!40000 ALTER TABLE `ts_sync_data_queues` DISABLE KEYS */; /*!40000 ALTER TABLE `ts_sync_data_queues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `use_url` -- DROP TABLE IF EXISTS `use_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `use_url` ( `id` int(11) NOT NULL, `url` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `use_url` -- LOCK TABLES `use_url` WRITE; /*!40000 ALTER TABLE `use_url` DISABLE KEYS */; /*!40000 ALTER TABLE `use_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Temporary table structure for view `vw_contract` -- DROP TABLE IF EXISTS `vw_contract`; /*!50001 DROP VIEW IF EXISTS `vw_contract`*/; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE VIEW `vw_contract` AS SELECT 1 AS `id`, 1 AS `creator_created_time`, 1 AS `creator_id`, 1 AS `creator_name`, 1 AS `last_modifier_created_time`, 1 AS `last_modifier_id`, 1 AS `last_modifier_name`, 1 AS `a_name`, 1 AS `attachment`, 1 AS `b_name`, 1 AS `begin_date`, 1 AS `date_limit_less`, 1 AS `end_date`, 1 AS `name`, 1 AS `note`, 1 AS `status`, 1 AS `status_note`, 1 AS `employee_id`, 1 AS `organization_id`*/; SET character_set_client = @saved_cs_client; -- -- Temporary table structure for view `vw_employee` -- DROP TABLE IF EXISTS `vw_employee`; /*!50001 DROP VIEW IF EXISTS `vw_employee`*/; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE VIEW `vw_employee` AS SELECT 1 AS `ITEM_pirture`, 1 AS `ITEM_sex`, 1 AS `ITEM_userID`, 1 AS `ITEM_securityName`, 1 AS `ITEM_DeptName`, 1 AS `ITEM_jobType`, 1 AS `ITEM_documentID`, 1 AS `ITEM_phone`, 1 AS `ITEM_birthdate`, 1 AS `ITEM_nationality`, 1 AS `ITEM_education`, 1 AS `ITEM_height`, 1 AS `ITEM_nation`, 1 AS `ITEM_politicalOutlook`, 1 AS `ITEM_householdType`, 1 AS `ITEM_homeAddress`, 1 AS `ITEM_isVeteran`, 1 AS `ITEM_workYears`, 1 AS `ITEM_isCertified`, 1 AS `ITEM_IDFacePhoto`, 1 AS `ITEM_IDNationPhoto`, 1 AS `ITEM_IDHeaderPhoto`, 1 AS `ITEM_headPhoto`, 1 AS `ITEM_isInMyCompany`, 1 AS `ITEM_entryDate`, 1 AS `ITEM_leaveDate`, 1 AS `DOMAINID`, 1 AS `ITEM_insure`, 1 AS `ITEM_shiming`, 1 AS `ITEM_maritalStatus`, 1 AS `ITEM_IDAddress`, 1 AS `attendanceSiteStatus`, 1 AS `licenseLevel`, 1 AS `ITEM_companyName`, 1 AS `ITEM_LonLatJson`*/; SET character_set_client = @saved_cs_client; -- -- Final view structure for view `sync_department_view` -- /*!50001 DROP VIEW IF EXISTS `sync_department_view`*/; /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; /*!50001 SET character_set_client = utf8mb4 */; /*!50001 SET character_set_results = utf8mb4 */; /*!50001 SET collation_connection = utf8mb4_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ /*!50001 VIEW `sync_department_view` AS select `a`.`id` AS `id`,`a`.`code` AS `code`,`a`.`created_time` AS `created_time`,`a`.`display_order` AS `display_order`,`a`.`index_tree` AS `index_tree`,`a`.`last_updated_time` AS `LASTMODIFIED`,`a`.`level` AS `level`,`a`.`name` AS `name`,`a`.`permission_config` AS `permission_config`,`a`.`permission_type` AS `permission_type`,`a`.`status` AS `status`,`a`.`total_member` AS `total_member`,`a`.`organization_id` AS `organization_id`,`a`.`parent_id` AS `parent_id`,`a`.`organization_id` AS `domainId` from `tenant_departments` `a` */; /*!50001 SET character_set_client = @saved_cs_client */; /*!50001 SET character_set_results = @saved_cs_results */; /*!50001 SET collation_connection = @saved_col_connection */; -- -- Final view structure for view `sync_employee_view` -- /*!50001 DROP VIEW IF EXISTS `sync_employee_view`*/; /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; /*!50001 SET character_set_client = utf8mb4 */; /*!50001 SET character_set_results = utf8mb4 */; /*!50001 SET collation_connection = utf8mb4_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ /*!50001 VIEW `sync_employee_view` AS select concat(`report_employees`.`id`,'--__qFCcCnozYNwzoG3O6Ms') AS `id`,`report_employees`.`domain_id` AS `domain_id`,concat('[{"name":"","path":"',`report_employees`.`id_face_photo`,'"}]') AS `id_face_photo`,concat('[{"name":"","path":"',`report_employees`.`id_header_photo`,'"}]') AS `id_header_photo`,concat('[{"name":"","path":"',`report_employees`.`id_nation_photo`,'"}]') AS `id_nation_photo`,`report_employees`.`last_auth_time` AS `last_auth_time`,`report_employees`.`attendance_site_status` AS `attendance_site_status`,`report_employees`.`birth_date` AS `birth_date`,`report_employees`.`blood_type` AS `blood_type`,`report_employees`.`certification` AS `certification`,`report_employees`.`company_name` AS `company_name`,`report_employees`.`created_time` AS `created_time`,`report_employees`.`credential_number` AS `credential_number`,`report_employees`.`credential_type` AS `credential_type`,`report_employees`.`data_restrict` AS `data_restrict`,`report_employees`.`depart_id` AS `depart_id`,`report_employees`.`depart_name` AS `depart_name`,`report_employees`.`disease_history` AS `disease_history`,`report_employees`.`document_id_bool` AS `document_id_bool`,`report_employees`.`education` AS `education`,`report_employees`.`emergency_contact` AS `emergency_contact`,`report_employees`.`emergency_phone` AS `emergency_phone`,`report_employees`.`hired_date` AS `hired_date`,`report_employees`.`home_address` AS `home_address`,`report_employees`.`household_type` AS `household_type`,`report_employees`.`id_address` AS `id_address`,`report_employees`.`id_validation_e` AS `id_validation_e`,`report_employees`.`id_validation_s` AS `id_validation_s`,`report_employees`.`insure` AS `insure`,`report_employees`.`is_certified` AS `is_certified`,`report_employees`.`is_deleted` AS `is_deleted`,`report_employees`.`is_in_my_company` AS `is_in_my_company`,`report_employees`.`is_in_mycompany` AS `is_in_mycompany`,`report_employees`.`is_state` AS `is_state`,`report_employees`.`is_veteran` AS `is_veteran`,`report_employees`.`job_type` AS `job_type`,`report_employees`.`last_search_past_time` AS `last_search_past_time`,`report_employees`.`last_updated_time` AS `last_updated_time`,`report_employees`.`leave_date` AS `leave_date`,`report_employees`.`license_level` AS `license_level`,`report_employees`.`location` AS `location`,`report_employees`.`military_status` AS `military_status`,`report_employees`.`name` AS `name`,`report_employees`.`nation` AS `nation`,`report_employees`.`nationality` AS `nationality`,`report_employees`.`occupation_type` AS `occupation_type`,concat('[{"name":"","path":"',`report_employees`.`one_inch_color_white_photo`,'"}]') AS `one_inch_color_white_photo`,`report_employees`.`organization_id` AS `organization_id`,`report_employees`.`politics_status` AS `politics_status`,`report_employees`.`remark` AS `remark`,`report_employees`.`sex` AS `sex`,`report_employees`.`shi_ming` AS `shi_ming`,`report_employees`.`stature` AS `stature`,`report_employees`.`superior_id` AS `superior_id`,`report_employees`.`telephone` AS `telephone`,`report_employees`.`tenant_user_id` AS `tenant_user_id`,concat('[{"name":"","path":"',`report_employees`.`two_inch_color_blue_photo`,'"}]') AS `two_inch_color_blue_photo`,`report_employees`.`version` AS `version`,`report_employees`.`work_years` AS `work_years`,`report_employees`.`last_updated_time` AS `LASTMODIFIED` from `report_employees` */; /*!50001 SET character_set_client = @saved_cs_client */; /*!50001 SET character_set_results = @saved_cs_results */; /*!50001 SET collation_connection = @saved_col_connection */; -- -- Final view structure for view `vw_contract` -- /*!50001 DROP VIEW IF EXISTS `vw_contract`*/; /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; /*!50001 SET character_set_client = utf8mb4 */; /*!50001 SET character_set_results = utf8mb4 */; /*!50001 SET collation_connection = utf8mb4_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ /*!50001 VIEW `vw_contract` AS select `tenant_contracts`.`id` AS `id`,`tenant_contracts`.`creator_created_time` AS `creator_created_time`,`tenant_contracts`.`creator_id` AS `creator_id`,`tenant_contracts`.`creator_name` AS `creator_name`,`tenant_contracts`.`last_modifier_created_time` AS `last_modifier_created_time`,`tenant_contracts`.`last_modifier_id` AS `last_modifier_id`,`tenant_contracts`.`last_modifier_name` AS `last_modifier_name`,`tenant_contracts`.`a_name` AS `a_name`,`tenant_contracts`.`attachment` AS `attachment`,`tenant_contracts`.`b_name` AS `b_name`,`tenant_contracts`.`begin_date` AS `begin_date`,`tenant_contracts`.`date_limit_less` AS `date_limit_less`,`tenant_contracts`.`end_date` AS `end_date`,`tenant_contracts`.`name` AS `name`,`tenant_contracts`.`note` AS `note`,`tenant_contracts`.`status` AS `status`,`tenant_contracts`.`status_note` AS `status_note`,`tenant_contracts`.`employee_id` AS `employee_id`,`tenant_contracts`.`organization_id` AS `organization_id` from `tenant_contracts` */; /*!50001 SET character_set_client = @saved_cs_client */; /*!50001 SET character_set_results = @saved_cs_results */; /*!50001 SET collation_connection = @saved_col_connection */; -- -- Final view structure for view `vw_employee` -- /*!50001 DROP VIEW IF EXISTS `vw_employee`*/; /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; /*!50001 SET character_set_client = utf8mb4 */; /*!50001 SET character_set_results = utf8mb4 */; /*!50001 SET collation_connection = utf8mb4_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ /*!50001 VIEW `vw_employee` AS select `t`.`head_photo` AS `ITEM_pirture`,`t`.`sex` AS `ITEM_sex`,`t`.`id` AS `ITEM_userID`,`t`.`name` AS `ITEM_securityName`,(select `d1`.`name` from (`tenant_departments` `d1` join `tenant_department_employee_relations` `de` on((`d1`.`id` = `de`.`department_id`))) limit 1) AS `ITEM_DeptName`,`e`.`occupation_type` AS `ITEM_jobType`,`duc`.`number` AS `ITEM_documentID`,`t`.`telephone` AS `ITEM_phone`,`t`.`birthdate` AS `ITEM_birthdate`,'' AS `ITEM_nationality`,`t`.`education` AS `ITEM_education`,`t`.`stature` AS `ITEM_height`,`t`.`nation` AS `ITEM_nation`,`t`.`politics_status` AS `ITEM_politicalOutlook`,`t`.`household_type` AS `ITEM_householdType`,`duc`.`address` AS `ITEM_homeAddress`,`t`.`military_status` AS `ITEM_isVeteran`,'' AS `ITEM_workYears`,`t`.`checked_status` AS `ITEM_isCertified`,`duc`.`front_photo` AS `ITEM_IDFacePhoto`,`duc`.`reverse_photo` AS `ITEM_IDNationPhoto`,`duc`.`head_photo` AS `ITEM_IDHeaderPhoto`,`t`.`one_inch_color_white_photo` AS `ITEM_headPhoto`,`e`.`status` AS `ITEM_isInMyCompany`,`e`.`hired_date` AS `ITEM_entryDate`,`e`.`leave_time` AS `ITEM_leaveDate`,`e`.`organization_id` AS `DOMAINID`,'' AS `ITEM_insure`,`t`.`authenticated_status` AS `ITEM_shiming`,`t`.`marital_status` AS `ITEM_maritalStatus`,`duc`.`address` AS `ITEM_IDAddress`,'' AS `attendanceSiteStatus`,'' AS `licenseLevel`,`org`.`name` AS `ITEM_companyName`,`t`.`lon_lat_json` AS `ITEM_LonLatJson` from (((`tenant_users` `t` join `tenant_employees` `e` on((`t`.`id` = `e`.`tenant_user_id`))) join `tenant_user_credentials` `duc` on((`duc`.`id` = `t`.`selected_credential_id`))) join `tenant_organizations` `org` on((`org`.`id` = `e`.`organization_id`))) */; /*!50001 SET character_set_client = @saved_cs_client */; /*!50001 SET character_set_results = @saved_cs_results */; /*!50001 SET collation_connection = @saved_col_connection */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-02-24 15:18:46